← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11299: Minor

 

------------------------------------------------------------
revno: 11299
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-07-01 19:15:13 +0200
message:
  Minor
modified:
  dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDocumentForm.vm
  dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewReportForm.vm


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDocumentForm.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDocumentForm.vm	2013-06-29 14:16:34 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDocumentForm.vm	2013-07-01 17:15:13 +0000
@@ -13,8 +13,6 @@
 <h3>$i18n.getString( "resource" ) #openHelp( "resource" )</h3>
 
 <table class="mainPageTable">
-    <col>       
-    <col width="280">
     <tr>
         <td style="vertical-align:top">
             <table width="100%">

=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewReportForm.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewReportForm.vm	2013-06-29 14:16:34 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewReportForm.vm	2013-07-01 17:15:13 +0000
@@ -16,8 +16,6 @@
 <h3>$i18n.getString( "standard_report" ) #openHelp( "standard_reports" )</h3>
 
 <table class="mainPageTable">
-	<col>		
-	<col width="280">
     <tr>
         <td style="vertical-align:top">
             <table width="100%">
@@ -40,7 +38,7 @@
                 <tbody id="list">
                 #foreach ( $report in $reports )
                 <tr id="tr${report.id}">
-                    <td>$encoder.htmlEncode( $report.name )</td>
+                    <td onclick="showReportDetails( $report.id )">$encoder.htmlEncode( $report.name )</td>
                     <td style="text-align:right">
                     	<a href="getReportParams.action?uid=${report.uid}&mode=report&type=${report.type}" title="$i18n.getString( 'create' )">                    	
                     	<img src="../images/start_process.png" alt="$i18n.getString( 'create' )"></a>                   
@@ -70,7 +68,7 @@
             </table>
 			<p></p>
 			#parse( "/dhis-web-commons/paging/paging.vm" )
-                        
+        
         </td>
         <td id="detailsData">