ezmlm-web/template/ui/easy.hdf
lars 4c83771e11 updated UPGRADE file
new configuration setting: HTML_LINKS
changed layout of top div
fixed some IE rendering problems
improved visualization of subscriber's log
changed interface of 'form_header' macros
moved interface and language selection to the top of the page
reverse order of subscriber's log entries
set explicit default values for UNSAFE_RM, PRETTY_NAMES, ALIAS_USER, HTML_LINKS, HTML_LANGUAGE, FILE_UPLOAD and DEFAULT_OPTIONS
HTML_CSS_FILE replaced by HTML_CSS_URL - it defaults to '/ezmlm-web.css'
added manpages for 'webusers' and 'ezmlmwebrc' file formats
added check for required settings
ignore 'taintness' of 'send' input data due to non-ascii characters in buttons' values
2007-04-10 22:19:43 +00:00

78 lines
1,007 B
Plaintext

UI {
Top {
Language = 1
Interface = 1
}
Navigation {
DomainSelect = 1
ListSelect = 1
ListCreate = 1
Subscribers {
Subscribers = 1
Allow = 1
Moderators = 1
}
Config {
Main = 1
Processing = 1
}
Gnupg {
PublicKeys = 1
SecretKeys = 1
GenerateKey = 1
}
TextEdit = 1
ListDelete = 1
SubscribeLog = 1
GnupgConvert = 1
Help = 1
}
Options {
Create {
Listname = create_listname
Listaddress = create_listaddress
Listlanguage = lang_select
Webuser = webusers
}
Subscribers {
Subscribers = {}
}
GenerateKey {
KeyName = gnupg_keyname
KeyComment = gnupg_keycomment
}
Config {
Main {
Language = lang_select
SubscribeRules = subscribe_selection
PostingRules = posting_selection
Owner = owner_address
WebUsers = webusers
}
Processing {
Prefix = prefix
ReplyToSelf = reply_to_self
Trailer = trailer
From = from_address
}
}
}
}