source: extensions/Copyrights/batch_global.tpl @ 27113

Last change on this file since 27113 was 11794, checked in by Mattias, 13 years ago

added support for -1 copyright
added an order by cr_id
the plugin handles deletes (no copyright) better

File size: 207 bytes
RevLine 
[11678]1<!-- Template for the copyright selector -->
[11423]2<div id="copyrights">
[11635]3        {'Copyright'|@translate}
4        <select name="copyrightID">
[11794]5                <option value="">--</option>
[11635]6                {html_options options=$CRoptions}
7        </select>
[11423]8</div>
Note: See TracBrowser for help on using the repository browser.