X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fdefault.properties;h=be0990cf56536854c37194121fa159ebc1da4f1c;hb=caec10ea9624779d317bc4fda0420e11ff82ebde;hp=6474ab7dcefafee76b7ce4a8d10f875b7fb56b02;hpb=5c9baa70257e48b2e65f4639f39f9190e2f0059e;p=mir.git diff --git a/source/default.properties b/source/default.properties index 6474ab7d..be0990cf 100755 --- a/source/default.properties +++ b/source/default.properties @@ -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: +# 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