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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl (-6 / +10 lines)
Lines 12-25 Link Here
12
   
12
   
13
   <div id="bd">
13
   <div id="bd">
14
	<div id="yui-main" class="sysprefs">
14
	<div id="yui-main" class="sysprefs">
15
	<div class="yui-g"><h1>System Preferences</h1></div>
15
	<div class="yui-g"><h1>Koha Administration</h1></div>
16
	<div class="yui-g">
16
	<div class="yui-g">
17
17
18
<div class="yui-u first">
18
<div class="yui-u first">
19
<dl>
19
<form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
20
	<dt><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></dt>
20
<fieldset>
21
	<dd>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</dd>
21
<h4><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></h4>
22
</dl>
22
	<p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p>
23
		<input type="hidden" value="all" name="tab" />
24
        <input type="text" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
25
        <input type="submit" name="ok" class="submit" value="Search" />
26
</fieldset>
27
</form>
23
28
24
29
25
<div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div>
30
<div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div>
26
- 

Return to bug 3181