dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #12510
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3864: made all selected* boxes equal to the available* boxes..
------------------------------------------------------------
revno: 3864
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-06-10 13:09:36 +0200
message:
made all selected* boxes equal to the available* boxes..
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addDataElementGroupForm.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addDataElementGroupSet.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorGroupForm.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorGroupSet.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateDataElementGroupForm.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateDataElementGroupSet.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateIndicatorGroupForm.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateIndicatorGroupSet.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/addDataSet.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/editDataSet.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/javascript/viewDataEntryForm.js
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/viewDataEntryForm.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupSetForm.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupSetForm.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addUserGroupForm.vm
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserGroupForm.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-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addDataElementGroupForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addDataElementGroupForm.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addDataElementGroupForm.vm 2011-06-10 11:09:36 +0000
@@ -36,7 +36,7 @@
<table>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
<tr>
<th>$i18n.getString( "available_data_elements" )</th>
@@ -59,7 +59,7 @@
</td>
<td>
- <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 100%; width: 100%;"></select>
+ <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;"></select>
</td>
</tr>
</table>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addDataElementGroupSet.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addDataElementGroupSet.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addDataElementGroupSet.vm 2011-06-10 11:09:36 +0000
@@ -39,7 +39,7 @@
<table>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
<tr>
<th>$i18n.getString( "available_dataelementgroup" )</th>
@@ -62,7 +62,7 @@
</td>
<td>
- <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 100%; width: 100%;"></select>
+ <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;"></select>
</td>
</tr>
</table>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorGroupForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorGroupForm.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorGroupForm.vm 2011-06-10 11:09:36 +0000
@@ -36,7 +36,7 @@
<table>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
<tr>
<th>$i18n.getString( "available_indicators" )</th>
@@ -59,7 +59,7 @@
</td>
<td>
- <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 100%; width: 100%;"></select>
+ <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;"></select>
</td>
</tr>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorGroupSet.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorGroupSet.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/addIndicatorGroupSet.vm 2011-06-10 11:09:36 +0000
@@ -39,7 +39,7 @@
<table>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
<tr>
<th>$i18n.getString( "available_indicatorgroup" )</th>
@@ -62,7 +62,7 @@
</td>
<td>
- <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 100%; width: 100%;"></select>
+ <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;"></select>
</td>
</tr>
</table>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateDataElementGroupForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateDataElementGroupForm.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateDataElementGroupForm.vm 2011-06-10 11:09:36 +0000
@@ -41,7 +41,7 @@
<table>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
<tr>
<th>$i18n.getString( "available_data_elements" )</th>
@@ -64,7 +64,7 @@
</td>
<td>
- <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 100%; width: 100%;">
+ <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;">
#foreach( $dataElement in $groupMembers )
<option value="$dataElement.id">$encoder.htmlEncode( $dataElement.name )</option>
#end
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateDataElementGroupSet.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateDataElementGroupSet.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateDataElementGroupSet.vm 2011-06-10 11:09:36 +0000
@@ -41,7 +41,7 @@
<table>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
<tr>
<th>$i18n.getString( "available_dataelementgroup" )</th>
@@ -64,7 +64,7 @@
</td>
<td>
- <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 100%; width: 100%;">
+ <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;">
#foreach( $dataElementGroup in $selectedGroups )
<option value="$dataElementGroup.id">$encoder.htmlEncode( $dataElementGroup.name )</option>
#end
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateIndicatorGroupForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateIndicatorGroupForm.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateIndicatorGroupForm.vm 2011-06-10 11:09:36 +0000
@@ -42,7 +42,7 @@
<table>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
<tr>
<th>$i18n.getString( "available_indicators" )</th>
@@ -65,7 +65,7 @@
</td>
<td>
- <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 100%; width: 100%;">
+ <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;">
#foreach( $indicator in $groupMembers )
<option value="$indicator.id">$encoder.htmlEncode( $indicator.name )</option>
#end
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateIndicatorGroupSet.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateIndicatorGroupSet.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/updateIndicatorGroupSet.vm 2011-06-10 11:09:36 +0000
@@ -41,7 +41,7 @@
<table>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
<tr>
<th>$i18n.getString( "available_indicatorgroup" )</th>
@@ -64,7 +64,7 @@
</td>
<td>
- <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 100%; width: 100%;">
+ <select id="groupMembers" name="groupMembers" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;">
#foreach( $indicatorGroup in $selectedGroups )
<option value="$indicatorGroup.id">$encoder.htmlEncode( $indicatorGroup.name )</option>
#end
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/addDataSet.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/addDataSet.vm 2011-05-30 14:08:57 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/addDataSet.vm 2011-06-10 11:09:36 +0000
@@ -93,10 +93,11 @@
</tbody>
</table>
<br/>
+
<table id="dataElementSelectionArea">
- <col style="width: 450px"/> ## Available DataElements
- <col/> ## Filter
- <col/> ## Selected DataElements
+ <col style="width: 450px"/>
+ <col/>
+ <col style="width: 450px"/>
<thead>
<tr>
<th>$i18n.getString( "available_data_elements" )</th>
@@ -116,7 +117,7 @@
<input type="button" value="<<" title="$i18n.getString('remove_all')" style="width:50px" onclick="dhisAjaxSelect_moveAll( 'dataElementsSelectedList' );"/>
</td>
<td>
- <select id="dataElementsSelectedList" name="dataElementsSelectedList" multiple="multiple" style="height: 100%; width: 100%;"></select>
+ <select id="dataElementsSelectedList" name="dataElementsSelectedList" multiple="multiple" style="height: 200px; width: 100%; margin-top: 45px;"></select>
</td>
</tr>
</tbody>
@@ -125,9 +126,9 @@
<br/>
<table id="indicatorSelectionArea">
- <col style="width: 450px"/> ## Available Indicators
- <col/> ## Filter
- <col/> ## Selected Indicators
+ <col style="width: 450px"/>
+ <col/>
+ <col style="width: 450px"/>
<thead>
<tr>
<th>$i18n.getString( "available_indicators" )</th>
@@ -147,7 +148,7 @@
<input type="button" value="<<" title="$i18n.getString('remove_all')" style="width:50px" onclick="dhisAjaxSelect_moveAll( 'indicatorsSelectedList' );"/>
</td>
<td>
- <select id="indicatorsSelectedList" name="indicatorsSelectedList" multiple="multiple" style="height: 100%; width: 100%;"></select>
+ <select id="indicatorsSelectedList" name="indicatorsSelectedList" multiple="multiple" style="height: 200px; width: 100%; margin-top: 45px;"></select>
</td>
</tr>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/editDataSet.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/editDataSet.vm 2011-05-31 12:24:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/editDataSet.vm 2011-06-10 11:09:36 +0000
@@ -86,9 +86,9 @@
</table>
<table id="dataElementSelectionArea">
- <col style="width: 450px"/> ## Available DataElements
- <col/> ## Filter
- <col/> ## Selected DataElements
+ <col style="width: 450px"/>
+ <col/>
+ <col style="width: 450px"/>
<thead>
<tr>
<th>$i18n.getString( "available_data_elements" )</th>
@@ -109,7 +109,7 @@
<input type="button" value="<<" title="$i18n.getString('remove_all')" style="width:50px" onclick="dhisAjaxSelect_moveAll( 'dataElementsSelectedList' );"/>
</td>
<td>
- <select id="dataElementsSelectedList" name="dataElementsSelectedList" multiple="multiple" style="height: 100%; width: 100%;">
+ <select id="dataElementsSelectedList" name="dataElementsSelectedList" multiple="multiple" style="height: 200px; width: 100%; margin-top: 45px;">
#foreach ( $availableDataElement in $dataElements )
<option value="$availableDataElement.id">$encoder.htmlEncode( $availableDataElement.name )</option>
#end
@@ -123,9 +123,9 @@
<br/>
<table id="indicatorSelectionArea">
- <col style="width: 450px"/> ## Available Indicators
- <col/> ## Filter
- <col/> ## Selected Indicators
+ <col style="width: 450px"/>
+ <col/>
+ <col style="width: 450px"/>
<thead>
<tr>
<th>$i18n.getString( "available_indicators" )</th>
@@ -145,7 +145,7 @@
<input type="button" value="<<" title="$i18n.getString('remove_all')" style="width:50px" onclick="dhisAjaxSelect_moveAll( 'indicatorsSelectedList' );"/>
</td>
<td>
- <select id="indicatorsSelectedList" name="indicatorsSelectedList" multiple="multiple" style="height: 100%; width: 100%;">
+ <select id="indicatorsSelectedList" name="indicatorsSelectedList" multiple="multiple" style="height: 200px; width: 100%; margin-top: 45px;">
#foreach ( $availableIndicator in $indicators )
<option value="$availableIndicator.id">$encoder.htmlEncode( $availableIndicator.name )</option>
#end
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/javascript/viewDataEntryForm.js'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/javascript/viewDataEntryForm.js 2011-05-31 12:52:15 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/javascript/viewDataEntryForm.js 2011-06-10 11:09:36 +0000
@@ -9,9 +9,9 @@
leftBar.hideAnimated();
$("#selectionDialog").dialog({
- minWidth: 546,
+ minWidth: 555,
minHeight: 263,
- position: [($("body").width() - 546) - 50, 50],
+ position: [($("body").width() - 555) - 50, 50],
zIndex: 10000
});
@@ -20,8 +20,8 @@
var indicatorSelector = $("#indicatorSelector");
var dataElementSelector = $("#dataElementSelector");
- dataElementSelector.height( dialog.height() - 93 );
- indicatorSelector.height( dialog.height() - 93 );
+ dataElementSelector.height( dialog.height() - 97 );
+ indicatorSelector.height( dialog.height() - 97 );
});
$(":button").button();
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/viewDataEntryForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/viewDataEntryForm.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/viewDataEntryForm.vm 2011-06-10 11:09:36 +0000
@@ -169,7 +169,7 @@
<button type="button" id="indicatorsButton">Indicators</button> <span style="color:#606060">|</span>
<button type="button" id="insertButton">Insert</button>
</td>
- <td style="width: 200px;">
+ <td style="width: 190px;">
<span id="message_"></span>
</td>
</tr>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupSetForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupSetForm.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitGroupSetForm.vm 2011-06-10 11:09:36 +0000
@@ -57,7 +57,7 @@
<colgroup>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
</colgroup>
<tr>
@@ -79,7 +79,7 @@
</td>
<td>
- <select id="selectedGroups" name="selectedGroups" multiple="multiple" style="height: 100%; width: 100%;"></select>
+ <select id="selectedGroups" name="selectedGroups" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;"></select>
</td>
</tr>
</table>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupSetForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupSetForm.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupSetForm.vm 2011-06-10 11:09:36 +0000
@@ -65,7 +65,7 @@
<colgroup>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
</colgroup>
<tr>
@@ -87,7 +87,7 @@
</td>
<td>
- <select id="selectedGroups" name="selectedGroups" multiple="multiple" style="height: 100%; width: 100%;">
+ <select id="selectedGroups" name="selectedGroups" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;">
#foreach ( $group in $selectedGroups )
<option value="$group.id">$group.name</option>
#end
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addUserGroupForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addUserGroupForm.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/addUserGroupForm.vm 2011-06-10 11:09:36 +0000
@@ -40,7 +40,7 @@
<table>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
<tr>
<th>$i18n.getString( "available_users" )</th>
@@ -63,7 +63,7 @@
</td>
<td>
- <select id="groupMembersList" name="groupMembersList" multiple="multiple" style="height: 100%; width: 100%;"></select>
+ <select id="groupMembersList" name="groupMembersList" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;"></select>
</td>
</tr>
</table>
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserGroupForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserGroupForm.vm 2011-05-28 21:04:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/updateUserGroupForm.vm 2011-06-10 11:09:36 +0000
@@ -46,7 +46,7 @@
<table>
<col style="width: 450px"/>
<col/>
- <col/>
+ <col style="width: 450px"/>
<tr>
<th>$i18n.getString( "available_users" )</th>
@@ -69,7 +69,7 @@
</td>
<td>
- <select id="groupMembersList" name="groupMembersList" multiple="multiple" style="height: 100%; width: 100%;">
+ <select id="groupMembersList" name="groupMembersList" multiple="multiple" style="height: 200px; width: 100%; margin-top: 22px;">
#foreach( $user in $groupMembers )
<option value="$user.id">$encoder.htmlEncode( $user.surname ), $!encoder.htmlEncode( $user.firstname )</option>
#end