------------------------------------------------------------ revno: 18193 committer: Abyot Asalefew Gizaw <aby...@gmail.com> branch nick: dhis2 timestamp: Mon 2015-02-09 08:47:34 +0100 message: event-capture: removed switch between custom and default form modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/home.html
-- 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-apps/src/main/webapp/dhis-web-event-capture/views/home.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/home.html 2015-01-29 17:13:36 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/views/home.html 2015-02-09 07:47:34 +0000 @@ -51,12 +51,6 @@ {{'register_event'| translate}} </button> </td> - <td ng-if="(editingEventInFull || eventRegistration) && customForm" style='padding-left: 10px;'> - <button class="button button-std not-printable" - ng-click="switchDataEntryForm()"> - {{displayCustomForm ? 'use_default_form' : 'use_custom_form'| translate}} - </button> - </td> <td ng-if="dhis2Events.length > 0" style='padding-left: 10px;'> <button class="button button-std not-printable" onclick="javascript:window.print()">
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp