← Back to team overview

dhis2-devs team mailing list archive

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

 

------------------------------------------------------------
revno: 12245
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-09-25 17:52:05 +0200
message:
  Minor
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupForm.vm
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.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-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupForm.vm	2013-03-07 06:03:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupForm.vm	2013-09-25 15:52:05 +0000
@@ -58,8 +58,8 @@
 	</tr>
     <tr>
     	<td style="height:35px"><label for="symbol">$i18n.getString( "symbol" )</td>
-    	<td style="width:130px"><a href="javascript:openSymbolDialog()">$i18n.getString( "select_symbol" )</a></td>
-    	<td><img id="symbolImg" style="display:none; padding-left:20px;"></td>
+    	<td><a href="javascript:openSymbolDialog()">$i18n.getString( "select_symbol" )</a>
+    	   <img id="symbolImg" style="margin-left: 30px;"></td>
     </tr>
 </table>
 

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm	2013-03-07 06:03:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm	2013-09-25 15:52:05 +0000
@@ -57,8 +57,8 @@
 	</tr>
     <tr>
         <td style="height:35px"><label for="symbol">$i18n.getString( "symbol" )</td>
-        <td style="width:130px"><a href="javascript:openSymbolDialog()">$i18n.getString( "select_symbol" )</a></td>
-        <td><img id="symbolImg" style="padding-left:20px;"
+        <td><a href="javascript:openSymbolDialog()">$i18n.getString( "select_symbol" )</a>
+            <img id="symbolImg" style="padding-left: 30px;"
             #if( $organisationUnitGroup.hasSymbol() )
             src="../images/orgunitgroup/${organisationUnitGroup.symbol}"
             #else