dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #00919
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 279: Fixed weird html in dataset list
------------------------------------------------------------
revno: 279
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-05-05 17:46:33 +0200
message:
Fixed weird html in dataset list
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/dataSetList.vm
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/dataSetList.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/dataSetList.vm 2009-05-03 23:04:13 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/dataSetList.vm 2009-05-05 15:46:33 +0000
@@ -13,11 +13,12 @@
<col width="20">
<col width="20">
<col width="20">
+ <col width="20">
<tr>
<td>$i18n.getString( "filter_by_name" ): <a href="javascript:openHelpForm('datasetsecmanfilter')" title="$i18n.getString( 'help' )"><img src="../images/help.png" alt="$i18n.getString( 'help' )"></a>
<form style="display:inline" action="none" onsubmit="return false"><div style="inline"><input type="text" onkeyup="filterValues( this.value )"></div></form></td>
- <td colspan="7" style="text-align:right">
+ <td colspan="8" style="text-align:right">
<input type="button" value="$i18n.getString( "sort" )" onclick="window.location.href='showSortDataSetForm.action'" style="width:70px"><a href="javascript:openHelpForm('datasetsecmansort')" title="$i18n.getString( 'help' )"><img src="../images/help.png" alt="$i18n.getString( 'help' )"></a>
<input type="button" value="$i18n.getString( "add_new" )" onclick="window.location.href='addDataSetForm.action'" style="width:70px"><a href="javascript:openHelpForm('datasetsecmanaddnew')" title="$i18n.getString( 'help' )"><img src="../images/help.png" alt="$i18n.getString( 'help' )"></a>
</td>
@@ -25,7 +26,7 @@
<tr>
<th>$i18n.getString( "name" )</th>
- <th colspan="7">$i18n.getString( "operations" )</th>
+ <th colspan="8">$i18n.getString( "operations" )</th>
</tr>
<tbody id="list">
--
Trunk
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.