Commit 9545e4fe authored by Fabien Morin's avatar Fabien Morin

display logout button on every pages

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24205 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 11632fc2
......@@ -47,7 +47,7 @@
<tal:block tal:condition="here/portal_membership/isAnonymousUser">\n
<a class="login" href="EGov_viewLoginForm" i18n:translate="" i18n:domain="ui">Login</a>\n
</tal:block>\n
<tal:block tal:condition="python: not here.portal_membership.isAnonymousUser() and request[\'current_form_id\'] == \'eGov_viewAdvancedSearchDialog\'">\n
<tal:block tal:condition="python: not here.portal_membership.isAnonymousUser()">\n
<a class="logout" href="WebSite_logout" i18n:translate="" i18n:domain="ui">Logout</a>\n
</tal:block>\n
<tal:block tal:condition="python:request[\'current_form_id\'] != \'eGov_viewAdvancedSearchDialog\'">\n
......
......@@ -51,7 +51,7 @@
<span class="onright">\n
<a class="home" tal:condition="python: context.EGov_checkUserIsAPersonOrOrganisation()==True" tal:attributes="href python:context.getWebSiteValue().absolute_url()" href="./home" \n
i18n:translate="" i18n:domain="ui">Home</a>\n
<a class="logout" tal:condition="python: context.EGov_checkUserIsAPersonOrOrganisation()==False " href="WebSite_logout" i18n:translate="" i18n:domain="ui">Logout</a> \n
<a class="logout" href="WebSite_logout" i18n:translate="" i18n:domain="ui">Logout</a> \n
<tal:block tal:condition="python: context.getPrintFormUrl() is not None">\n
<a class="print" href="DeclarationTVA_viewDeclarationTVAAsPdf"\n
tal:attributes="href python: context.getPrintFormUrl()" i18n:translate="" i18n:domain="ui">Print</a>\n
......
......@@ -48,7 +48,7 @@
<a class="login" tal:attributes="href python:\'%s/EGov_viewLoginForm\' % context.getWebSiteValue().absolute_url()"\n
href="EGov_viewLoginForm" i18n:translate="" i18n:domain="ui">Login</a>\n
</tal:block>\n
<tal:block tal:condition="python: not here.portal_membership.isAnonymousUser() and request[\'current_form_id\'] == \'view\'">\n
<tal:block tal:condition="python: not here.portal_membership.isAnonymousUser()">\n
<a class="logout" href="WebSite_logout" i18n:translate="" i18n:domain="ui">Logout</a>\n
</tal:block>\n
<a class="home" tal:attributes="href python:context.getWebSiteValue().absolute_url()" \n
......
......@@ -3,7 +3,8 @@
* update css
* add some rights on assignee to the validated state on egov_universal_workflow. This avoid a security error if an agent have an assigned application and refuse it (it will change the state of the application to validated and redirect the agent on it).
* update some listbox to be able to handle searchable text and to be able to sort application by modification date (descending)
* make possible to return on the form page, even if the form has been submitted, this permit to see what have been entered in the form, but it's not possible to modify it.
* make possible to return on the form page, even if the form has been submitted, this permit to see what have been entered in the form, but it's not possible to modify it
* display logout button on every pages
2008-10-10 fabien
bring some corrections after the Mme Ba review :
......
397
\ No newline at end of file
399
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment