dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17977
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7384: Case entry, increased max options in option set to 30
------------------------------------------------------------
revno: 7384
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-06-25 19:44:04 +0200
message:
Case entry, increased max options in option set to 30
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/caseentry/GetOptionsByDataElementAction.java
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css
--
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-caseentry/src/main/java/org/hisp/dhis/caseentry/action/caseentry/GetOptionsByDataElementAction.java'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/caseentry/GetOptionsByDataElementAction.java 2012-06-25 13:20:32 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/caseentry/GetOptionsByDataElementAction.java 2012-06-25 17:44:04 +0000
@@ -43,7 +43,7 @@
public class GetOptionsByDataElementAction
implements Action
{
- private static Integer MAX_OPTIONS_DISPLAYED = 10;
+ private static Integer MAX_OPTIONS_DISPLAYED = 30;
// -------------------------------------------------------------------------
// Dependencies
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-06-25 13:20:32 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2012-06-25 17:44:04 +0000
@@ -3,7 +3,7 @@
/*----------------------------------------------------------------------------*/
input[type="button"], input[type="submit"] {
- width: 130px;
+ width: 150px;
}
input.small-button[type="button"] {