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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt (-1 / +1 lines)
Lines 37-43 Link Here
37
37
38
                    <h1>Subscription batch edit</h1>
38
                    <h1>Subscription batch edit</h1>
39
39
40
                    <div>
40
                    <div class="page-section">
41
                        <p>You are about to edit the following subscriptions:</p>
41
                        <p>You are about to edit the following subscriptions:</p>
42
                        <table>
42
                        <table>
43
                            <thead>
43
                            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt (-28 / +30 lines)
Lines 136-170 Link Here
136
        [% END %]
136
        [% END %]
137
137
138
        [% IF (frequencies_loop.size) %]
138
        [% IF (frequencies_loop.size) %]
139
          <table id="frequenciest">
139
            <div class="page-section">
140
            <thead>
140
                <table id="frequenciest">
141
              <tr>
141
                    <thead>
142
                <th>Description</th>
142
                        <tr>
143
                <th>Unit</th>
143
                            <th>Description</th>
144
                <th>Issues per unit</th>
144
                            <th>Unit</th>
145
                <th>Units per issue</th>
145
                            <th>Issues per unit</th>
146
                <th>Display order</th>
146
                            <th>Units per issue</th>
147
                <th class="noExport">Actions</th>
147
                            <th>Display order</th>
148
              </tr>
148
                            <th class="noExport">Actions</th>
149
            </thead>
149
                        </tr>
150
            <tbody>
150
                    </thead>
151
              [% FOREACH frequency IN frequencies_loop %]
151
                    <tbody>
152
                <tr>
152
                        [% FOREACH frequency IN frequencies_loop %]
153
                  <td>[% frequency.description | html %]</td>
153
                            <tr>
154
                  <td>[% PROCESS translate_frequnit frequnit=frequency.unit %]</td>
154
                                <td>[% frequency.description | html %]</td>
155
                  <td>[% frequency.issuesperunit | html %]</td>
155
                                <td>[% PROCESS translate_frequnit frequnit=frequency.unit %]</td>
156
                  <td>[% frequency.unitsperissue | html %]</td>
156
                                <td>[% frequency.issuesperunit | html %]</td>
157
                  <td>[% frequency.displayorder | html %]</td>
157
                                <td>[% frequency.unitsperissue | html %]</td>
158
                  <td class="actions">
158
                                <td>[% frequency.displayorder | html %]</td>
159
                    <a class="btn btn-default btn-xs" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=modify&frequencyid=[% frequency.id | html %]"><i class="fa fa-pencil"></i> Edit</a>
159
                                <td class="actions">
160
                    <a class="delete_frequency btn btn-default btn-xs" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=del&frequencyid=[% frequency.id | html %]"><i class="fa fa-trash"></i> Delete</a>
160
                                    <a class="btn btn-default btn-xs" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=modify&frequencyid=[% frequency.id | html %]"><i class="fa fa-pencil"></i> Edit</a>
161
                  </td>
161
                                    <a class="delete_frequency btn btn-default btn-xs" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=del&frequencyid=[% frequency.id | html %]"><i class="fa fa-trash"></i> Delete</a>
162
                </tr>
162
                                </td>
163
              [% END %]
163
                            </tr>
164
            </tbody>
164
                        [% END %]
165
          </table>
165
                    </tbody>
166
                </table>
167
            </div> <!-- /.page-section -->
166
        [% ELSE %]
168
        [% ELSE %]
167
          <p>There is no defined frequency.</p>
169
            <p>There is no defined frequency.</p>
168
        [% END %]
170
        [% END %]
169
      [% END %]
171
      [% END %]
170
172
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt (-21 / +22 lines)
Lines 31-58 Link Here
31
        <div class="col-sm-10 col-sm-push-2">
31
        <div class="col-sm-10 col-sm-push-2">
32
            <main>
32
            <main>
33
33
34
<h1>Alert subscribers for <em>[% bibliotitle | html %]</em></h1>
34
                <h1>Alert subscribers for <em>[% bibliotitle | html %]</em></h1>
35
                <p>
36
                    <span class="label">Subscription:</span> <a href="subscription-detail.pl?subscriptionid=[% subscriptionid | uri %]">[% bibliotitle | html %] #[% subscriptionid | html %]</a>
37
                </p>
35
38
36
<p>
39
                <div class="page-section">
37
    <span class="label">Subscription:</span> <a href="subscription-detail.pl?subscriptionid=[% subscriptionid | uri %]">[% bibliotitle | html %] #[% subscriptionid | html %]</a>
38
</p>
39
40
40
[% IF subscribers.count %]
41
                    [% IF subscribers.count %]
41
    <table>
42
                        <table>
42
        <tr>
43
                            <tr>
43
            <th>Patron name</th>
44
                                <th>Patron name</th>
44
        </tr>
45
                            </tr>
45
        [% FOREACH subscriber IN subscribers %]
46
                            [% FOREACH subscriber IN subscribers %]
46
        <tr>
47
                            <tr>
47
            <td>
48
                                <td>
48
                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% subscriber.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=subscriber %]</a>
49
                                    <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% subscriber.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=subscriber %]</a>
49
            </td>
50
                                </td>
50
        </tr>
51
                            </tr>
51
        [% END %]
52
                            [% END %]
52
    </table>
53
                        </table>
53
[% ELSE %]
54
                    [% ELSE %]
54
    <p>There are no patrons subscribed to this subscription serial alert.</p>
55
                        <p>There are no patrons subscribed to this subscription serial alert.</p>
55
[% END %]
56
                    [% END %]
57
                </div> <!-- /.page-section -->
56
58
57
            </main>
59
            </main>
58
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
60
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
59
- 

Return to bug 32628