fixes #2231 merging album search into album manager

- Delete old files (cat_search.php and cat_search.tpl) and his tab un add_core_tabs.inc.php
- Add search field and result in albums.tpl
- Separate js code from template
- Reuse data of albums.tpl for jqtree for the search algorithm
This commit is contained in:
Linty
2024-09-20 16:19:07 +02:00
parent a3e9ed23ce
commit 2121386ed0
8 changed files with 172 additions and 289 deletions
-1
View File
@@ -35,7 +35,6 @@ function add_core_tabs($sheets, $tab_id)
global $my_base_url;
$sheets['list'] = array('caption' => '<span class="icon-menu"></span>'.l10n('List'), 'url' => $my_base_url.'albums');
$sheets['permalinks'] = array('caption' => '<span class="icon-link-1"></span>'.l10n('Permalinks'), 'url' => $my_base_url.'permalinks');
$sheets['search'] = array('caption' => '<span class="icon-search"></span>'.l10n('Search'), 'url' => $my_base_url.'cat_search');
break;
case 'users':