source: extensions/Copyrights/batch_global.tpl @ 11790

Last change on this file since 11790 was 11678, checked in by J.Commelin, 13 years ago

Finished adding comments to the code

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