dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #19502
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8531: Minor
------------------------------------------------------------
revno: 8531
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-10-15 13:16:07 +0200
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendFeedback.vm
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.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-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendFeedback.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendFeedback.vm 2012-10-12 14:51:51 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendFeedback.vm 2012-10-15 11:16:07 +0000
@@ -11,7 +11,7 @@
<tr>
<td style="min-width:80px">$i18n.getString( "subject" )</td>
-<td><input type="text" id="subject" name="subject" style="width:615px; padding:4px; border:1px solid grey !important;"></td>
+<td><input type="text" id="subject" name="subject" style="width:619px;"></td>
</tr>
<tr>
=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm 2012-10-12 14:51:51 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/sendMessage.vm 2012-10-15 11:16:07 +0000
@@ -8,7 +8,7 @@
#if( !${recipient} )
$('#recipients').select2({
placeholder: i18n_select_users_and_user_groups,
- minimumInputLength: 2,
+ minimumInputLength: 1,
multiple: true,
width: "545px",
ajax: {
@@ -55,12 +55,12 @@
<tr>
<td>$i18n.getString( "subject" )</td>
-<td><input type="text" id="subject" name="subject" style="width:615px; padding:4px; border:1px solid grey !important;"></td>
+<td><input type="text" id="subject" name="subject" style="width:619px;"></td>
</tr>
<tr>
<td>$i18n.getString( "text" )</td>
-<td><textarea id="text" name="text" style="width:619px; height:220px; border:1px solid grey !important;"></textarea></td>
+<td><textarea id="text" name="text" style="width:619px; height:220px;"></textarea></td>
</tr>
<tr>