dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29812
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15127: Remove the css style for input field in tracker entry form.
------------------------------------------------------------
revno: 15127
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2014-04-30 21:48:33 +0800
message:
Remove the css style for input field in tracker entry form.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/customDataEntryForm.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-caseentry/src/main/webapp/dhis-web-caseentry/customDataEntryForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/customDataEntryForm.vm 2013-04-12 04:20:19 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/customDataEntryForm.vm 2014-04-30 13:48:33 +0000
@@ -1,8 +1,3 @@
-<script type="text/javascript">
-jQuery( document ).ready( function() {
- $( "input[name='entryfield']" ).addClass( "formInputField" ).css( "width", "20em" );
-} );
-</script>
<div id="customEntryScreenContainer">
$customDataEntryFormCode
</div>