Ignore:
Timestamp:
May 1, 2010, 12:38:17 AM (14 years ago)
Author:
plg
Message:

bug 1637: make the privacy level the same everywher, use "who can see this photo?"
instead of "minimum privacy level".

Location:
trunk/admin/themes/default/template
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/configuration.tpl

    r5618 r6025  
    378378    <li>
    379379      <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>
    381381        <input type="checkbox" name="picture_informations[privacy_level]" {if ($display.picture_informations.privacy_level)}checked="checked"{/if}>
    382382      </label>
  • trunk/admin/themes/default/template/element_set_global.tpl

    r5366 r6025  
    186186
    187187    <tr>
    188       <td>{'Minimum privacy level'|@translate}</td>
     188      <td>{'Who can see these photos?'|@translate}</td>
    189189      <td>
    190190        <label><input type="radio" name="level_action" value="leave" checked="checked">{'leave'|@translate}</label>
    191191        <label><input type="radio" name="level_action" value="set" id="level_action_set">{'set to'|@translate}</label>
    192192        <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}
    194194        </select>
    195195      </td>
  • trunk/admin/themes/default/template/element_set_unit.tpl

    r5956 r6025  
    103103    </tr>
    104104    <tr>
    105       <td><strong>{'Minimum privacy level'|@translate}</strong></td>
     105      <td><strong>{'Who can see this photo?'|@translate}</strong></td>
    106106      <td>
    107107        <select name="level-{$element.ID}">
  • trunk/admin/themes/default/template/picture_modify.tpl

    r5198 r6025  
    153153
    154154  <tr>
    155     <td><strong>{'Minimum privacy level'|@translate}</strong></td>
     155    <td><strong>{'Who can see this photo?'|@translate}</strong></td>
    156156    <td>
    157157      <select name="level" size="1">
  • trunk/admin/themes/default/template/site_update.tpl

    r5123 r6025  
    7070                                        <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>
    7171                                        <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>
    7373                                </ul>
    7474                        </li>
Note: See TracChangeset for help on using the changeset viewer.