dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01981
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 650: Minor rearrangement in datalocking GUI.
------------------------------------------------------------
revno: 650
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Wed 2009-09-09 09:18:32 +0200
message:
Minor rearrangement in datalocking GUI.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/lockingForm.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-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/lockingForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/lockingForm.vm 2009-04-17 23:13:07 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/lockingForm.vm 2009-09-09 07:18:32 +0000
@@ -6,6 +6,8 @@
<table>
<tr>
<th>$i18n.getString( "period_type" )</th>
+ <td></td>
+ <th>$i18n.getString( "period" )</th>
</tr>
<tr>
<td>
@@ -16,20 +18,16 @@
#end
</select>
</td>
- </tr>
- <tr>
- <td height="5px"></td>
- </tr>
- <tr>
- <td>
- <select id="periodId" name="periodId" style="min-width:325px" onchange="getDataSets()" disabled="true">
- <option value="null">[ $i18n.getString( "select_period_all" ) ]</option>
- </select>
- </td>
- </tr>
- <tr>
- <td height="5px"></td>
- </tr>
+ <td></td>
+ <td>
+ <select id="periodId" name="periodId" style="min-width:325px" onchange="getDataSets()" disabled="true">
+ <option value="null">[ $i18n.getString( "select_period_all" ) ]</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td height="5px" colspan="3"></td>
+ </tr>
<tr>
<th>$i18n.getString( "unlocked_datasets" )</th>
<td></td>