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".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.