diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-23 20:57:43 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-23 20:57:43 +0200 |
commit | 06a4de26e05b74e3ed5493cef205af91462678a1 (patch) | |
tree | a6d6f009b3792f838fb4d9a2ff24d3d866cbf201 /template/add-list.html | |
parent | 0a4b5d24845fb86bade3ab3c38a6202862d6caad (diff) |
Making the list creation method.
Diffstat (limited to 'template/add-list.html')
-rw-r--r-- | template/add-list.html | 26 |
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> |