Commit 8fcd2f15 authored by 's avatar

made icon url 'inside-out' hosting save

parent fc582b40
......@@ -7,7 +7,8 @@
modules/Products/PythonScripts/standard/url_quote">
<tr tal:repeat="name here/getDatabaseNames">
<td tal:define="qname python: url_quote(name)">
<img src="/p_/DatabaseManagement_icon" />
<img src="/p_/DatabaseManagement_icon"
tal:attributes="src string:${request/BASE1}/p_/DatabaseManagement_icon" />
<a tal:content="name" tal:attributes="href
string:${here/absolute_url}/${qname}/manage_main">Main</a>
</td>
......
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