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

Last change on this file since 28533 was 28533, checked in by mistic100, 10 years ago

feature 3077 : use selectize on batch_manager_global, cat_modify and photos_add_direct
+ rewrite "add album" popup (more flexible and working with selectize)

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