Commit 2a602630 authored by Fabien Morin's avatar Fabien Morin

improve citizen header displaying

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23728 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae5d6281
......@@ -41,7 +41,8 @@
<div>\n
<a name="top"></a>\n
<div style="background-image: url(website-logo.png);background-repeat:no-repeat; height: 60px; padding-left: 130px;">\n
<div style="background-image:\n
url(website-logo.png);background-repeat:no-repeat; height: 60px; padding-left: 95px;">\n
<ul class="onleft">\n
<li><tal:block i18n:translate="" i18n:domain="ui">Application Number</tal:block> : <span class="value"><tal:block tal:replace="here/getId"></tal:block></span></li>\n
<li><tal:block i18n:translate="" i18n:domain="ui">Status</tal:block> : <span class="value" tal:attributes="class python:\'%s_state\' % context.getValidationState()"><tal:block tal:replace="here/getTranslatedValidationStateTitle"/></span></li>\n
......
......@@ -42,7 +42,7 @@
<div>\n
<a name="top"></a>\n
\n
<div style="background-image: url(website-logo.png); background-repeat:no-repeat; height: 60px; padding-left: 130px;">\n
<div style="background-image: url(website-logo.png); background-repeat:no-repeat; height: 60px; padding-left: 95px;">\n
<span class="onright">\n
<tal:block tal:condition="here/portal_membership/isAnonymousUser">\n
<a class="login" tal:attributes="href python:\'%s/EGov_viewLoginForm\' % context.getWebSiteValue().absolute_url()"\n
......
333
\ No newline at end of file
335
\ 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