final fixes
This commit is contained in:
parent
848f637cda
commit
639ba4c558
5 changed files with 6 additions and 5 deletions
|
@ -146,3 +146,4 @@ If you have any problems, then you can:
|
||||||
- take a look at https://systemausfall.org/toolforge/ezmlm-web
|
- take a look at https://systemausfall.org/toolforge/ezmlm-web
|
||||||
- send me an email: ezmlm-web@sumpfralle.de
|
- send me an email: ezmlm-web@sumpfralle.de
|
||||||
- subscribe to the mailinglist: ezmlm-web-subscribe@lists.systemausfall.org
|
- subscribe to the mailinglist: ezmlm-web-subscribe@lists.systemausfall.org
|
||||||
|
- report a bug at https://systemausfall.org/trac/ezmlm-web
|
||||||
|
|
|
@ -29,7 +29,7 @@ $TEMPLATE_DIR = "/usr/local/share/ezmlm-web/template";
|
||||||
# 1 = allow user to delete list completely. No backup, therefore no recovery.
|
# 1 = allow user to delete list completely. No backup, therefore no recovery.
|
||||||
$UNSAFE_RM = 0;
|
$UNSAFE_RM = 0;
|
||||||
|
|
||||||
# Who is the alias user on this system (usually alias ;)
|
# Who is the qmail alias user on this system (usually alias ;)
|
||||||
$ALIAS_USER = 'alias';
|
$ALIAS_USER = 'alias';
|
||||||
|
|
||||||
# Where do the qmail control files live on this system ...
|
# Where do the qmail control files live on this system ...
|
||||||
|
|
|
@ -144,7 +144,7 @@
|
||||||
var:html_escape(Data.List.HeaderAdd) ?></textarea></li></ul></li>
|
var:html_escape(Data.List.HeaderAdd) ?></textarea></li></ul></li>
|
||||||
|
|
||||||
<!-- ezmlm-web administators -->
|
<!-- ezmlm-web administators -->
|
||||||
<?cs if:Data.List.WebUsers ?>
|
<?cs if:Data.WebUser.show && Data.List.WebUsers ?>
|
||||||
<li><?cs var:html_escape(Lang.Misc.AllowedToEdit) ?>
|
<li><?cs var:html_escape(Lang.Misc.AllowedToEdit) ?>
|
||||||
<ul><li><input type="text"
|
<ul><li><input type="text"
|
||||||
name="webusers" value="<?cs var:html_escape(Data.List.WebUsers)
|
name="webusers" value="<?cs var:html_escape(Data.List.WebUsers)
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<li><?cs call:setting("6") ?></li><?cs /if ?>
|
<li><?cs call:setting("6") ?></li><?cs /if ?>
|
||||||
|
|
||||||
<!-- ezmlm-web administators -->
|
<!-- ezmlm-web administators -->
|
||||||
<?cs if:Data.List.WebUsers ?>
|
<?cs if:Data.WebUser.show && Data.List.WebUsers ?>
|
||||||
<li><?cs var:html_escape(Lang.Misc.AllowedToEdit) ?>
|
<li><?cs var:html_escape(Lang.Misc.AllowedToEdit) ?>
|
||||||
<ul><li><input type="text"
|
<ul><li><input type="text"
|
||||||
name="webusers" value="<?cs var:html_escape(Data.List.WebUsers)
|
name="webusers" value="<?cs var:html_escape(Data.List.WebUsers)
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
|
|
||||||
<?cs if:listnum > 0 ?>
|
<?cs if:listnum > 0 ?>
|
||||||
|
|
||||||
<?cs if:listnum < 20 ?><?cs set:columns=1 ?><?cs
|
<?cs if:listnum < 15 ?><?cs set:columns=1 ?><?cs
|
||||||
elif:listnum < 40 ?><?cs set:columns=2 ?><?cs
|
elif:listnum < 30 ?><?cs set:columns=2 ?><?cs
|
||||||
else ?><?cs set:columns=3 ?><?cs /if ?>
|
else ?><?cs set:columns=3 ?><?cs /if ?>
|
||||||
<?cs set:col_len=listnum / columns ?>
|
<?cs set:col_len=listnum / columns ?>
|
||||||
<?cs if:listnum % columns > 0 ?><?cs set:col_len = col_len + #1 ?><?cs /if ?>
|
<?cs if:listnum % columns > 0 ?><?cs set:col_len = col_len + #1 ?><?cs /if ?>
|
||||||
|
|
Loading…
Reference in a new issue