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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-3 / +12 lines)
Lines 15-21 Link Here
15
15
16
<body id="ser_add_fields" class="ser">
16
<body id="ser_add_fields" class="ser">
17
    [% INCLUDE 'header.inc' %]
17
    [% INCLUDE 'header.inc' %]
18
    [% INCLUDE 'cat-search.inc' %]
19
18
20
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
        <ol>
20
        <ol>
Lines 63-68 Link Here
63
62
64
            [% END %]
63
            [% END %]
65
        </ol>
64
        </ol>
65
66
        <ol>
67
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
68
        </ol>
69
70
        <ol>
71
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
72
        </ol>
66
    </nav>
73
    </nav>
67
74
68
<div class="main container-fluid">
75
<div class="main container-fluid">
Lines 71-79 Link Here
71
            <main>
78
            <main>
72
79
73
    [% IF op == 'list' %]
80
    [% IF op == 'list' %]
74
        <div id="toolbar" class="btn-toolbar">
81
    <div id="toolbar" class="btn-toolbar">
75
            <a class="btn btn-default" id="newfields" href="?op=add_form&amp;tablename=[% tablename | uri %]"><i class="fa fa-plus"></i> Create field</a>
82
        <div>
83
            <a class="pat" id="newfields" href="?op=add_form&amp;tablename=[% tablename | uri %]"><i class="fa fa-plus"></i> Create field</a>
76
        </div>
84
        </div>
85
    </div>
77
    [% END %]
86
    [% END %]
78
87
79
    [% IF messages %]
88
    [% IF messages %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-7 / +19 lines)
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
- 

Return to bug 30952