2 bugfixes...
[mir.git] / source / default.properties
index 6474ab7..be0990c 100755 (executable)
@@ -104,6 +104,26 @@ Mir.Localizer.OpenPosting.GeneratorLibrary= default=freemarker(etc/open/)
 # 0 = links, 1 = checkboxes, 2 = a listbox
 Mir.Localizer.Admin.ListOperationsFlavor=1
 
+
+
+# How should the topics be presented on the article edit page?
+# <key>:<listtype>:<listparameter>:<condition>:<order>
+#
+# key:
+#     a unique key per topic category
+# listtype:
+#     0 = in a multiselect list box, 1 = checkboxes, 2 = a dropdown listbox
+# listparameter:
+#     number of rows for multiselect list box, number of columns for checkboxes
+# condition:
+#     what sql condition should the topics of this category be of
+# order:
+#     what sql order should the topics be ordered by
+
+Mir.Localizer.Admin.TopicLists = \
+   topic:1:3:archiv_url='bla':title   ,\
+   rest:1:3:archiv_url<>'bla':title   \
+
 # How should the topics be presented on the article edit page?
 # 0 = in a multiselect list box, 1 = checkboxes
 Mir.Localizer.Admin.TopicListFlavor=1