dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20386
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9279: Fixed gui issue with edit org unit group symbol
------------------------------------------------------------
revno: 9279
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-12-12 10:52:45 +0100
message:
Fixed gui issue with edit org unit group symbol
added:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/transparent.png
modified:
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
=== added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/transparent.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/transparent.png 1970-01-01 00:00:00 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/transparent.png 2012-12-12 09:52:45 +0000 differ
=== 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 2012-10-24 13:47:13 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm 2012-12-12 09:52:45 +0000
@@ -33,7 +33,13 @@
<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;"#if( $organisationUnitGroup.symbol ) src="../images/orgunitgroup/${organisationUnitGroup.symbol}"#end></td>
+ <td><img id="symbolImg" style="padding-left:20px;"
+ #if( $organisationUnitGroup.symbol )
+ src="../images/orgunitgroup/${organisationUnitGroup.symbol}"
+ #else
+ src="../images/transparent.png"
+ #end >
+ </td>
</tr>
</table>