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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-4 / +4 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
12
12
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collection.colId %]">Collection <i>[% collection.colTitle | html %]</i></a> &rsaquo; Add or remove items</div>
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collection.colId | uri %]">Collection <i>[% collection.colTitle | html %]</i></a> &rsaquo; Add or remove items</div>
14
14
15
<div id="doc3" class="yui-t2">
15
<div id="doc3" class="yui-t2">
16
    <div id="bd">
16
    <div id="bd">
Lines 87-96 Link Here
87
                    </tr>
87
                    </tr>
88
                    [% FOREACH item IN collection.items %]
88
                    [% FOREACH item IN collection.items %]
89
                      <tr>
89
                      <tr>
90
                        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = item.biblionumber %][% item.biblio.title |html %]</a></td>
90
                        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = item.biblionumber %][% item.biblio.title | html %]</a></td>
91
                        <td>[% item.itemcallnumber | html%]</td>
91
                        <td>[% item.itemcallnumber | html %]</td>
92
                        <td>[% item.barcode | html %]</td>
92
                        <td>[% item.barcode | html %]</td>
93
                        <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collection.colId | html %]&amp;barcode=[% item.barcode | html %]&amp;removeItem=1&amp;action=addItem">Remove</a></td>
93
                        <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collection.colId | uri %]&amp;barcode=[% item.barcode | uri %]&amp;removeItem=1&amp;action=addItem">Remove</a></td>
94
                      </tr>
94
                      </tr>
95
                    [% END %]
95
                    [% END %]
96
                  </table>
96
                  </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
    [%- IF ( action == "new" ) %]
19
    [%- IF ( action == "new" ) %]
20
        Add a new collection
20
        Add a new collection
21
    [% ELSE %]
21
    [% ELSE %]
22
        <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collection.colId | html %]">Collection <i>[% collection.colTitle | html %]</i></a> &rsaquo; Edit
22
        <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collection.colId | uri %]">Collection <i>[% collection.colTitle | html %]</i></a> &rsaquo; Edit
23
    [% END -%]
23
    [% END -%]
24
</div>
24
</div>
25
25
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt (-5 / +5 lines)
Lines 36-42 Link Here
36
                            <tbody>
36
                            <tbody>
37
                            [% FOREACH collectionsLoo IN collectionsLoop %]
37
                            [% FOREACH collectionsLoo IN collectionsLoop %]
38
                                <tr>
38
                                <tr>
39
                                    <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId | html %]">[% collectionsLoo.colTitle | html %]</a></td>
39
                                    <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId | uri %]">[% collectionsLoo.colTitle | html %]</a></td>
40
                                    <td>[% collectionsLoo.colDesc | html %]</td>
40
                                    <td>[% collectionsLoo.colDesc | html %]</td>
41
                                    <td>[% Branches.GetName( collectionsLoo.colBranchcode ) | html %]</td>
41
                                    <td>[% Branches.GetName( collectionsLoo.colBranchcode ) | html %]</td>
42
                                    <td>
42
                                    <td>
Lines 44-53 Link Here
44
                                        <a class="btn btn-default btn-xs" dropdown-toggle" id="collectionsactions[% collectionsLoo.colId | html %]" role="button" data-toggle="dropdown" href="#">
44
                                        <a class="btn btn-default btn-xs" dropdown-toggle" id="collectionsactions[% collectionsLoo.colId | html %]" role="button" data-toggle="dropdown" href="#">
45
                                        Actions <b class="caret"></b></a>
45
                                        Actions <b class="caret"></b></a>
46
                                        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="collectionsactions[% collectionsLoo.colId | html %]">
46
                                        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="collectionsactions[% collectionsLoo.colId | html %]">
47
                                            <li><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId | html %]"><i class="fa fa-plus"></i> Add or remove items</a></li>
47
                                            <li><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId | uri %]"><i class="fa fa-plus"></i> Add or remove items</a></li>
48
                                            <li><a href="/cgi-bin/koha/rotating_collections/transferCollection.pl?colId=[% collectionsLoo.colId | html %]"><i class="fa fa-exchange"></i> Transfer</a></li>
48
                                            <li><a href="/cgi-bin/koha/rotating_collections/transferCollection.pl?colId=[% collectionsLoo.colId | uri %]"><i class="fa fa-exchange"></i> Transfer</a></li>
49
                                            <li><a href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=edit&amp;colId=[% collectionsLoo.colId | html %]"><i class="fa fa-pencil"></i> Edit</a></li>
49
                                            <li><a href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=edit&amp;colId=[% collectionsLoo.colId | uri %]"><i class="fa fa-pencil"></i> Edit</a></li>
50
                                            <li><a class="confirmdelete" href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=delete&amp;colId=[% collectionsLoo.colId | html %]"><i class="fa fa-trash"></i> Delete</a></li>
50
                                            <li><a class="confirmdelete" href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=delete&amp;colId=[% collectionsLoo.colId | uri %]"><i class="fa fa-trash"></i> Delete</a></li>
51
                                        </ul>
51
                                        </ul>
52
                                    </div>
52
                                    </div>
53
                                    </td>
53
                                    </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt (-2 / +1 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
12
12
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collection.colId | html %]">Collection <i>[% collection.colTitle | html %]</i></a> &rsaquo; Transfer collection</div>
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> &rsaquo; <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collection.colId | uri %]">Collection <i>[% collection.colTitle | html %]</i></a> &rsaquo; Transfer collection</div>
14
14
15
<div id="doc3" class="yui-t2">
15
<div id="doc3" class="yui-t2">
16
    <div id="bd">
16
    <div id="bd">
17
- 

Return to bug 18606