[Zope-Checkins] CVS: Zope/lib/python/App/www - chooseDatabase.pt:1.2
Yvo Schubbe
schubbe at web.de
Fri Dec 12 12:53:37 EST 2003
Update of /cvs-repository/Zope/lib/python/App/www
In directory cvs.zope.org:/tmp/cvs-serv28248/lib/python/App/www
Modified Files:
chooseDatabase.pt
Log Message:
made icon url 'inside-out' hosting save
=== Zope/lib/python/App/www/chooseDatabase.pt 1.1 => 1.2 ===
--- Zope/lib/python/App/www/chooseDatabase.pt:1.1 Sat Jul 19 22:55:55 2003
+++ Zope/lib/python/App/www/chooseDatabase.pt Fri Dec 12 12:53:36 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