Commit 8d229657 authored by Fabien Morin's avatar Fabien Morin

Put website-logo.png file int the root of erp5_egov portal_skins instead of...

Put website-logo.png file int the root of erp5_egov portal_skins instead of img folder. This permit to use another logo in safi project

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23684 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d30dfcd4
......@@ -41,7 +41,7 @@
<div>\n
<a name="top"></a>\n
<div style="background-image: url(img/website-logo.png); background-repeat:no-repeat; height: 40px;padding-top: 20px; padding-left: 130px;">\n
<div style="background-image: url(website-logo.png); background-repeat:no-repeat; height: 40px;padding-top: 20px; padding-left: 130px;">\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(img/website-logo.png); background-repeat:no-repeat; height: 40px;padding-top: 20px; padding-left: 130px;">\n
<div style="background-image: url(website-logo.png); background-repeat:no-repeat; height: 40px;padding-top: 20px; padding-left: 130px;">\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
......
308
\ No newline at end of file
309
\ 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