src/pyams_skin/interfaces/viewlet.py
changeset 69 a361355b55c7
parent 25 23d78e06822d
child 87 3d9fd0c2699c
--- a/src/pyams_skin/interfaces/viewlet.py	Wed May 20 15:01:45 2015 +0200
+++ b/src/pyams_skin/interfaces/viewlet.py	Wed Jun 17 10:00:10 2015 +0200
@@ -117,7 +117,7 @@
 
     icon_class = TextLine(title="Shortcut icon class")
 
-    label = Attribute("Shortcut title")
+    label = TextLine(title="Shortcut title")
 
     url = TextLine(title="Shortcut target URL")
 
@@ -247,6 +247,14 @@
 
 
 #
+# Widget title extensions viewlet manager
+#
+
+class IWidgetTitleViewletManager(IViewletManager):
+    """Widget title viewlet manager"""
+
+
+#
 # Toolbar viewlet manager
 #
 
@@ -318,4 +326,4 @@
     """Context actions viewlet manager"""
 
     css_class = TextLine(title="Button CSS class",
-                         default='btn btn-xs btn-primary dropdown-toggle')
+                         default='btn btn-xs btn-default dropdown-toggle')