Changeset 24975
- Timestamp:
- Oct 18, 2013, 4:16:59 PM (11 years ago)
- Location:
- branches/2.5/admin/themes/default/template
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/admin/themes/default/template/cat_list.tpl
r18986 r24975 13 13 jQuery("#formAutoOrder").hide(); 14 14 jQuery("#formCreateAlbum").hide(); 15 } ,15 } 16 16 }); 17 17 -
branches/2.5/admin/themes/default/template/include/add_album.inc.tpl
r17007 r24975 7 7 recursive: true, 8 8 fullname: true, 9 format: "json" ,9 format: "json" 10 10 }, 11 11 function(data) { … … 45 45 data: { 46 46 parent: jQuery("select[name=category_parent] option:selected").val(), 47 name: jQuery("input[name=category_name]").val() ,47 name: jQuery("input[name=category_name]").val() 48 48 }, 49 49 beforeSend: function() { -
branches/2.5/admin/themes/default/template/photos_add_direct.tpl
r19828 r24975 201 201 'upload_id' : upload_id, 202 202 'session_id' : session_id, 203 'pwg_token' : pwg_token ,203 'pwg_token' : pwg_token 204 204 } 205 205 );
Note: See TracChangeset
for help on using the changeset viewer.