|
Lines 13-19
Link Here
|
| 13 |
[% Asset.css("css/humanmsg.css") | $raw %] |
13 |
[% Asset.css("css/humanmsg.css") | $raw %] |
| 14 |
</head> |
14 |
</head> |
| 15 |
|
15 |
|
| 16 |
<body id="tools_batch_record_modification" class="tools"> |
16 |
<body id="tools_batch_extend_due_dates" class="tools"> |
| 17 |
[% INCLUDE 'header.inc' %] |
17 |
[% INCLUDE 'header.inc' %] |
| 18 |
[% INCLUDE 'cat-search.inc' %] |
18 |
[% INCLUDE 'cat-search.inc' %] |
| 19 |
|
19 |
|
|
Lines 128-134
Link Here
|
| 128 |
<tr> |
128 |
<tr> |
| 129 |
<td><input type="checkbox" name="issue_id" value="[% checkout.issue_id | html %]" /></td> |
129 |
<td><input type="checkbox" name="issue_id" value="[% checkout.issue_id | html %]" /></td> |
| 130 |
<td>[% checkout.date_due | $KohaDates as_due_date => 1 %]</td> |
130 |
<td>[% checkout.date_due | $KohaDates as_due_date => 1 %]</td> |
| 131 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]">[% biblio.title | html %]</a></td> |
131 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% checkout.item.biblio.biblionumber | uri %]">[% checkout.item.biblio.title | html %]</a></td> |
| 132 |
<td>[% ItemTypes.GetDescription( checkout.item.effective_itemtype ) | html %]</td> |
132 |
<td>[% ItemTypes.GetDescription( checkout.item.effective_itemtype ) | html %]</td> |
| 133 |
<td>[% checkout.item.home_branch.branchname | html %]</td> |
133 |
<td>[% checkout.item.home_branch.branchname | html %]</td> |
| 134 |
<td>[% checkout.issuedate | $KohaDates %]</td> |
134 |
<td>[% checkout.issuedate | $KohaDates %]</td> |
|
Lines 178-184
Link Here
|
| 178 |
[% FOR checkout IN checkouts %] |
178 |
[% FOR checkout IN checkouts %] |
| 179 |
<tr> |
179 |
<tr> |
| 180 |
<td>[% checkout.date_due | $KohaDates as_due_date => 1 %]</td> |
180 |
<td>[% checkout.date_due | $KohaDates as_due_date => 1 %]</td> |
| 181 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]">[% biblio.title | html %]</a></td> |
181 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% checkout.item.biblio.biblionumber | uri %]">[% checkout.item.biblio.title | html %]</a></td> |
| 182 |
<td>[% ItemTypes.GetDescription( checkout.item.effective_itemtype ) | html %]</td> |
182 |
<td>[% ItemTypes.GetDescription( checkout.item.effective_itemtype ) | html %]</td> |
| 183 |
<td>[% checkout.item.home_branch.branchname | html %]</td> |
183 |
<td>[% checkout.item.home_branch.branchname | html %]</td> |
| 184 |
<td>[% checkout.issuedate | $KohaDates %]</td> |
184 |
<td>[% checkout.issuedate | $KohaDates %]</td> |