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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-3 / +1 lines)
Lines 2-13 Link Here
2
    [% INCLUDE 'doc-head-open.inc' %]
2
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>Koha &rsaquo; Barcodes and labels &rsaquo; Search results</title>
3
    <title>Koha &rsaquo; Barcodes and labels &rsaquo; Search results</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
5
    <style type="text/css">#custom-doc { width:46.23em;*width:45.04em;min-width:700px; margin:auto;margin-top: .4em; text-align:left; }</style>
6
</head>
5
</head>
7
6
8
<body id="labels_result" class="tools labels">
7
<body id="labels_result" class="tools labels">
9
    <div id="custom-doc" class="yui-t7">
8
    <div class="container-fluid">
10
        <div id="bd">
11
            <h1>Search results</h1>
9
            <h1>Search results</h1>
12
        <div class="results">
10
        <div class="results">
13
                [% IF ( displayprev || displaynext ) %]
11
                [% IF ( displayprev || displaynext ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt (-7 / +2 lines)
Lines 2-13 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo;  Labels</title>
3
<title>Koha &rsaquo;  Labels</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<style type="text/css">#custom-doc { width:47.23em;*width:46.04em;min-width:610px; margin:auto;margin-top: .4em; text-align:left; }</style>
6
</head>
5
</head>
7
<body id="labels_search" class="tools labels">
8
6
9
<div id="custom-doc" class="yui-t7">
7
<body id="labels_search" class="tools labels">
10
   <div id="bd">
8
    <div class="container-fluid">
11
9
12
<h1>Search for items
10
<h1>Search for items
13
[% IF ( batch_id ) %]
11
[% IF ( batch_id ) %]
Lines 104-111 to add to Batch [% batch_id %] Link Here
104
102
105
<fieldset class="action"><input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset>
103
<fieldset class="action"><input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset>
106
</form>
104
</form>
107
</div>
108
</div>
109
105
110
[% MACRO jsinclude BLOCK %]
106
[% MACRO jsinclude BLOCK %]
111
    [% INCLUDE 'calendar.inc' %]
107
    [% INCLUDE 'calendar.inc' %]
112
- 

Return to bug 19959