dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #34962
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17938: Minor
------------------------------------------------------------
revno: 17938
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-01-12 09:42:48 +0100
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.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/addOrganisationUnitForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm 2014-06-06 12:39:37 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm 2015-01-12 08:42:48 +0000
@@ -67,15 +67,6 @@
<td></td>
</tr>
<tr>
- <td><label for="active">$i18n.getString( "registers_data" )</label></td>
- <td>
- <select id="active" name="active">
- <option value="true" selected="selected">$i18n.getString( "yes" )</option>
- <option value="false">$i18n.getString( "no" )</option>
- </select>
- </td>
- </tr>
- <tr>
<td><label for="comment">$i18n.getString( "comment" )</label></td>
<td><textarea id="comment" name="comment"></textarea></td>
</tr>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2014-06-06 12:39:37 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2015-01-12 08:42:48 +0000
@@ -61,15 +61,6 @@
<td><input type="text" id="closedDate" name="closedDate" value="$!closedDate"></td>
</tr>
<tr>
- <td><label for="active">$i18n.getString( "registers_data" )</label></td>
- <td>
- <select id="active" name="active">
- <option value="true" #if( $organisationUnit.active ) selected="selected" #end>$i18n.getString( "yes" )</option>
- <option value="false" #if( !$organisationUnit.active ) selected="selected" #end>$i18n.getString( "no" )</option>
- </select>
- </td>
- </tr>
- <tr>
<td><label for="comment">$i18n.getString( "comment" )</label></td>
<td><textarea id="comment" name="comment">$!encoder.htmlEncode( $organisationUnit.comment )</textarea></td>
</tr>