Changeset 591
- Timestamp:
- 10/16/08 04:10:20 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/mailmanplugin/mailinglists/templates/mailinglists_admin.html
r18 r591 43 43 <div> 44 44 <label for="new_list_name">List Name 45 <input type="text" name="new_list_name" value="${req.args.get('new_list_name' )}" />@${email_host}</label>45 <input type="text" name="new_list_name" value="${req.args.get('new_list_name',project_shortname)}" />@${email_host}</label> 46 46 <p class="hint">Enter a list name for new mailing list. The standard naming convention is to use the projectname or projectname-sublistname</p> 47 47 <p class="hint">Examples: ${project_shortname}-team, ${project_shortname}-commits, ${project_shortname}-qa, ${project_shortname}-status</p>
Note: See TracChangeset
for help on using the changeset viewer.
