[kupu-checkins] r42126 - in kupu/trunk/kupu/plone: . profiles/default

duncan at codespeak.net duncan at codespeak.net
Tue Apr 17 15:54:07 CEST 2007


Author: duncan
Date: Tue Apr 17 15:54:07 2007
New Revision: 42126

Modified:
   kupu/trunk/kupu/plone/helpers.py
   kupu/trunk/kupu/plone/profiles/default/kupu.xml
   kupu/trunk/kupu/plone/resource_types.pt
Log:
Disable unordered list pulldown.

Modified: kupu/trunk/kupu/plone/helpers.py
==============================================================================
--- kupu/trunk/kupu/plone/helpers.py	(original)
+++ kupu/trunk/kupu/plone/helpers.py	Tue Apr 17 15:54:07 2007
@@ -46,7 +46,7 @@
     ('spellchecker', 'Spellchecker', False, 'kupu-spellchecker'),
     ('source', 'Source', True, 'kupu-source'),
     ('styles', 'Styles pulldown', True, None),
-    ('ulstyles', 'Unordered list style pulldown', True, None),
+    ('ulstyles', 'Unordered list style pulldown', False, None),
     ('olstyles', 'Ordered list style pulldown', True, None),
     ('zoom', 'Zoom button', True, 'kupu-zoom'),
 ]

Modified: kupu/trunk/kupu/plone/profiles/default/kupu.xml
==============================================================================
--- kupu/trunk/kupu/plone/profiles/default/kupu.xml	(original)
+++ kupu/trunk/kupu/plone/profiles/default/kupu.xml	Tue Apr 17 15:54:07 2007
@@ -155,7 +155,7 @@
     <element visible="False" id="spellchecker"/>
     <element visible="True" id="source"/>
     <element visible="True" id="styles"/>
-    <element visible="True" id="ulstyles"/>
+    <element visible="False" id="ulstyles"/>
     <element visible="True" id="olstyles"/>
     <element visible="True" id="zoom"/>
   </toolbar>

Modified: kupu/trunk/kupu/plone/resource_types.pt
==============================================================================
--- kupu/trunk/kupu/plone/resource_types.pt	(original)
+++ kupu/trunk/kupu/plone/resource_types.pt	Tue Apr 17 15:54:07 2007
@@ -168,7 +168,7 @@
     </td>
   </tr>
   <tr>
-    <td style="border-right: none;" width="1%">Normal Image</td>
+    <td style="border-right: none;" width="1%">Normal&nbsp;mage</td>
     <td>
       <input type="text" name="preview_action.normal:records"
              style="width:90%"


More information about the kupu-checkins mailing list