[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - template.pt:1.50 zope3.css:1.27

Richard Jones richard at commonground.com.au
Sun Feb 8 18:49:17 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv22819/app/browser/skins/rotterdam

Modified Files:
	template.pt zope3.css 
Log Message:
display action menu items in correct order


=== Zope3/src/zope/app/browser/skins/rotterdam/template.pt 1.49 => 1.50 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/template.pt:1.49	Sat Feb  7 21:39:40 2004
+++ Zope3/src/zope/app/browser/skins/rotterdam/template.pt	Sun Feb  8 18:49:16 2004
@@ -129,10 +129,14 @@
       </div>
 
       <!-- OnlineHelp with popup support -->
+      <!-- note, we reverse the actions list 'cos they're packed to the
+           screen from the right -->
       <div tal:condition="usage/objectview" id="actions"
            tal:define="help_actions context/@@view_get_menu/help_actions;
-                       actions context/@@view_get_menu/zmi_actions"
+                       actions context/@@view_get_menu/zmi_actions;
+                       dummy python:actions.reverse()"
            metal:define-slot="tabs">
+
         <span tal:condition="help_actions"
               tal:repeat="help_info help_actions"
               tal:omit-tag="">


=== Zope3/src/zope/app/browser/skins/rotterdam/zope3.css 1.26 => 1.27 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/zope3.css:1.26	Sat Feb  7 22:17:16 2004
+++ Zope3/src/zope/app/browser/skins/rotterdam/zope3.css	Sun Feb  8 18:49:16 2004
@@ -274,7 +274,7 @@
 
 #actions a {
 	color: White;
-   float: right;
+    float: right;
 	border-left: 1px dashed white;
 	padding: 0 0.5em;
 }




More information about the Zope3-Checkins mailing list