Changeset 6025 for trunk/admin/themes/default
- Timestamp:
- May 1, 2010, 12:38:17 AM (15 years ago)
- Location:
- trunk/admin/themes/default/template
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/template/configuration.tpl
r5618 r6025 378 378 <li> 379 379 <label> 380 <span class="property">{' Privacy level'|@translate} ({'available for administrators only'|@translate})</span>380 <span class="property">{'Who can see this photo?'|@translate} ({'available for administrators only'|@translate})</span> 381 381 <input type="checkbox" name="picture_informations[privacy_level]" {if ($display.picture_informations.privacy_level)}checked="checked"{/if}> 382 382 </label> -
trunk/admin/themes/default/template/element_set_global.tpl
r5366 r6025 186 186 187 187 <tr> 188 <td>{' Minimum privacy level'|@translate}</td>188 <td>{'Who can see these photos?'|@translate}</td> 189 189 <td> 190 190 <label><input type="radio" name="level_action" value="leave" checked="checked">{'leave'|@translate}</label> 191 191 <label><input type="radio" name="level_action" value="set" id="level_action_set">{'set to'|@translate}</label> 192 192 <select onchange="document.getElementById('level_action_set').checked = true;" name="level" size="1"> 193 {html_options options=$level_options }193 {html_options options=$level_options selected=$level_options_selected} 194 194 </select> 195 195 </td> -
trunk/admin/themes/default/template/element_set_unit.tpl
r5956 r6025 103 103 </tr> 104 104 <tr> 105 <td><strong>{' Minimum privacy level'|@translate}</strong></td>105 <td><strong>{'Who can see this photo?'|@translate}</strong></td> 106 106 <td> 107 107 <select name="level-{$element.ID}"> -
trunk/admin/themes/default/template/picture_modify.tpl
r5198 r6025 153 153 154 154 <tr> 155 <td><strong>{' Minimum privacy level'|@translate}</strong></td>155 <td><strong>{'Who can see this photo?'|@translate}</strong></td> 156 156 <td> 157 157 <select name="level" size="1"> -
trunk/admin/themes/default/template/site_update.tpl
r5123 r6025 70 70 <li><label><input type="checkbox" name="display_info" value="1" {if $introduction.display_info}checked="checked"{/if}> {'display maximum informations (added categories and elements, deleted categories and elements)'|@translate}</label></li> 71 71 <li><label><input type="checkbox" name="add_to_caddie" value="1" {if $introduction.add_to_caddie}checked="checked"{/if}> {'add new elements to caddie'|@translate}</label></li> 72 <li><label>{' Minimum privacy level'|@translate} <select name="privacy_level">{html_options options=$introduction.privacy_level_options selected=$introduction.privacy_level_selected}</select></label></li>72 <li><label>{'Who can see these photos?'|@translate} <select name="privacy_level">{html_options options=$introduction.privacy_level_options selected=$introduction.privacy_level_selected}</select></label></li> 73 73 </ul> 74 74 </li>
Note: See TracChangeset
for help on using the changeset viewer.