Ignore:
Timestamp:
Feb 6, 2014, 9:55:31 AM (10 years ago)
Author:
JanisV
Message:

New options (unlock new virtual albums, inherit permissions)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/physical2virtual/template/admin.tpl

    r27164 r27229  
    3030  </li>
    3131  <li>
     32    <input type="checkbox" id="unlock_virtual" name="unlock_virtual"{if $physical2virtual.unlock_virtual} checked="checked"{/if}>
     33    <label for="unlock_virtual">
     34      <b>{'Unlock new virtual albums when possible'|@translate}</b>
     35    </label>
     36  </li>
     37  <li>
     38    <input type="checkbox" id="inherit" name="inherit"{if $physical2virtual.inherit} checked="checked"{/if}>
     39    <label for="inherit">
     40      <b>{'New virtual albums inherit the group/user permissions from its parent'|@translate}</b>
     41    </label>
     42  </li>
     43  <li>
    3244    <input type="checkbox" id="store_structure" name="store_structure"{if $physical2virtual.store_structure} checked="checked"{/if}>
    3345    <label for="store_structure">
Note: See TracChangeset for help on using the changeset viewer.