Changeset 2071

Show
Ignore:
Timestamp:
04/24/08 22:54:14 (3 months ago)
Author:
bchoate
Message:

Added labels to system user settings screen. Thanks, Su! BugId:79294

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-36/tmpl/cms/cfg_system_users.tmpl

    r1309 r2071  
    8989        content_class="field-content-text" 
    9090        hint="<__trans phrase="Select a system administrator you wish to notify when commenters successfully registered themselves.">"> 
    91         <p><input type="checkbox" id="registration" name="registration"<mt:if name="registration"> checked="checked"</mt:if> class="cb" /> <__trans phrase="Allow commenters to register to Movable Type"></p> 
     91        <p><input type="checkbox" id="registration" name="registration"<mt:if name="registration"> checked="checked"</mt:if> class="cb" /> <label for="registration"><__trans phrase="Allow commenters to register to Movable Type"></label></p> 
    9292        <input type="hidden" id="notify_user_id" name="notify_user_id" value="<mt:var name="notify_user_id" escape="html">" /> 
    9393        <p><__trans phrase="Notify the following administrators upon registration:"><br /> 
     
    120120        content_class="field-content-text" 
    121121        hint="<__trans phrase="Check to have the system automatically create a new personal blog when a user is created in the system. The user will be granted a blog administrator role on the blog.">"> 
    122         <input type="checkbox" id="personal_weblog" name="personal_weblog"<mt:if name="personal_weblog"> checked="checked"</mt:if> class="cb" <mt:if name="personal_weblog_readonly">disabled="disabled"</mt:if> /> <__trans phrase="Automatically create a new blog for each new user"
     122        <input type="checkbox" id="personal_weblog" name="personal_weblog"<mt:if name="personal_weblog"> checked="checked"</mt:if> class="cb" <mt:if name="personal_weblog_readonly">disabled="disabled"</mt:if> /> <label for="personal_weblog"><__trans phrase="Automatically create a new blog for each new user"></label
    123123    </mtapp:setting> 
    124124