Lines 6-12
Link Here
|
6 |
</head> |
6 |
</head> |
7 |
<body id="admin_admin-home" class="admin"> |
7 |
<body id="admin_admin-home" class="admin"> |
8 |
[% INCLUDE 'header.inc' %] |
8 |
[% INCLUDE 'header.inc' %] |
9 |
[% INCLUDE 'prefs-admin-search.inc' %] |
|
|
10 |
|
9 |
|
11 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
10 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
12 |
<ol> |
11 |
<ol> |
Lines 19-24
Link Here
|
19 |
</a> |
18 |
</a> |
20 |
</li> |
19 |
</li> |
21 |
</ol> |
20 |
</ol> |
|
|
21 |
|
22 |
<ol> |
23 |
[% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %] |
24 |
</ol> |
25 |
|
26 |
<ol> |
27 |
<a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a> |
28 |
</ol> |
22 |
</nav> |
29 |
</nav> |
23 |
|
30 |
|
24 |
<div class="main container-fluid"> |
31 |
<div class="main container-fluid"> |
Lines 57-72
Link Here
|
57 |
<form action="/cgi-bin/koha/admin/preferences.pl" method="post"> |
64 |
<form action="/cgi-bin/koha/admin/preferences.pl" method="post"> |
58 |
<fieldset> |
65 |
<fieldset> |
59 |
<h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4> |
66 |
<h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4> |
60 |
<p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p> |
67 |
<fieldset> |
61 |
<input type="hidden" name="op" value="search" /> |
68 |
<p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p> |
62 |
<input type="text" name="searchfield" value="[% searchfield | html %]" /> |
69 |
<input type="hidden" name="op" value="search" /> |
63 |
<input type="submit" name="ok" class="submit" value="Search" /> |
70 |
<input type="text" name="searchfield" value="[% searchfield | html %]" /> |
|
|
71 |
<input type="submit" name="ok" class="principal" value="Search" /> |
72 |
</fieldset> |
64 |
</fieldset> |
73 |
</fieldset> |
65 |
</form> |
74 |
</form> |
66 |
[% END %] |
75 |
[% END %] |
67 |
|
76 |
|
68 |
[% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %] |
77 |
[% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %] |
69 |
<div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div> |
78 |
<div class="hint"> |
|
|
79 |
<h4>Hint:</h4><p>Configure these parameters in the order they appear.</p> |
80 |
</div> |
81 |
|
70 |
<h3>Basic parameters</h3> |
82 |
<h3>Basic parameters</h3> |
71 |
<dl> |
83 |
<dl> |
72 |
[% IF ( CAN_user_parameters_manage_libraries ) %] |
84 |
[% IF ( CAN_user_parameters_manage_libraries ) %] |
Lines 125-130
Link Here
|
125 |
[% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %] |
137 |
[% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %] |
126 |
<h3>Accounting</h3> |
138 |
<h3>Accounting</h3> |
127 |
<dl> |
139 |
<dl> |
|
|
140 |
|
128 |
[% IF ( CAN_user_parameters_manage_accounts ) %] |
141 |
[% IF ( CAN_user_parameters_manage_accounts ) %] |
129 |
<dt><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></dt> |
142 |
<dt><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></dt> |
130 |
<dd>Define debit types</dd> |
143 |
<dd>Define debit types</dd> |
131 |
- |
|
|