source: trunk/admin/themes/default/template/include/add_album.inc.tpl @ 30341

Last change on this file since 30341 was 29389, checked in by plg, 10 years ago

feature 3133: add colorscheme parameter for themes. This way we can use the
appropriate CSS for selectize (and other things)

File size: 957 bytes
Line 
1{if empty($load_mode)}{$load_mode='footer'}{/if}
2{include file='include/colorbox.inc.tpl' load_mode=$load_mode}
3
4{combine_script id='jquery.selectize' load='footer' path='themes/default/js/plugins/selectize.min.js'}
5{combine_css id='jquery.selectize' path="themes/default/js/plugins/selectize.{$themeconf.colorscheme}.css"}
6
7{combine_script id='addAlbum' load=$load_mode path='admin/themes/default/js/addAlbum.js'}
8
9<div style="display:none">
10  <div id="addAlbumForm">
11    <form>
12      {'Parent album'|@translate}<br>
13      <select name="category_parent"></select>
14      <br><br>
15     
16      {'Album name'|@translate}<br>
17      <input name="category_name" type="text" maxlength="255"> <span id="categoryNameError"></span>
18      <br><br><br>
19     
20      <input type="submit" value="{'Create'|@translate}">
21      <span id="albumCreationLoading" style="display:none"><img src="themes/default/images/ajax-loader-small.gif"></span>
22    </form>
23  </div>
24</div>
Note: See TracBrowser for help on using the repository browser.