Changeset 2071
- Timestamp:
- 04/24/08 22:54:14 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-36/tmpl/cms/cfg_system_users.tmpl
r1309 r2071 89 89 content_class="field-content-text" 90 90 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> 92 92 <input type="hidden" id="notify_user_id" name="notify_user_id" value="<mt:var name="notify_user_id" escape="html">" /> 93 93 <p><__trans phrase="Notify the following administrators upon registration:"><br /> … … 120 120 content_class="field-content-text" 121 121 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> 123 123 </mtapp:setting> 124 124
