Lines 3-11
Link Here
|
3 |
</head> |
3 |
</head> |
4 |
<body id="opac-downloadlist" class="popup"> |
4 |
<body id="opac-downloadlist" class="popup"> |
5 |
<div class="main"> |
5 |
<div class="main"> |
6 |
<div class="container-fluid"> |
6 |
<div class="container"> |
7 |
<div class="row-fluid"> |
7 |
<div class="row"> |
8 |
<div class="span12"> |
8 |
<div class="col-lg-12"> |
9 |
<div id="userdownloadshelf"> |
9 |
<div id="userdownloadshelf"> |
10 |
[% UNLESS ( invalidlist ) %] |
10 |
[% UNLESS ( invalidlist ) %] |
11 |
|
11 |
|
Lines 30-36
Link Here
|
30 |
|
30 |
|
31 |
<fieldset class="action"> |
31 |
<fieldset class="action"> |
32 |
<input type="hidden" name="shelfid" value="[% shelfid | html %]" /> |
32 |
<input type="hidden" name="shelfid" value="[% shelfid | html %]" /> |
33 |
<input type="submit" name="save" class="btn" value="Go" /> |
33 |
<input type="submit" name="save" class="btn btn-default" value="Go" /> |
34 |
<a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfid %]" class="cancel close">Cancel</a> |
34 |
<a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfid %]" class="cancel close">Cancel</a> |
35 |
</fieldset> |
35 |
</fieldset> |
36 |
</form> |
36 |
</form> |
Lines 48-54
Link Here
|
48 |
</div> <!-- / #userdownloadshelf --> |
48 |
</div> <!-- / #userdownloadshelf --> |
49 |
</div> <!-- / .span10 --> |
49 |
</div> <!-- / .span10 --> |
50 |
</div> <!-- / .row-fluid --> |
50 |
</div> <!-- / .row-fluid --> |
51 |
</div> <!-- / .container-fluid --> |
51 |
</div> <!-- / .container --> |
52 |
</div> <!-- / .main --> |
52 |
</div> <!-- / .main --> |
53 |
[% INCLUDE 'opac-bottom.inc' is_popup=1 %] |
53 |
[% INCLUDE 'opac-bottom.inc' is_popup=1 %] |
54 |
[% BLOCK jsinclude %][% END %] |
54 |
[% BLOCK jsinclude %][% END %] |
55 |
- |
|
|