Changeset 591


Ignore:
Timestamp:
10/16/08 04:10:20 (5 years ago)
Author:
dgynn
Message:

default the mailing list name to the project name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/mailmanplugin/mailinglists/templates/mailinglists_admin.html

    r18 r591  
    4343                                <div> 
    4444                                        <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> 
    4646                                        <p class="hint">Enter a list name for new mailing list.  The standard naming convention is to use the projectname or projectname-sublistname</p> 
    4747                                        <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.