Overview
Comment:Move saved_searches template
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 4b7909a71e150be1e9f3a97870a893d02416d907
User & Date: bohwaz on 2020-11-01 22:59:17
Other Links: branch diff | manifest | tags
Context
2020-11-01
23:08
Add ability to redirect in runIf method of Form check-in: 610d5b6244 user: bohwaz tags: dev
22:59
Move saved_searches template check-in: 4b7909a71e user: bohwaz tags: dev
22:41
Implement service fee edition check-in: cabd313e9e user: bohwaz tags: dev
Changes

Name change from src/templates/common/saved_searches.tpl to src/templates/common/search/saved_searches.tpl.

Modified src/www/admin/common/saved_searches.php from [16da67e123] to [08209d1978].

52
53
54
55
56
57
58
59
if (!$mode)
{
	$tpl->assign('liste', $recherche->getList($user->id, $target));
}

$tpl->assign(compact('mode', 'target', 'search_url'));

$tpl->display('common/saved_searches.tpl');







|
52
53
54
55
56
57
58
59
if (!$mode)
{
	$tpl->assign('liste', $recherche->getList($user->id, $target));
}

$tpl->assign(compact('mode', 'target', 'search_url'));

$tpl->display('common/search/saved_searches.tpl');