From 5fc0d9777e98d376a16c74ebf00bd8360d07d1e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Fri, 12 Feb 2016 10:19:00 +0100 Subject: [PATCH] Bug 15808 - Remove "Return to where you were before" from sysprefs This patch removes the link 'return to where you were before' from syspref search result page after failing search. To test: - Apply patch - Go to System preferences in staff client, do a search with something that does not exist - Verify that a message pops up that does not contain the link. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt index e42aca2..b95436f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -70,7 +70,7 @@ [% END %] [% IF ( search_not_found ) %]
- No system preferences matched your search for [% searchfield |html %]. You can try a different search or return to where you were before. + No system preferences matched your search for: [% searchfield |html %]
[% END %] [% FOREACH TAB IN TABS %] -- 1.7.10.4