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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-1 / +1 lines)
Lines 173-179 Link Here
173
                        <dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions)</dd>
173
                        <dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions)</dd>
174
                    [% END %]
174
                    [% END %]
175
                    [% IF ( CAN_user_parameters_manage_classifications ) %]
175
                    [% IF ( CAN_user_parameters_manage_classifications ) %]
176
                        <dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt>
176
                        <dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification configuration</a></dt>
177
                        <dd>Define classification sources (i.e. call number schemes) used by your collection.  Also define filing rules used for sorting call numbers and splitting rules for splitting them</dd>
177
                        <dd>Define classification sources (i.e. call number schemes) used by your collection.  Also define filing rules used for sorting call numbers and splitting rules for splitting them</dd>
178
                    [% END %]
178
                    [% END %]
179
                    [% IF ( CAN_user_parameters_manage_matching_rules ) %]
179
                    [% IF ( CAN_user_parameters_manage_matching_rules ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-1 / +1 lines)
Lines 340-346 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
340
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_sort_rule"><i class="fa fa-plus"></i> New filing rule</a>
340
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_sort_rule"><i class="fa fa-plus"></i> New filing rule</a>
341
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_split_rule"><i class="fa fa-plus"></i> New splitting rule</a>
341
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_split_rule"><i class="fa fa-plus"></i> New splitting rule</a>
342
</div>
342
</div>
343
<h1>Classification sources</h1>
343
<h1>Classification configuration</h1>
344
<h2>Classification sources</h2>
344
<h2>Classification sources</h2>
345
<table>
345
<table>
346
  <tr>
346
  <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-1 / +1 lines)
Lines 158-165 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
158
[% END %]
158
[% END %]
159
159
160
[% IF display %]
160
[% IF display %]
161
[% IF ( eans ) %]
162
    <h1>Library EANs</h1>
161
    <h1>Library EANs</h1>
162
[% IF ( eans ) %]
163
    <table>
163
    <table>
164
        <tr>
164
        <tr>
165
            <th>Library</th>
165
            <th>Library</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (+1 lines)
Lines 97-102 Link Here
97
                  </table>
97
                  </table>
98
              </div>
98
              </div>
99
          [% ELSE %]
99
          [% ELSE %]
100
                <h1>Item search fields</h1>
100
              <div class="dialog message">
101
              <div class="dialog message">
101
                  There are no item search fields defined.
102
                  There are no item search fields defined.
102
              </div>
103
              </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +1 lines)
Lines 207-213 Link Here
207
        <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=zed"><i class="fa fa-plus"></i> New Z39.50 server</a>
207
        <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=zed"><i class="fa fa-plus"></i> New Z39.50 server</a>
208
        <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=sru"><i class="fa fa-plus"></i> New SRU server</a>
208
        <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=sru"><i class="fa fa-plus"></i> New SRU server</a>
209
    </div>
209
    </div>
210
    <h1>Z19.50/SRU servers administration</h1>
210
    <h1>Z39.50/SRU servers administration</h1>
211
    [% IF id %]
211
    [% IF id %]
212
        You searched for record [% id | html %]
212
        You searched for record [% id | html %]
213
    [% ELSIF searchfield %]
213
    [% ELSIF searchfield %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +2 lines)
Lines 60-71 Link Here
60
            <div class="row">
60
            <div class="row">
61
                <div class="col-sm-10 col-sm-push-2">
61
                <div class="col-sm-10 col-sm-push-2">
62
62
63
                    <h1>Checkouts</h1>
64
65
                    [% IF patron %]
63
                    [% IF patron %]
66
                        [% INCLUDE 'members-toolbar.inc' %]
64
                        [% INCLUDE 'members-toolbar.inc' %]
67
                    [% END %]
65
                    [% END %]
68
66
67
                    <h1>Checkouts</h1>
68
69
                    <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO -->
69
                    <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO -->
70
                    [% IF ( was_renewed ) %]
70
                    [% IF ( was_renewed ) %]
71
                        <div class="dialog message">Patron's account has been renewed until [% expiry | $KohaDates %]</div>
71
                        <div class="dialog message">Patron's account has been renewed until [% expiry | $KohaDates %]</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt (-2 / +1 lines)
Lines 115-121 Link Here
115
115
116
            <!-- Create or edit housebound_profile -->
116
            <!-- Create or edit housebound_profile -->
117
            [% IF ( method == 'update_or_create' ) %]
