Changeset 10110 for trunk/admin
- Timestamp:
- Apr 6, 2011, 5:17:09 PM (14 years ago)
- Location:
- trunk/admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r9191 r10110 2110 2110 $taglist, 2111 2111 array( 2112 ' caption' => $row['tag_name'],2112 'key' => $row['tag_name'], 2113 2113 'value' => '~~'.$row['tag_id'].'~~', 2114 2114 ) -
trunk/admin/themes/default/template/batch_manager_global.tpl
r10012 r10110 12 12 jQuery("#tags").fcbkcomplete({ 13 13 json_url: "admin.php?fckb_tags=1", 14 cache: false,14 cache: true, 15 15 filter_case: false, 16 16 filter_hide: true, -
trunk/admin/themes/default/template/batch_manager_unit.tpl
r8723 r10110 18 18 $(tag_boxes_selector).fcbkcomplete({ 19 19 json_url: "admin.php?fckb_tags=1", 20 cache: false,20 cache: true, 21 21 filter_case: false, 22 22 filter_hide: true, -
trunk/admin/themes/default/template/picture_modify.tpl
r8764 r10110 8 8 jQuery("#tags").fcbkcomplete({ 9 9 json_url: "admin.php?fckb_tags=1", 10 cache: false,10 cache: true, 11 11 filter_case: false, 12 12 filter_hide: true,
Note: See TracChangeset
for help on using the changeset viewer.