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/element_set_global.php

    r5933 r6025  
    410410
    411411// image level options
    412 $tpl_options = array();
    413 foreach ($conf['available_permission_levels'] as $level)
    414 {
    415   $tpl_options[$level] = l10n( sprintf('Level %d', $level) );
    416 }
    417412$template->assign(
    418413    array(
    419       'level_options'=> $tpl_options,
     414      'level_options'=> get_privacy_level_options(),
     415      'level_options_selected' => 0,
    420416    )
    421417  );
Note: See TracChangeset for help on using the changeset viewer.