117
            [% IF ( method == 'update_or_create' ) %]
118
              <h4>Manage housebound profile</h4>
119
              <form id="editform" method="post" name="editform"
118
              <form id="editform" method="post" name="editform"
120
                    action="/cgi-bin/koha/members/housebound.pl">
119
                    action="/cgi-bin/koha/members/housebound.pl">
121
                <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
120
                <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
Lines 125-131 Link Here
125
                  <input type="hidden" name="method" value="createconfirm" />
124
                  <input type="hidden" name="method" value="createconfirm" />
126
                [% END %]
125
                [% END %]
127
                <fieldset id="houseboundentry" class="rows">
126
                <fieldset id="houseboundentry" class="rows">
128
                  <legend>Housebound details</legend>
127
                  <legend>Manage housebound profile</legend>
129
                  <ol>
128
                  <ol>
130
                    <li>
129
                    <li>
131
                      <label for="day" class="required">Delivery day:</label>
130
                      <label for="day" class="required">Delivery day:</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt (-2 / +2 lines)
Lines 36-45 Link Here
36
        <div class="col-sm-10 col-sm-push-2">
36
        <div class="col-sm-10 col-sm-push-2">
37
            <main>
37
            <main>
38
38
39
                <h1>Manual credit</h1>
40
41
            [% INCLUDE 'members-toolbar.inc' %]
39
            [% INCLUDE 'members-toolbar.inc' %]
42
40
41
            <h1>Manual credit</h1>
42
43
            <!-- The manual invoice and credit buttons -->
43
            <!-- The manual invoice and credit buttons -->
44
            <div class="statictabs">
44
            <div class="statictabs">
45
                <ul>
45
                <ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt (-1 / +2 lines)
Lines 37-46 Link Here
37
        <div class="col-sm-10 col-sm-push-2">
37
        <div class="col-sm-10 col-sm-push-2">
38
            <main>
38
            <main>
39
39
40
                <h1>Manual invoice</h1>
41
40
42
            [% INCLUDE 'members-toolbar.inc' %]
41
            [% INCLUDE 'members-toolbar.inc' %]
43
42
43
            <h1>Manual invoice</h1>
44
44
            <!-- The manual invoice and credit buttons -->
45
            <!-- The manual invoice and credit buttons -->
45
            <div class="statictabs">
46
            <div class="statictabs">
46
                <ul>
47
                <ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-7 lines)
Lines 85-97 Link Here
85
85
86
                    <div class="row">
86
                    <div class="row">
87
87
88
                        <h3>
89
                            [% UNLESS ( I ) %]
90
                                [% patron.title | html %] [% patron.firstname | html %]
91
                            [% END %]
92
                            [% patron.surname | html %] ([% patron.cardnumber | html %])
93
                        </h3>
94
95
                        [% IF ( was_renewed ) %]
88
                        [% IF ( was_renewed ) %]
96
                            <div class="dialog message">
89
                            <div class="dialog message">
97
                                Patron's account has been renewed until [% patron.dateexpiry | $KohaDates %]
90
                                Patron's account has been renewed until [% patron.dateexpiry | $KohaDates %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-2 / +2 lines)
Lines 38-47 Link Here
38
        <div class="col-sm-10 col-sm-push-2">
38
        <div class="col-sm-10 col-sm-push-2">
39
            <main>
39
            <main>
40
40
41
                <h1>Make a payment</h1>
42
43
[% INCLUDE 'members-toolbar.inc' borrowernumber=patron.borrowernumber %]
41
[% INCLUDE 'members-toolbar.inc' borrowernumber=patron.borrowernumber %]
44
42
43
<h1>Make a payment</h1>
44
45
<!-- The manual invoice and credit buttons -->
45
<!-- The manual invoice and credit buttons -->
46
<div class="statictabs">
46
<div class="statictabs">
47
<ul>
47
<ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-1 / +1 lines)
Lines 300-305 Link Here
300
                [% END %]
300
                [% END %]
301
301
302
            [% ELSE %]
302
            [% ELSE %]
303
                <h1>MARC modification templates</h1>
303
                <div class="dialog message"><p>There are no defined templates. Please create a template first.</p></div>
304
                <div class="dialog message"><p>There are no defined templates. Please create a template first.</p></div>
304
            [% END # /IF TemplatesLoop %]
305
            [% END # /IF TemplatesLoop %]
305
306
306
- 

Return to bug 27631