[kupu-checkins] r45493 - kupu/trunk/kupu/plone

limi at codespeak.net limi at codespeak.net
Sun Aug 5 08:38:48 CEST 2007


Author: limi
Date: Sun Aug  5 08:38:47 2007
New Revision: 45493

Modified:
   kupu/trunk/kupu/plone/toolbar.kupu
Log:
Moving the delete actions to the end of the toolbar, so they don't disrupt the
rest of the toolbar when they show up. Tried doing "make plonemacros", but it
didn't seem to do anything - so please regenerate whatever needs to be 
regenerated, Duncan? :)


Modified: kupu/trunk/kupu/plone/toolbar.kupu
==============================================================================
--- kupu/trunk/kupu/plone/toolbar.kupu	(original)
+++ kupu/trunk/kupu/plone/toolbar.kupu	Sun Aug  5 08:38:47 2007
@@ -105,19 +105,6 @@
     </span>
   </kupu:part>
 
-  <kupu:part name="buttongroup-remove">
-    <span class="kupu-tb-buttongroup" id="kupu-bg-remove" tal:condition="filter/bg-remove">
-      <button type="button" class="kupu-removeimage invisible"
-              tal:condition="filter/removeimage-button"
-              id="kupu-removeimage-button" title="Remove image"
-              i18n:attributes="title title_removeimage;">&#160;</button>
-      <button type="button" class="kupu-removelink invisible"
-              tal:condition="filter/removelink-button"
-              id="kupu-removelink-button" title="Remove link"
-              i18n:attributes="title title_removelink;">&#160;</button>
-    </span>
-  </kupu:part>
-
   <kupu:part name="buttongroup-undo">
     <span class="kupu-tb-buttongroup" id="kupu-bg-undo" tal:condition="filter/bg-undo">
       <button type="button" class="kupu-undo" 
@@ -164,4 +151,17 @@
               i18n:translate="list-loweralpha">a</option>
     </select>
   </kupu:part>
+
+  <kupu:part name="buttongroup-remove">
+    <span class="kupu-tb-buttongroup" id="kupu-bg-remove" tal:condition="filter/bg-remove">
+      <button type="button" class="kupu-removeimage invisible"
+              tal:condition="filter/removeimage-button"
+              id="kupu-removeimage-button" title="Remove image"
+              i18n:attributes="title title_removeimage;">&#160;</button>
+      <button type="button" class="kupu-removelink invisible"
+              tal:condition="filter/removelink-button"
+              id="kupu-removelink-button" title="Remove link"
+              i18n:attributes="title title_removelink;">&#160;</button>
+    </span>
+  </kupu:part>
 </kupu:feature>


More information about the kupu-checkins mailing list