Commit 73de760b authored by Fabien Morin's avatar Fabien Morin

* Hide Preference button

* correct a css problem

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23192 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3b424075
......@@ -292,10 +292,6 @@ div#main_content fieldset > div {\n
position: relative;\n
}\n
\n
div#main_content fieldset div.input {\n
margin-left: 11.5em; /* = div#main_content label width + 0.5 of margin */\n
}\n
\n
div#main_content fieldset legend {\n
padding: .2em .5em;\n
font-weight: bold;\n
......@@ -523,6 +519,12 @@ div#main_content fieldset.webcontent span.headline {\n
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -66,9 +66,11 @@
<a class="home" tal:attributes="href python:context.getWebSiteValue().absolute_url()" \n
href="./home" i18n:translate="" i18n:domain="ui">Home</a>\n
</tal:block>\n
<!--\n
<tal:block tal:condition="not:here/portal_membership/isAnonymousUser">\n
<a class="preferences" href="./preferences" i18n:translate="" i18n:domain="ui">Preferences</a>\n
</tal:block>\n
-->\n
<a class="help" href="./help" i18n:translate="" i18n:domain="ui">Help</a>\n
</span>\n
<hr/>\n
......@@ -95,6 +97,12 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -65,11 +65,12 @@
</tal:block>\n
<a class="home" tal:attributes="href python:context.getWebSiteValue().absolute_url()" \n
href="./home" i18n:translate="" i18n:domain="ui">Home</a>\n
<!--\n
<tal:block tal:condition="not:here/portal_membership/isAnonymousUser">\n
<a class="preferences" href="./preferences" i18n:translate="" i18n:domain="ui">Preferences</a>\n
</tal:block>\n
<!--<a class="help" href="EGov_helpWithContext" tal:attributes="href python:\'help/\' + here.EGov_helpWithContext()" i18n:translate="" i18n:domain="ui">Help</a>-->\n
<a class="help" href="EGov_helpWithContext" tal:attributes="href python:\'help/\' + here.EGov_helpWithContext()" onclick="window.open(this.href, \'safi_help\',\'width=800,height=500,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes\'); return false;" i18n:translate="" i18n:domain="ui">Help</a>\n
-->\n
<a class="help" href="EGov_helpWithContext" tal:attributes="href python:\'help/\' + here.EGov_helpWithContext()" onclick="window.open(this.href, \'safi_help\',\'width=800,height=500,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes\'); return false;" i18n:translate="" i18n:domain="ui">Help</a>\n
\n
</span>\n
<hr/>\n
......@@ -96,6 +97,12 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
239
\ No newline at end of file
240
\ 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