View | Details | Raw Unified | Return to bug 5100
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl (-2 / +1 lines)
Lines 18-24 Link Here
18
<div class="yui-u first">
18
<div class="yui-u first">
19
<form action="/cgi-bin/koha/admin/preferences.pl" method="post">
19
<form action="/cgi-bin/koha/admin/preferences.pl" method="post">
20
<fieldset>
20
<fieldset>
21
<h4><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></h4>
21
<h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4>
22
	<p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p>
22
	<p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p>
23
        <input type="hidden" name="op" value="search" />
23
        <input type="hidden" name="op" value="search" />
24
        <input type="text" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
24
        <input type="text" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
25
- 

Return to bug 5100