source: extensions/Copyrights/batch_global.tpl @ 11794

Last change on this file since 11794 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
Line 
1<!-- Template for the copyright selector -->
2<div id="copyrights">
3        {'Copyright'|@translate}
4        <select name="copyrightID">
5                <option value="">--</option>
6                {html_options options=$CRoptions}
7        </select>
8</div>
Note: See TracBrowser for help on using the repository browser.