Commit 53dbadb9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

rename the id of the image folder to avoid conflict with tiolive website images.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26837 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fe5eeef7
......@@ -400,7 +400,7 @@ group_border_color = group_border_color,)">\n
\n
/* customize some styles of erp5_xhtml_style/erp5.css */\n
body {\n
background: #81B2DC url(<dtml-var expr="portal_url()">/tiolive_image/bg.png) repeat-y;\n
background: #81B2DC url(<dtml-var expr="portal_url()">/tiolive_base_image/bg.png) repeat-y;\n
}\n
\n
.ListSummary table {\n
......@@ -473,7 +473,7 @@ body {\n
\tborder:none;\n
\tfont-size:1pt;\n
\tcolor:#f6a801;\n
\tbackground: url(<dtml-var expr="portal_url()">/tiolive_image/input-tiosearch.png) no-repeat transparent;\n
\tbackground: url(<dtml-var expr="portal_url()">/tiolive_base_image/input-tiosearch.png) no-repeat transparent;\n
\tbackground-position: 0 5px;\n
\n
}\n
......@@ -481,7 +481,7 @@ body {\n
#fieldset-tiosearch input.input-submit {\n
\n
border:none;\n
background: url(<dtml-var expr="portal_url()">/tiolive_image/input-tiosearch.png) no-repeat transparent;\n
background: url(<dtml-var expr="portal_url()">/tiolive_base_image/input-tiosearch.png) no-repeat transparent;\n
background-position: 100px 0;\n
\tcursor: pointer;\n
\n
......
......@@ -121,7 +121,7 @@
tal:condition="not:here/portal_membership/isAnonymousUser"><a href="#" id="link-login" \n
tal:attributes="href string:${context_url}/logout"\n
i18n:translate="" i18n:domain="ui">Logout</a>\n
<img tal:attributes="src string:${context_url}/tiolive_image/icon-login.png" id=\'user-img\' alt=\'user\' />\n
<img tal:attributes="src string:${context_url}/tiolive_base_image/icon-login.png" id=\'user-img\' alt=\'user\' />\n
<tal:block tal:replace="user_name">jp</tal:block></p> \n
<fieldset id="fieldset-tiosearch">\n
<input type="hidden" name="all_languages" value="1" />\n
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>tiolive_image</string> </value>
<value> <string>tiolive_base_image</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
36
\ No newline at end of file
37
\ 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