use themed colored elements

This commit is contained in:
rolux 2011-10-26 14:52:23 +00:00
commit 50ec104d7f
7 changed files with 108 additions and 125 deletions

View file

@ -448,8 +448,11 @@
{
"id": "rightslevel",
"title": "Rights Level",
"type": "integer",
"columnWidth": 60,
"type": "label",
"columnWidth": 90,
"format": {"type": "ColorLevel", "args": [
["Public", "Relaxed", "Regular", "Restricted", "Private"]
]},
"sortOperator": "+"
},
{
@ -550,6 +553,7 @@
// E-mail address uses by the system (from)
"system": "0xdb@0xdb.org"
},
// fixme: there should be no magic applied to this file
"id": "{{settings.SITEID}}",
"name": "{{settings.SITENAME}}",
"url": "{{settings.URL}}"