diff --git a/browser/lobo/configure.zcml b/browser/lobo/configure.zcml index d179e44..5bf7ea0 100644 --- a/browser/lobo/configure.zcml +++ b/browser/lobo/configure.zcml @@ -39,6 +39,14 @@ factory="loops.browser.lobo.standard.List1" permission="zope.View" /> + + + +
+ +
+
+ + +
diff --git a/browser/lobo/standard.py b/browser/lobo/standard.py index aa82276..fb8e1aa 100644 --- a/browser/lobo/standard.py +++ b/browser/lobo/standard.py @@ -246,6 +246,13 @@ class List2(BasePart): gridPattern = [['span-4 clear', 'span-2 last']] +class List3(BasePart): + + macroName = 'list3' + imageSize = 'large' + gridPattern = [['span-6 clear']] + + class Header0(BasePart): macroName = 'header'