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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-4 / +8 lines)
Lines 20-27 Link Here
20
        <div id="yui-main">
20
        <div id="yui-main">
21
            <div class="yui-b">
21
            <div class="yui-b">
22
22
23
              [% IF ( ! colId ) %]
24
                <div class="dialog message">
25
                    <p>Invalid collection Id</p>
26
                    <p><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
27
                </div>
28
              [% ELSE %]
23
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
29
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
24
25
              <h1>Collection <i>[% colTitle %]</i></h1>
30
              <h1>Collection <i>[% colTitle %]</i></h1>
26
31
27
              [% IF ( previousActionAdd ) %]
32
              [% IF ( previousActionAdd ) %]
Lines 112-122 Link Here
112
                  <div class="dialog message">There are no items in this collection.</div>
117
                  <div class="dialog message">There are no items in this collection.</div>
113
                [% END %]
118
                [% END %]
114
              </div>
119
              </div>
115
120
            [% END %]
116
            </div> <!-- /.yui-b -->
121
            </div> <!-- /.yui-b -->
117
        </div> <!-- /#yui-main -->
122
        </div> <!-- /#yui-main -->
118
        <div class="yui-b">
123
        <div class="yui-b">
119
            [% INCLUDE 'tools-menu.inc' %]
124
            [% INCLUDE 'tools-menu.inc' %]
120
        </div>
125
        </div>
121
    </div> <!-- /#bd -->
126
    </div> <!-- /#bd -->
122
[% INCLUDE 'intranet-bottom.inc' %]
127
[% INCLUDE 'intranet-bottom.inc' %]
123
- 

Return to bug 15061