[Checkins] SVN: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/ - some small fixes

Yvo Schubbe y.2011 at wcm-solutions.de
Thu Feb 16 16:23:10 UTC 2012


Log message for revision 124420:
  - some small fixes

Changed:
  U   Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/configure.zcml
  U   Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/templates/error_log.pt
  UU  Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/templates/zmi.pt

-=-
Modified: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/configure.zcml
===================================================================
--- Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/configure.zcml	2012-02-16 16:16:34 UTC (rev 124419)
+++ Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/configure.zcml	2012-02-16 16:23:09 UTC (rev 124420)
@@ -9,6 +9,12 @@
     name="zmi"
     />
 
+  <browser:defaultView
+    for="*"
+    name="index_html"
+    layer="zmi.core.browser.skin.IZMISkin"
+    />
+
   <browser:page
     for="*"
     name="zmi"
@@ -34,7 +40,7 @@
   <!-- Specific ZMI views -->
 
   <browser:page
-    for="zope.site.interfaces.IRootFolder"
+    for="zope.location.interfaces.IRoot"
     name="index_html"
     template="templates/zmi_root.pt"
     class="zmi.core.browser.zmi_interfaces.InterfacesView"

Modified: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/templates/error_log.pt
===================================================================
--- Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/templates/error_log.pt	2012-02-16 16:16:34 UTC (rev 124419)
+++ Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/templates/error_log.pt	2012-02-16 16:23:09 UTC (rev 124420)
@@ -98,11 +98,11 @@
             </div>
         </form>
 
-        <p>
         <form action="." method="post"
             tal:attributes="action request/ACTUAL_URL">
+        <p>
             <input type="submit" name="REFRESH" value=" Refresh " />
+        </p>
         </form>
-        </p>
     </div>
 </html>

Modified: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/templates/zmi.pt
===================================================================
--- Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/templates/zmi.pt	2012-02-16 16:16:34 UTC (rev 124419)
+++ Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/templates/zmi.pt	2012-02-16 16:23:09 UTC (rev 124420)
@@ -3,10 +3,12 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
+ <title>Zope ZMI</title>
 </head>
 <body>
 <div>
-  <span tal:content="context/@@helper/static/zopelogo.png/@@absolute_url" />
+  <img tal:attributes="src context/@@helper/static/zopelogo.png/@@absolute_url"
+    alt="Zope Logo" />
 </div>
 <div class="system-msg" tal:condition="request/manage_tabs_message|nothing"
   tal:content="request/manage_tabs_message">


Property changes on: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/templates/zmi.pt
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the checkins mailing list