Bugzilla – Attachment 165340 Details for
Bug 36671
Reindent item transfer template (branchtransfers.tt)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36671: Reindent item transfer template (branchtransfers.tt)
Bug-36671-Reindent-item-transfer-template-branchtr.patch (text/plain), 31.90 KB, created by
Lucas Gass (lukeg)
on 2024-04-22 17:49:24 UTC
(
hide
)
Description:
Bug 36671: Reindent item transfer template (branchtransfers.tt)
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-04-22 17:49:24 UTC
Size:
31.90 KB
patch
obsolete
>From 70b4287105fcad9029797d9840565c09c52b34ee Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 22 Apr 2024 16:05:21 +0000 >Subject: [PATCH] Bug 36671: Reindent item transfer template > (branchtransfers.tt) > >This patch reindents the item transfer template so that it has >consistent indentation, with tab indentation coverted to space. > >To test, apply the patch and go to Circulation -> Transfer. Test some >transfers, including transfers which trigger a hold notification. >Everything should work correctly. > >If you view the diff while ignoring whitespace the only changes should >be places where line breaks were introduced. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../prog/en/modules/circ/branchtransfers.tt | 440 +++++++++--------- > 1 file changed, 219 insertions(+), 221 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >index 1a1963ff0b..1edbef4640 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >@@ -12,244 +12,242 @@ > [% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> >-<body id="circ_branchtransfers" class="circ"> >-[% WRAPPER 'header.inc' %] >- [% INCLUDE 'circ-search.inc' %] >-[% END %] > >+<body id="circ_branchtransfers" class="circ"> >+ [% WRAPPER 'header.inc' %] >+ [% INCLUDE 'circ-search.inc' %] >+ [% END %] > >-[% WRAPPER 'sub-header.inc' %] >- [% WRAPPER breadcrumbs %] >- [% WRAPPER breadcrumb_item %] >- <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> >- [% END %] >- [% WRAPPER breadcrumb_item bc_active= 1 %] >- <span>Transfers</span> >- [% END %] >- [% END #/ WRAPPER breadcrumbs %] >-[% END #/ WRAPPER sub-header.inc %] >+ [% WRAPPER 'sub-header.inc' %] >+ [% WRAPPER breadcrumbs %] >+ [% WRAPPER breadcrumb_item %] >+ <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> >+ [% END %] >+ [% WRAPPER breadcrumb_item bc_active= 1 %] >+ <span>Transfers</span> >+ [% END %] >+ [% END #/ WRAPPER breadcrumbs %] >+ [% END #/ WRAPPER sub-header.inc %] > >-<div class="main container-fluid"> >- <div class="row"> >- [% IF Koha.Preference('CircSidebar') %] >- <div class="col-sm-10 col-sm-push-2"> >- [% ELSE %] >- <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> >- [% END %] >- <main> >- [% INCLUDE 'messages.inc' %] >+ <div class="main container-fluid"> >+ <div class="row"> >+ [% IF Koha.Preference('CircSidebar') %] >+ <div class="col-sm-10 col-sm-push-2"> >+ [% ELSE %] >+ <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> >+ [% END %] >+ <main> >+ [% INCLUDE 'messages.inc' %] > >- <h1>Transfer items</h1> >+ <h1>Transfer items</h1> > >-[% IF ( found ) %] >- <h3>Reserve found</h3> >- <div class="page-section"> >- <table> >- <caption> >- [% IF ( reserved ) %] >- <span>Hold found for [% INCLUDE 'patron-title.inc' patron => hold.patron | html %]</span> (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). >- [% END %] >- [% IF ( waiting ) %] >- <span>Item is marked waiting at [% branchname | html %] for [% name | html %]</span> (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). >- [% END %] >- [% IF ( transferred ) %] >- <span>Item has been trapped to fill a hold and is in transit for [% name | html %]</span> (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). >- [% END %] >- </caption> >- <tr> >- <th> >- [% IF ( reserved ) %] >- Transfer item to [% Branches.GetName( hold.branchcode ) | html %]: >- [% END %] >- [% IF ( waiting or transferred ) %]Cancel hold and then attempt transfer: [% END %] >- </th> >- <td> >- <form method="post" name="mainform" id="mainform" action="branchtransfers.pl"> >- [% INCLUDE 'csrf-token.inc' %] >- [% FOREACH trsfitemloo IN trsfitemloop %] >- <input type="hidden" name="bc-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.item.barcode | html %]" /> >- <input type="hidden" name="fb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.frombrcd | html %]" /> >- <input type="hidden" name="tb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.tobrcd | html %]" /> >- [% END %] >- <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" /> >- <input type="hidden" name="itemnumber" value="[% itemnumber | html %]" /> >- <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" /> >- <input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" /> >- <input type="hidden" name="barcode" value="[% barcode | html %]" /> >- [% IF ( waiting or transferred or processing ) %] >- <input type="hidden" name="op" value="cud-KillWaiting" /> >- <input type="submit" class="btn btn-primary" value="Cancel" /> >+ [% IF ( found ) %] >+ <h3>Reserve found</h3> >+ <div class="page-section"> >+ <table> >+ <caption> >+ [% IF ( reserved ) %] >+ <span>Hold found for [% INCLUDE 'patron-title.inc' patron => hold.patron | html %]</span> (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). >+ [% END %] >+ [% IF ( waiting ) %] >+ <span>Item is marked waiting at [% branchname | html %] for [% name | html %]</span> (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). >+ [% END %] >+ [% IF ( transferred ) %] >+ <span>Item has been trapped to fill a hold and is in transit for [% name | html %]</span> (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber | uri %]">[% borrowernumber | html %]</a>). >+ [% END %] >+ </caption> >+ <tr> >+ <th> >+ [% IF ( reserved ) %] >+ Transfer item to [% Branches.GetName( hold.branchcode ) | html %]: >+ [% END %] >+ [% IF ( waiting or transferred ) %]Cancel hold and then attempt transfer: [% END %] >+ </th> >+ <td> >+ <form method="post" name="mainform" id="mainform" action="branchtransfers.pl"> >+ [% INCLUDE 'csrf-token.inc' %] >+ [% FOREACH trsfitemloo IN trsfitemloop %] >+ <input type="hidden" name="bc-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.item.barcode | html %]" /> >+ <input type="hidden" name="fb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.frombrcd | html %]" /> >+ <input type="hidden" name="tb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.tobrcd | html %]" /> >+ [% END %] >+ <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" /> >+ <input type="hidden" name="itemnumber" value="[% itemnumber | html %]" /> >+ <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" /> >+ <input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" /> >+ <input type="hidden" name="barcode" value="[% barcode | html %]" /> >+ [% IF ( waiting or transferred or processing ) %] >+ <input type="hidden" name="op" value="cud-KillWaiting" /> >+ <input type="submit" class="btn btn-primary" value="Cancel" /> >+ [% END %] >+ [% IF ( reserved ) %] >+ <input type="hidden" name="op" value="cud-SetTransit" /> >+ <input type="submit" class="btn btn-primary" value="Transfer" /> >+ [% END %] >+ </form> >+ </td> >+ </tr> >+ [% IF ( reserved ) %] >+ <tr> >+ <th>Cancel hold and then attempt transfer:</th> >+ <td> >+ <form method="post" name="mainform" id="mainform" action="branchtransfers.pl"> >+ [% INCLUDE 'csrf-token.inc' %] >+ [% FOREACH trsfitemloo IN trsfitemloop %] >+ <input type="hidden" name="bc-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.item.barcode | html %]" /> >+ <input type="hidden" name="fb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.frombrcd | html %]" /> >+ <input type="hidden" name="tb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.tobrcd | html %]" /> >+ [% END %] >+ <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" /> >+ <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> >+ <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" /> >+ <input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" /> >+ <input type="hidden" name="barcode" value="[% barcode | html %]"> >+ <input type="hidden" name="op" value="cud-KillReserved" /> >+ <input type="submit" class="btn btn-primary" value="Cancel" /> >+ </form> >+ </td> >+ </tr> >+ [% END %] >+ <tr> >+ <th>Ignore and return to transfers: </th> >+ <td> >+ <form method="get" name="mainform" id="mainform" action="branchtransfers.pl"> >+ <input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" /> >+ <input type="hidden" name="barcode" /> >+ [% FOREACH trsfitemloo IN trsfitemloop %] >+ <input type="hidden" name="bc-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.item.barcode | html %]" /> >+ <input type="hidden" name="fb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.frombrcd | html %]" /> >+ <input type="hidden" name="tb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.tobrcd | html %]" /> >+ [% END %] >+ <input type="submit" class="btn btn-primary" value="Ignore" /> >+ </form> >+ </td> >+ </tr> >+ </table> >+ </div> <!-- /.page-section --> >+ [% ELSE %] >+ [% IF ( reqmessage ) %] >+ <div class="dialog message"> >+ <ul> >+ [% IF ( cancelled ) %] >+ <li>Reserve cancelled</li> >+ [% END %] >+ [% IF ( settransit ) %] >+ <li>Item is now in transit to [% Branches.GetName(tobranchcd) | html %]</li> >+ [% END %] >+ </ul> >+ </div> > [% END %] >- [% IF ( reserved ) %] >- <input type="hidden" name="op" value="cud-SetTransit" /> >- <input type="submit" class="btn btn-primary" value="Transfer" /> >+ >+ [% IF ( errmsgloop ) %] >+ <div class="dialog message"> >+ <ul> >+ [% FOREACH errmsgloo IN errmsgloop %] >+ [% IF ( errmsgloo.errbadcode ) %] >+ <li>No item with barcode: [% errmsgloo.msg | html %]</li> >+ [% END %] >+ [% IF ( errmsgloo.errispermanent ) %] >+ <li>Please return item to home library: [% Branches.GetName( errmsgloo.msg ) | html %]</li> >+ [% END %] >+ [% IF ( errmsgloo.errnotallowed ) %] >+ <li>Transfer is not allowed for: >+ <ol> >+ [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %] >+ <li>Item type: <strong>[% ItemTypes.GetDescription( errmsgloo.code ) | html %]</strong></li> >+ [% ELSE %] >+ <li>Collection: <strong>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => errmsgloo.code ) | html %]</strong></li> >+ [% END %] >+ <li>Originating library: <strong>[% Branches.GetName( errmsgloo.fbr ) | html %]</strong></li> >+ <li>Destination library: <strong>[% Branches.GetName( errmsgloo.tbr ) | html %]</strong></li> >+ </ol> >+ </li> >+ [% END %] >+ [% IF ( errmsgloo.errdesteqholding ) %] >+ <li>Item is already at destination library.</li> >+ [% END %] >+ [% IF ( errmsgloo.errwasreturned ) %] >+ <li>Item was on loan to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% errmsgloo.patron.borrowernumber | uri %]"> >+ [% errmsgloo.patron.firstname | html %] [% errmsgloo.patron.surname | html %] >+ ([% errmsgloo.patron.cardnumber | html %])</a> and has been returned.</li> >+ [% END %] >+ [% END %] >+ </ul> >+ </div> > [% END %] >- </form> >- </td> >- </tr> >- [% IF ( reserved ) %] >- <tr> >- <th>Cancel hold and then attempt transfer:</th> >- <td> >- <form method="post" name="mainform" id="mainform" action="branchtransfers.pl"> >+ >+ <div id="branchtransfers"> >+ <form method="post" name="mainform" id="mainform" action="/cgi-bin/koha/circ/branchtransfers.pl"> > [% INCLUDE 'csrf-token.inc' %] >+ <fieldset class="brief"> >+ <legend>Transfer</legend> >+ <ol> >+ <li> >+ <label for="tobranchcd">Destination library: </label> >+ <select name="tobranchcd" id="tobranchcd"> >+ [% PROCESS options_for_libraries libraries => Branches.all( selected => tobranchcd, unfiltered => 1) %] >+ </select> >+ </li> >+ <li> >+ <label for="barcode">Enter barcode: </label> >+ <input name="barcode" id="barcode" size="15" class="focus" type="text" /> <input type="submit" class="btn btn-primary" value="Submit" /> >+ </li> >+ </ol> >+ </fieldset> > [% FOREACH trsfitemloo IN trsfitemloop %] > <input type="hidden" name="bc-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.item.barcode | html %]" /> > <input type="hidden" name="fb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.frombrcd | html %]" /> > <input type="hidden" name="tb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.tobrcd | html %]" /> > [% END %] >- <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" /> >- <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> >- <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" /> >- <input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" /> >- <input type="hidden" name="barcode" value="[% barcode | html %]"> >- <input type="hidden" name="op" value="cud-KillReserved" /> >- <input type="submit" class="btn btn-primary" value="Cancel" /> >+ <input type="hidden" name="op" value="cud-transfer" /> > </form> >- </td> >- </tr> >- [% END %] >- <tr> >- <th>Ignore and return to transfers: </th> >- <td> >- <form method="get" name="mainform" id="mainform" action="branchtransfers.pl"> >- <input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" /> >- <input type="hidden" name="barcode" /> >+ </div> >+ >+ [% IF ( trsfitemloop ) %] >+ <div class="page-section"> >+ <table> >+ <caption>Transferred items</caption> >+ <tr> >+ <th class="tf-title">Title</th> >+ <th class="tf-author">Author</th> >+ <th class="tf-barcode">Barcode</th> >+ <th class="tf-location">Shelving location</th> >+ <th class="tf-itemcallnumber">Call number</th> >+ <th class="tf-itemtype">Item type</th> >+ <th class="tf-ccode">Collection</th> >+ <th class="tf-origin">Origin</th> >+ <th class="tf-destination">Destination</th> >+ </tr> > [% FOREACH trsfitemloo IN trsfitemloop %] >- <input type="hidden" name="bc-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.item.barcode | html %]" /> >- <input type="hidden" name="fb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.frombrcd | html %]" /> >- <input type="hidden" name="tb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.tobrcd | html %]" /> >+ <tr> >+ <td class="tf-title"> >+ [% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio link=1 %] >+ </a> >+ </td> >+ <td class="tf-author">[% trsfitemloo.item.biblio.author | html %]</td> >+ <td class="tf-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% trsfitemloo.item.biblionumber | uri %]&itemnumber=[% trsfitemloo.item.itemnumber | uri %]#item[% trsfitemloo.item.itemnumber | uri %]">[% trsfitemloo.item.barcode | html %]</a></td> >+ <td class="tf-location"><span class="shelvingloc">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => trsfitemloo.item.location ) | html %]</span></td> >+ <td class="tf-itemcallnumber">[% trsfitemloo.item.itemcallnumber | html %]</td> >+ <td class="tf-itemtype">[% ItemTypes.GetDescription( trsfitemloo.item.effective_itemtype ) | html %]</td> >+ <td class="tf-ccode">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => trsfitemloo.item.ccode ) | html %]</td> >+ <td class="tf-origin">[% Branches.GetName( trsfitemloo.frombrcd ) | html %]</td> >+ <td class="tf-destination">[% Branches.GetName( trsfitemloo.tobrcd ) | html %]</td> >+ </tr> > [% END %] >- <input type="submit" class="btn btn-primary" value="Ignore" /> >- </form> >- </td> >- </tr> >- </table> >- </div> <!-- /.page-section --> >-[% ELSE %] >- [% IF ( reqmessage ) %] >- <div class="dialog message"> >- <ul> >- [% IF ( cancelled ) %] >- <li>Reserve cancelled</li> >- [% END %] >- [% IF ( settransit ) %] >- <li>Item is now in transit to [% Branches.GetName(tobranchcd) | html %]</li> >- [% END %] >- </ul> >- </div> >- [% END %] >- >- [% IF ( errmsgloop ) %] >- <div class="dialog message"> >- <ul> >- [% FOREACH errmsgloo IN errmsgloop %] >- [% IF ( errmsgloo.errbadcode ) %] >- <li>No item with barcode: [% errmsgloo.msg | html %]</li> >- [% END %] >- [% IF ( errmsgloo.errispermanent ) %] >- <li>Please return item to home library: [% Branches.GetName( errmsgloo.msg ) | html %]</li> >- [% END %] >- [% IF ( errmsgloo.errnotallowed ) %] >- <li>Transfer is not allowed for: >- <ol> >- [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %] >- <li>Item type: <strong>[% ItemTypes.GetDescription( errmsgloo.code ) | html %]</strong></li> >- [% ELSE %] >- <li>Collection: <strong>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => errmsgloo.code ) | html %]</strong></li> >- [% END %] >- <li>Originating library: <strong>[% Branches.GetName( errmsgloo.fbr ) | html %]</strong></li> >- <li>Destination library: <strong>[% Branches.GetName( errmsgloo.tbr ) | html %]</strong></li> >- </ol> >- </li> >- [% END %] >- [% IF ( errmsgloo.errdesteqholding ) %] >- <li>Item is already at destination library.</li> >- [% END %] >- [% IF ( errmsgloo.errwasreturned ) %] >- <li>Item was on loan to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% errmsgloo.patron.borrowernumber | uri %]"> >- [% errmsgloo.patron.firstname | html %] [% errmsgloo.patron.surname | html %] >- ([% errmsgloo.patron.cardnumber | html %])</a> and has been returned.</li> >- [% END %] >- [% END %] >- </ul> >- </div> >+ </table> >+ </div> <!-- /.page-section --> > [% END %] >+ [% END %] >+ </main> >+ </div> <!-- /.col-sm-10.col-sm-push-2 --> > >-<div id="branchtransfers"> >- <form method="post" name="mainform" id="mainform" action="/cgi-bin/koha/circ/branchtransfers.pl"> >- [% INCLUDE 'csrf-token.inc' %] >- <fieldset class="brief"> >- <legend>Transfer</legend> >- <ol> >- <li> >- <label for="tobranchcd">Destination library: </label> >- <select name="tobranchcd" id="tobranchcd"> >- [% PROCESS options_for_libraries libraries => Branches.all( selected => tobranchcd, unfiltered => 1) %] >- </select> >- </li> >- <li> >- <label for="barcode">Enter barcode: </label> >- <input name="barcode" id="barcode" size="15" class="focus" type="text" /> <input type="submit" class="btn btn-primary" value="Submit" /> >- </li> >- </ol> >- </fieldset> >- [% FOREACH trsfitemloo IN trsfitemloop %] >- <input type="hidden" name="bc-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.item.barcode | html %]" /> >- <input type="hidden" name="fb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.frombrcd | html %]" /> >- <input type="hidden" name="tb-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.tobrcd | html %]" /> >- [% END %] >- <input type="hidden" name="op" value="cud-transfer" /> >- </form> >-</div> >- >- [% IF ( trsfitemloop ) %] >- <div class="page-section"> >- <table> >- <caption>Transferred items</caption> >- <tr> >- <th class="tf-title">Title</th> >- <th class="tf-author">Author</th> >- <th class="tf-barcode">Barcode</th> >- <th class="tf-location">Shelving location</th> >- <th class="tf-itemcallnumber">Call number</th> >- <th class="tf-itemtype">Item type</th> >- <th class="tf-ccode">Collection</th> >- <th class="tf-origin">Origin</th> >- <th class="tf-destination">Destination</th> >- </tr> >- [% FOREACH trsfitemloo IN trsfitemloop %] >- <tr> >- <td class="tf-title"> >- [% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio link=1 %] >- </a> >- </td> >- <td class="tf-author">[% trsfitemloo.item.biblio.author | html %]</td> >- <td class="tf-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% trsfitemloo.item.biblionumber | uri %]&itemnumber=[% trsfitemloo.item.itemnumber | uri %]#item[% trsfitemloo.item.itemnumber | uri %]">[% trsfitemloo.item.barcode | html %]</a></td> >- <td class="tf-location"><span class="shelvingloc">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => trsfitemloo.item.location ) | html %]</span></td> >- <td class="tf-itemcallnumber">[% trsfitemloo.item.itemcallnumber | html %]</td> >- <td class="tf-itemtype">[% ItemTypes.GetDescription( trsfitemloo.item.effective_itemtype ) | html %]</td> >- <td class="tf-ccode">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => trsfitemloo.item.ccode ) | html %]</td> >- <td class="tf-origin">[% Branches.GetName( trsfitemloo.frombrcd ) | html %]</td> >- <td class="tf-destination">[% Branches.GetName( trsfitemloo.tobrcd ) | html %]</td> >- </tr> >- [% END %] >- </table> >- </div> <!-- /.page-section --> >- [% END %] >- >- >-[% END %] >- >- </main> >- </div> <!-- /.col-sm-10.col-sm-push-2 --> >- [% IF Koha.Preference('CircSidebar') %] >- <div class="col-sm-2 col-sm-pull-10"> >- <aside> >- [% INCLUDE 'circ-nav.inc' %] >- </aside> >- </div> <!-- /.col-sm-2.col-sm-pull-10 --> >- [% END %] >- </div> <!-- /.row --> >+ [% IF Koha.Preference('CircSidebar') %] >+ <div class="col-sm-2 col-sm-pull-10"> >+ <aside> >+ [% INCLUDE 'circ-nav.inc' %] >+ </aside> >+ </div> <!-- /.col-sm-2.col-sm-pull-10 --> >+ [% END %] >+ </div> <!-- /.row --> > > [% INCLUDE 'intranet-bottom.inc' %] >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36671
:
165329
|
165330
|
165340
|
165341
|
165342
|
165366
|
165367
|
165368