Changeset 2046
- Timestamp:
- 04/23/08 01:16:56 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-36/tmpl/cms/dialog/refresh_templates.tmpl
r1309 r2046 104 104 105 105 <div> 106 <input type="checkbox" id="backup" name="backup" value="1" checked="checked" />106 <input type="checkbox" id="backup" name="backup" value="1" checked="checked" onclick="toggleHidden('backups-message-refresh');toggleHidden('backups-message-clean');" /> 107 107 <label for="backup"><__trans phrase="Make backups of existing templates first"></label> 108 108 </div> … … 134 134 <li><__trans phrase="potentially install new templates"></li> 135 135 <li><__trans phrase="overwrite some existing templates with new template code"></li> 136 <li ><__trans phrase="backups will be made of your templates and can be accessed through your backup filter"></li>136 <li id="backups-message-refresh"><__trans phrase="backups will be made of your templates and can be accessed through your backup filter"></li> 137 137 </ul> 138 138 </div> … … 144 144 <li><__trans phrase="delete all of the templates in your blog"></li> 145 145 <li><__trans phrase="install new templates from the selected template set"></li> 146 <li ><__trans phrase="backups will be made of your templates and can be accessed through your backup filter"></li>146 <li id="backups-message-clean"><__trans phrase="backups will be made of your templates and can be accessed through your backup filter"></li> 147 147 </ul> 148 148 </div>
