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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-2 / +7 lines)
Lines 37-43 Link Here
37
</head>
37
</head>
38
[% IF ( print_basket ) %]<body id="cart_basket" class="cart" onload="print();history.back();">[% ELSE %]<body id="cart_basket" class="cart">[% END %]
38
[% IF ( print_basket ) %]<body id="cart_basket" class="cart" onload="print();history.back();">[% ELSE %]<body id="cart_basket" class="cart">[% END %]
39
39
40
<div id="doc" class="yui-t7">
40
<div class="main container-fluid">
41
    <div class="row">
42
        <div class="col-md-12">
43
41
<div class="container">
44
<div class="container">
42
[% UNLESS ( print_basket ) %]
45
[% UNLESS ( print_basket ) %]
43
<h1>Your cart</h1>
46
<h1>Your cart</h1>
Lines 285-291 Link Here
285
    <input type="hidden" name="records" id="records" />
288
    <input type="hidden" name="records" id="records" />
286
</form>
289
</form>
287
290
288
</div>
291
            </div>
292
        </div>
293
    </div>
289
</div>
294
</div>
290
            [% INCLUDE js_includes.inc %]
295
            [% INCLUDE js_includes.inc %]
291
            [% UNLESS ( print_basket ) %]
296
            [% UNLESS ( print_basket ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-6 / +6 lines)
Lines 10-18 Link Here
10
[% INCLUDE 'adv-search.inc' %]
10
[% INCLUDE 'adv-search.inc' %]
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Advanced search</div>
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Advanced search</div>
12
12
13
<div id="doc" class="yui-t7">
13
<div class="main container-fluid">
14
   <div id="bd">
14
    <div class="row">
15
	
15
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
16
16
<form action="search.pl" method="get">
17
<form action="search.pl" method="get">
17
<div id="advanced-search">
18
<div id="advanced-search">
18
<h1>Advanced search</h1>
19
<h1>Advanced search</h1>
Lines 96-102 Link Here
96
97
97
</div>
98
</div>
98
<!-- MC-TYPE LIMITS -->
99
<!-- MC-TYPE LIMITS -->
99
    <div class="yui-g">
100
      <div id="advsearches" class="toptabs">
100
      <div id="advsearches" class="toptabs">
101
      <ul>
101
      <ul>
102
      [% FOREACH advsearchloo IN advancedsearchesloop %]
102
      [% FOREACH advsearchloo IN advancedsearchesloop %]
Lines 263-273 Link Here
263
    </select>
263
    </select>
264
        </p>
264
        </p>
265
</fieldset>
265
</fieldset>
266
<!-- /RANK LIMITS -->
267
</div>
268
</div>
266
</div>
267
<!-- /RANK LIMITS -->
269
</form>
268
</form>
270
</div>
269
</div>
270
</div>
271
271
272
[% MACRO jsinclude BLOCK %]
272
[% MACRO jsinclude BLOCK %]
273
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
273
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-3 / +9 lines)
Lines 113-119 Link Here
113
    <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo; Item search
113
    <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo; Item search
114
  </div>
114
  </div>
115
115
116
  <div id="doc" class="yui-t7">
116
<div class="main container-fluid">
117
    <div class="row">
118
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
119
117
    <div id="item-search-block">
120
    <div id="item-search-block">
118
      <h1>Item search</h1>
121
      <h1>Item search</h1>
119
      <p><a href="/cgi-bin/koha/catalogue/search.pl">Go to advanced search</a></p>
122
      <p><a href="/cgi-bin/koha/catalogue/search.pl">Go to advanced search</a></p>
Lines 191-199 Link Here
191
          </fieldset>
194
          </fieldset>
192
      </form>
195
      </form>
193
    </div>
196
    </div>
197
    </div>
194
  </div>
198
  </div>
195
  <div id="doc3" class="yui-t7">
199
    <div class="row">
200
        <div class="col-md-12">
196
      <div id="results-wrapper"></div>
201
      <div id="results-wrapper"></div>
202
        </div>
203
      </div>
197
204
198
[% MACRO jsinclude BLOCK %]
205
[% MACRO jsinclude BLOCK %]
199
    [% INCLUDE 'datatables.inc' %]
206
    [% INCLUDE 'datatables.inc' %]
200
- 

Return to bug 20033