aboutsummaryrefslogtreecommitdiffstats
path: root/template/add-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/add-list.html')
-rw-r--r--template/add-list.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/template/add-list.html b/template/add-list.html
index 00c94ac..ef99497 100644
--- a/template/add-list.html
+++ b/template/add-list.html
@@ -52,6 +52,26 @@
<hr/>
+ <h4 class="label">Password</h4>
+
+ <table class="loginform">
+ <tr>
+ <td class="label">Password</td>
+ <td><input type="password" name="password" size="20" /></td>
+ </tr>
+ <tr>
+ <td class="label">Repeat password</td>
+ <td><input type="password" name="password2" size="20" /></td>
+ </tr>
+ </table>
+ <div class="help">
+ This is the admin password for the web interface of the chosen list manager.
+ (The user name being yourself
+ <span class="email"><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></span>.)
+ </div>
+
+ <hr/>
+
<h4 class="label">Description</h4>
<textarea name="description" cols="50" rows="3" ><TMPL_VAR NAME=description></textarea>
<div class="help">
@@ -79,6 +99,12 @@
<input type="submit" name="cancel" value="Cancel" />
<input type="submit" name="submit" value="Submit" />
+ <div class="help">
+ <i>Note</i>: No confirmation email will be sent. It may take a while for the list to be created (especially
+ for the Schleuder list manager, as it requires a GPG key creation); Once the list has succefully been created,
+ it will be visible under the
+ <a href="<TMPL_VAR NAME=url>/<TMPL_VAR NAME=domain>/">management page for <span class="domain"><TMPL_VAR NAME=domain></span></a>.
+ </div>
</div>
</form>
</div>