------------------------------------------------------------ revno: 14788 committer: Tran Chau <[email protected]> branch nick: dhis2 timestamp: Fri 2014-04-11 14:46:17 +0800 message: Minor fix. 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-11 00:54:51 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/menu.vm 2014-04-11 06:46:17 +0000 @@ -14,8 +14,7 @@ <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" ) +#if( $auth.hasAccess( "dhis-web-caseentry", "singleEventSelect" ) || $auth.hasAccess( "dhis-web-caseentry", "anonymousRegistration" ) ) <h2>$i18n.getString( "data_entry" ) </h2> #end
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

