--- .../prog/en/includes/sysprefs-admin-search.inc | 28 -------------------- .../prog/en/modules/admin/systempreferences.tt | 2 +- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc deleted file mode 100644 index fa9fc4b..0000000 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc +++ /dev/null @@ -1,28 +0,0 @@ - -<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Stopwords Resident Search Box --> -<div id="header_search"> - <div id="syspref_search" class="residentsearch"> - <p class="tip">System preference search:</p> - <form action="/cgi-bin/koha/admin/preferences.pl" method="post"> - <input type="text" size="40" name="searchfield" value="[% searchfield %]" /> - <input type="hidden" value="all" name="tab" /> - <input type="submit" name="ok" class="submit" value="Search" /> - </form> - </div> - [% INCLUDE 'patron-search-box.inc' %] - [% IF ( CAN_user_catalogue ) %] - <div id="catalog_search" class="residentsearch"> - <p class="tip">Enter search keywords:</p> - <form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> - <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="form-text" /> - <input type="submit" value="Submit" class="submit" /> - </form> - </div> - [% END %] - <ul> - <li><a href="#syspref_search">Search system preferences</a></li> - [% IF ( CAN_user_circulate ) %]<li><a href="#circ_search">Check out</a></li>[% END %] - [% IF ( CAN_user_catalogue ) %]<li><a href="#catalog_search">Search the catalog</a></li>[% END %] - </ul> -</div> -<!-- End Stopwords Resident Search Box --> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt index d9d0a5c..8e69259 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt @@ -75,7 +75,7 @@ </head> <body id="admin_systempreferences" class="admin"> [% INCLUDE 'header.inc' %] -[% INCLUDE 'sysprefs-admin-search.inc' %] +[% INCLUDE 'prefs-admin-search.inc' %] <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › [% IF ( add_form ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a> › [% IF ( modify ) %]Modify system preference '[% searchfield %]'[% ELSE %]Add a system preference[% END %][% END %][% IF ( add_validate ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a> › Data added[% END %] [% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a> › <a href="/cgi-bin/koha/admin/systempreferences.pl?op=add_form&searchfield=[% searchfield %]">[% searchfield %]</a> › Confirm deletion of parameter '[% searchfield %]'[% END %][% IF ( delete_confirmed ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a> › Parameter deleted[% END %][% IF ( else ) %]System preferences[% END %]</div> -- 1.7.9.5 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
