------------------------------------------------------------ revno: 14726 committer: Lars Helge Ă˜verland <[email protected]> branch nick: dhis2 timestamp: Mon 2014-04-07 14:46:17 +0200 message: Case entry, removed multipledataEntrySelect check modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/menu.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/menu.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/menu.vm 2014-04-06 18:03:57 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/menu.vm 2014-04-07 12:46:17 +0000 @@ -1,6 +1,4 @@ -#if( $auth.hasAccess( "dhis-web-caseentry", "trackedEntityInstance" ) - || $auth.hasAccess( "dhis-web-caseentry", "activityPlanSelect" ) - || $auth.hasAccess( "dhis-web-caseentry", "smsReminderSelect" ) ) +#if( $auth.hasAccess( "dhis-web-caseentry", "trackedEntityInstance" ) || $auth.hasAccess( "dhis-web-caseentry", "activityPlanSelect" ) || $auth.hasAccess( "dhis-web-caseentry", "smsReminderSelect" ) ) <h2>$i18n.getString( "tracked_entity_instance" ) </h2> #end <ul> @@ -14,9 +12,8 @@ <li><a href="smsReminderSelect.action">$i18n.getString( "program_tracking" )</a></li> #end </ul> -#if( $auth.hasAccess( "dhis-web-caseentry", "multipledataEntrySelect" ) - || $auth.hasAccess( "dhis-web-caseentry", "singleEventSelect" ) - || $auth.hasAccess( "dhis-web-caseentry", "anonymousRegistration" ) ) + +#if( $auth.hasAccess( "dhis-web-caseentry", "singleEventSelect" ) || $auth.hasAccess( "dhis-web-caseentry", "anonymousRegistration" ) ) <h2>$i18n.getString( "data_entry" ) </h2> #end <ul> @@ -28,9 +25,7 @@ #end </ul> -#if( $auth.hasAccess( "dhis-web-caseentry", "reportSelect" ) - || $auth.hasAccess( "dhis-web-caseentry", "statisticalProgramReportSelect" ) - || $auth.hasAccess( "dhis-web-caseentry", "programStageCompletenessSelect" ) ) +#if( $auth.hasAccess( "dhis-web-caseentry", "reportSelect" ) || $auth.hasAccess( "dhis-web-caseentry", "statisticalProgramReportSelect" ) || $auth.hasAccess( "dhis-web-caseentry", "programStageCompletenessSelect" ) ) <h2>$i18n.getString( "reports" ) </h2> #end <ul>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

