[Zope-Checkins] CVS: Zope/lib/python/App/www -
chooseDatabase.pt:1.1.2.2
Yvo Schubbe
schubbe at web.de
Fri Dec 12 12:54:18 EST 2003
Update of /cvs-repository/Zope/lib/python/App/www
In directory cvs.zope.org:/tmp/cvs-serv28426/lib/python/App/www
Modified Files:
Tag: Zope-2_7-branch
chooseDatabase.pt
Log Message:
made icon url 'inside-out' hosting save
=== Zope/lib/python/App/www/chooseDatabase.pt 1.1.2.1 => 1.1.2.2 ===
--- Zope/lib/python/App/www/chooseDatabase.pt:1.1.2.1 Mon Jul 21 12:35:16 2003
+++ Zope/lib/python/App/www/chooseDatabase.pt Fri Dec 12 12:54:17 2003
@@ -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>
More information about the Zope-Checkins
mailing list