[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/www/main.pt fixed icons for inside-out hosting

Yvo Schubbe y.2005- at wcm-solutions.de
Tue Jun 14 13:39:22 EDT 2005


Log message for revision 30795:
  fixed icons for inside-out hosting

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/www/main.pt

-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/www/main.pt
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/www/main.pt	2005-06-14 14:24:05 UTC (rev 30794)
+++ Zope/branches/Zope-2_8-branch/lib/python/Products/SiteErrorLog/www/main.pt	2005-06-14 17:39:21 UTC (rev 30795)
@@ -1,5 +1,5 @@
-<h1 tal:replace="structure here/manage_page_header">Header</h1>
-<h1 tal:replace="structure here/manage_tabs">Tabs</h1>
+<h1 tal:replace="structure context/manage_page_header">Header</h1>
+<h1 tal:replace="structure context/manage_tabs">Tabs</h1>
 
 <p class="form-help">
 This page lists the exceptions that have occurred in this site
@@ -89,7 +89,11 @@
       Application object has no attribute "zzope"</span>
    </a>
   </td>
-  <td><a href="#" tal:attributes="href string:${here/absolute_url}/forgetEntry?id=${entry/id}"><img title="Forget this entry" src="/misc_/SiteErrorLog/ok.gif" border="0"></a></td>
+  <td><a href="#"
+     tal:attributes="href string:${context/absolute_url}/forgetEntry?id=${entry/id}"
+  ><img title="Forget this entry" src="/misc_/SiteErrorLog/ok.gif" border="0"
+     tal:attributes="src string:${request/BASEPATH1}/misc_/SiteErrorLog/ok.gif"
+  ></a></td>
  </tr>
 </table>
 
@@ -103,5 +107,4 @@
 </form>
 </p>
 
-<h1 tal:replace="structure here/manage_page_footer">Footer</h1>
-
+<h1 tal:replace="structure context/manage_page_footer">Footer</h1>



More information about the Zope-Checkins mailing list