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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-6 / +6 lines)
Lines 1-6 Link Here
1
    <!-- PLEASE MAINTAIN PROPER INDENTATION!!!!  -->
1
    <!-- PLEASE MAINTAIN PROPER INDENTATION!!!!  -->
2
    [% INCLUDE 'doc-head-open.inc' %]
2
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage Label Batches</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage label batches</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
6
    <script type="text/javascript">
6
    <script type="text/javascript">
Lines 26-34 Link Here
26
    <div id="breadcrumbs">
26
    <div id="breadcrumbs">
27
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; 
27
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; 
28
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
28
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
29
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels Home</a> &rsaquo;
29
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> &rsaquo;
30
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Manage Label Batches</a> &rsaquo;
30
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Manage label batches</a> &rsaquo;
31
        Manage Batch Number [% batch_id %]
31
        Manage batch number [% batch_id %]
32
    </div>
32
    </div>
33
    <div id="doc3" class="yui-t2">
33
    <div id="doc3" class="yui-t2">
34
        <div id="bd">
34
        <div id="bd">
Lines 37-50 Link Here
37
                    [% INCLUDE 'labels-batches-toolbar.inc' %]
37
                    [% INCLUDE 'labels-batches-toolbar.inc' %]
38
                    <div class="yui-g">
38
                    <div class="yui-g">
39
                        <div class="yui-u first" id="manage-label-batches">
39
                        <div class="yui-u first" id="manage-label-batches">
40
                            <div class="hint">Current Library: [% LoginBranchname %]</div>
40
                            <div class="hint">Current library: [% LoginBranchname %]</div>
41
                            <form name="add_by_barcode" action="/cgi-bin/koha/labels/label-edit-batch.pl" method="post">
41
                            <form name="add_by_barcode" action="/cgi-bin/koha/labels/label-edit-batch.pl" method="post">
42
                                <div>
42
                                <div>
43
                                    <fieldset class="rows" style="border-bottom: 0px; border: 0px;">
43
                                    <fieldset class="rows" style="border-bottom: 0px; border: 0px;">
44
                                    <ol><li>
44
                                    <ol><li>
45
                                    <input type="hidden" name="op" value="add" \>
45
                                    <input type="hidden" name="op" value="add" \>
46
                                    <input type="hidden" name="batch_id" value="[% batch_id %]" \>
46
                                    <input type="hidden" name="batch_id" value="[% batch_id %]" \>
47
                                    <label for="barcode">Add by Barcode(s): 
47
                                    <label for="barcode">Add by barcode(s):
48
                                        <br \> <span class="hint">One barcode per line.</span>
48
                                        <br \> <span class="hint">One barcode per line.</span>
49
                                        <br \> <span class="hint">Leave empty to add via item search.</span>
49
                                        <br \> <span class="hint">Leave empty to add via item search.</span>
50
                                    </label>
50
                                    </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-15 / +15 lines)
Lines 25-33 Link Here
25
    <div id="breadcrumbs">
25
    <div id="breadcrumbs">
26
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
26
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
27
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
27
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
28
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels Home</a> &rsaquo;
28
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> &rsaquo;
29
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Manage Label Layouts</a> &rsaquo;
29
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Manage label layouts</a> &rsaquo;
30
        [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label Layout
30
        [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label layout
31
    </div>
31
    </div>
32
    <div id="doc3" class="yui-t2">
32
    <div id="doc3" class="yui-t2">
33
        <div id="bd">
33
        <div id="bd">
Lines 35-48 Link Here
35
                <div class="yui-b">
35
                <div class="yui-b">
36
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-layout.pl" method="get">
36
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-layout.pl" method="get">
37
                        <fieldset class="rows">
37
                        <fieldset class="rows">
38
                            <legend>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label Layout</legend>
38
                            <legend>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label layout</legend>
39
                            <ol>
39
                            <ol>
40
                                <li>
40
                                <li>
41
                                    <label for="layout_name">Layout Name</label>
41
                                    <label for="layout_name">Layout name</label>
42
                                    <input type="text" name="layout_name" id="layout_name" size="20" value="[% layout_name %]" />
42
                                    <input type="text" name="layout_name" id="layout_name" size="20" value="[% layout_name %]" />
43
                                </li>
43
                                </li>
44
                                <li>
44
                                <li>
45
                                    <label for="barcode_type">Choose Barcode Type (encoding)</label>
45
                                    <label for="barcode_type">Choose barcode type (encoding)</label>
46
                                    <select name="barcode_type" id="barcode_type">
46
                                    <select name="barcode_type" id="barcode_type">
47
                                    [% FOREACH barcode_type IN barcode_types %]
47
                                    [% FOREACH barcode_type IN barcode_types %]
48
                                    [% IF ( barcode_type.selected ) %]
48
                                    [% IF ( barcode_type.selected ) %]
Lines 54-60 Link Here
54
                                    </select>
54
                                    </select>
55
                                </li>
55
                                </li>
56
                                <li>
56
                                <li>
57
                                    <label for="printing_type">Choose Layout Type</label>
57
                                    <label for="printing_type">Choose layout type</label>
58
                                    <select name="printing_type" id="printing_type">
58
                                    <select name="printing_type" id="printing_type">
59
                                    [% FOREACH label_type IN label_types %]
59
                                    [% FOREACH label_type IN label_types %]
60
                                    [% IF ( label_type.selected ) %]
60
                                    [% IF ( label_type.selected ) %]
Lines 67-76 Link Here
67
                                </li>
67
                                </li>
68
                                <li>
68
                                <li>
69
                                    <fieldset>
69
                                    <fieldset>
70
                                        <legend>Bibliographic Data to Print</legend>
70
                                        <legend>Bibliographic data to print</legend>
71
										<ol>
71
										<ol>
72
                                        <li class="radio">[% IF ( layout_string ) %]
72
                                        <li class="radio">[% IF ( layout_string ) %]
73
                                        <input type="radio" name="layout_choice" id="layout_choice_order" value="layout_table" checked="checked" /><label for="layout_choice_order">Choose Order Of Text Fields to Print</label>
73
                                        <input type="radio" name="layout_choice" id="layout_choice_order" value="layout_table" checked="checked" /><label for="layout_choice_order">Choose order of text fields to print</label>
74
                                        [% ELSE %]
74
                                        [% ELSE %]
75
                                        <input type="radio" name="layout_choice" id="layout_choice_order" value="layout_table" /><label for="layout_choice_order">Choose Order Of Text Fields to Print</label>
75
                                        <input type="radio" name="layout_choice" id="layout_choice_order" value="layout_table" /><label for="layout_choice_order">Choose Order Of Text Fields to Print</label>
76
                                        [% END %]
76
                                        [% END %]
Lines 95-106 Link Here
95
											</div>
95
											</div>
96
                                            </li>
96
                                            </li>
97
                                            [% UNLESS ( layout_string ) %]
97
                                            [% UNLESS ( layout_string ) %]
98
                                            <li class="radio"><input type="radio" id="layout_choice_list" name="layout_choice" value="layout_string" checked="checked" /> <label for="layout_choice_list">List Fields</label></li>
98
                                            <li class="radio"><input type="radio" id="layout_choice_list" name="layout_choice" value="layout_string" checked="checked" /> <label for="layout_choice_list">List fields</label></li>
99
                                            [% ELSE %]
99
                                            [% ELSE %]
100
                                            <li class="radio"><input type="radio" id="layout_choice_list" name="layout_choice" value="layout_string" /> <label for="layout_choice_list">List Fields</label></li>
100
                                            <li class="radio"><input type="radio" id="layout_choice_list" name="layout_choice" value="layout_string" /> <label for="layout_choice_list">List Fields</label></li>
101
                                            [% END %]
101
                                            [% END %]
102
                                           <li> <fieldset id="layout_string" class="brief">
102
                                           <li> <fieldset id="layout_string" class="brief">
103
                                                <label for="format_string">Data Fields</label>
103
                                                <label for="format_string">Data fields</label>
104
                                                <input type="text" name="format_string" id="format_string" size="80" value="[% format_string |html %]" />
104
                                                <input type="text" name="format_string" id="format_string" size="80" value="[% format_string |html %]" />
105
                                                <div class="hint">
105
                                                <div class="hint">
106
                                                    <p>Enter a comma separated list of fields to print.  You may include any <em>Koha field</em> or MARC subfield.</p>
106
                                                    <p>Enter a comma separated list of fields to print.  You may include any <em>Koha field</em> or MARC subfield.</p>
Lines 112-118 Link Here
112
                                    </fieldset>
112
                                    </fieldset>
113
                                </li>
113
                                </li>
114
                                <li>
114
                                <li>
115
                                    <label for="guidebox">Draw Guide Boxes</label>
115
                                    <label for="guidebox">Draw guide boxes</label>
116
                                    [% IF ( guidebox ) %]
116
                                    [% IF ( guidebox ) %]
117
                                    <input type="checkbox" name="guidebox" id="guidebox" value="1"  checked="checked" />
117
                                    <input type="checkbox" name="guidebox" id="guidebox" value="1"  checked="checked" />
118
                                    [% ELSE %]
118
                                    [% ELSE %]
Lines 120-126 Link Here
120
                                    [% END %]
120
                                    [% END %]
121
                                </li>
121
                                </li>
122
                                <li>
122
                                <li>
123
                                    <label for="callnum_split">Split Call Numbers</label>
123
                                    <label for="callnum_split">Split call numbers</label>
124
                                    [% IF ( callnum_split ) %]
124
                                    [% IF ( callnum_split ) %]
125
                                    <input type="checkbox" name="callnum_split" id="callnum_split" value="1"  checked="checked" />
125
                                    <input type="checkbox" name="callnum_split" id="callnum_split" value="1"  checked="checked" />
126
                                    [% ELSE %]
126
                                    [% ELSE %]
Lines 128-134 Link Here
128
                                    [% END %]
128
                                    [% END %]
129
                                </li>
129
                                </li>
130
                                <li>
130
                                <li>
131
                                    <label for="text_justify">Text Justification</label>
131
                                    <label for="text_justify">Text justification</label>
132
                                    <select name="text_justify" id="text_justify">
132
                                    <select name="text_justify" id="text_justify">
133
                                        [% FOREACH text_justification_type IN text_justification_types %]
133
                                        [% FOREACH text_justification_type IN text_justification_types %]
134
                                        [% IF ( text_justification_type.selected ) %]
134
                                        [% IF ( text_justification_type.selected ) %]
Lines 152-158 Link Here
152
                                    </select>
152
                                    </select>
153
                                </li>
153
                                </li>
154
                                <li>
154
                                <li>
155
                                    <label for="font_size">Font Size</label>
155
                                    <label for="font_size">Font size</label>
156
                                    <input type="text" name="font_size" id="font_size" size="2" value="[% font_size |html %]" />
156
                                    <input type="text" name="font_size" id="font_size" size="2" value="[% font_size |html %]" />
157
                                </li>
157
                                </li>
158
                            </ol>
158
                            </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt (-4 / +4 lines)
Lines 43-57 Link Here
43
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
43
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
44
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
44
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
45
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a> &rsaquo;
45
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a> &rsaquo;
46
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Printer Profiles</a> &rsaquo;
46
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Printer profiles</a> &rsaquo;
47
        Edit Printer Profile
47
        Edit printer profile
48
    </div>
48
    </div>
49
    <div id="doc3" class="yui-t2">
49
    <div id="doc3" class="yui-t2">
50
        <div id="bd">
50
        <div id="bd">
51
	    <div id="yui-main">
51
	    <div id="yui-main">
52
	        <div class="yui-b">
52
	        <div class="yui-b">
53
                        <div class="yui-g">
53
                        <div class="yui-g">
54
                            <h3>Edit Printer Profile</h3>
54
                            <h3>Edit printer profile</h3>
55
                                <div class="yui-g first">
55
                                <div class="yui-g first">
56
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-profile.pl" method="get">
56
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-profile.pl" method="get">
57
                                    <fieldset class="rows"><legend>Profile settings</legend>
57
                                    <fieldset class="rows"><legend>Profile settings</legend>
Lines 76-82 Link Here
76
                                                [% IF ( label_template ) %]
76
                                                [% IF ( label_template ) %]
77
                                                 <label for="template_name">Template name:</label> [% label_template %]
77
                                                 <label for="template_name">Template name:</label> [% label_template %]
78
                                                [% ELSE %]
78
                                                [% ELSE %]
79
                                                 <span class="label">Template name:</span> Profile Unassigned
79
                                                 <span class="label">Template name:</span> Profile unassigned
80
                                                [% END %]
80
                                                [% END %]
81
                                            </li>
81
                                            </li>
82
                                            <li>
82
                                            <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt (-17 / +17 lines)
Lines 43-50 Link Here
43
        <a href="/cgi-bin/koha/mainpage.pl">Home</a>&rsaquo;
43
        <a href="/cgi-bin/koha/mainpage.pl">Home</a>&rsaquo;
44
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
44
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
45
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a>&rsaquo;
45
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a>&rsaquo;
46
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Label Templates</a>&rsaquo;
46
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Label templates</a>&rsaquo;
47
        Edit Label Template
47
        Edit label template
48
    </div>
48
    </div>
49
    <div id="doc3" class="yui-t2">
49
    <div id="doc3" class="yui-t2">
50
        <div id="bd">
50
        <div id="bd">
Lines 52-58 Link Here
52
                <div class="yui-b">
52
                <div class="yui-b">
53
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-template.pl" method="get">
53
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-template.pl" method="get">
54
                    <div class="yui-g">
54
                    <div class="yui-g">
55
                        <h3>Edit Label Template</h3>
55
                        <h3>Edit label template</h3>
56
                        <div class="yui-u first">
56
                        <div class="yui-u first">
57
                            <fieldset class="rows">
57
                            <fieldset class="rows">
58
                                <ol>
58
                                <ol>
Lines 60-70 Link Here
60
                                        <span class="label">Template ID:</span>[% IF ( template_id ) %][% template_id %][% ELSE %]N/A[% END %]
60
                                        <span class="label">Template ID:</span>[% IF ( template_id ) %][% template_id %][% ELSE %]N/A[% END %]
61
                                    </li>
61
                                    </li>
62
                                    <li>
62
                                    <li>
63
                                        <label for="template_code">Template Code:</label>
63
                                        <label for="template_code">Template code:</label>
64
                                        <input type="text" size="30" maxlength="43" name="template_code" id="template_code" value="[% template_code %]" />
64
                                        <input type="text" size="30" maxlength="43" name="template_code" id="template_code" value="[% template_code %]" />
65
                                    </li>
65
                                    </li>
66
                                    <li>
66
                                    <li>
67
                                        <label for="template_desc">Template Description:</label>
67
                                        <label for="template_desc">Template description:</label>
68
                                        <textarea cols="30" rows="3" id="template_desc" name="template_desc">[% template_desc %]</textarea>
68
                                        <textarea cols="30" rows="3" id="template_desc" name="template_desc">[% template_desc %]</textarea>
69
                                    </li>
69
                                    </li>
70
 									<li>
70
 									<li>
Lines 84-102 Link Here
84
                                 </select>
84
                                 </select>
85
                             </li>
85
                             </li>
86
                                    <li>
86
                                    <li>
87
                                        <label for="page_height">Page Height:</label>
87
                                        <label for="page_height">Page height:</label>
88
                                        <input type="text" size="4" name="page_height" id="page_height" value="[% page_height %]" />
88
                                        <input type="text" size="4" name="page_height" id="page_height" value="[% page_height %]" />
89
                                    </li>
89
                                    </li>
90
                                    <li>
90
                                    <li>
91
                                        <label for="page_width">Page Width:</label>
91
                                        <label for="page_width">Page width:</label>
92
                                        <input type="text" size="4" name="page_width" id="page_width" value="[% page_width %]" />
92
                                        <input type="text" size="4" name="page_width" id="page_width" value="[% page_width %]" />
93
                                    </li>
93
                                    </li>
94
                                    <li>
94
                                    <li>
95
                                        <label for="label_width">Label Width:</label>
95
                                        <label for="label_width">Label width:</label>
96
                                        <input type="text" size="4" name="label_width" id="label_width" value="[% label_width %]" />
96
                                        <input type="text" size="4" name="label_width" id="label_width" value="[% label_width %]" />
97
                                    </li>
97
                                    </li>
98
                                    <li>
98
                                    <li>
99
                                        <label for="label_height">Label Height:</label>
99
                                        <label for="label_height">Label height:</label>
100
                                        <input type="text" size="4" name="label_height" id="label_height" value="[% label_height %]" />
100
                                        <input type="text" size="4" name="label_height" id="label_height" value="[% label_height %]" />
101
                                    </li>
101
                                    </li>
102
102
Lines 106-140 Link Here
106
                        <div class="yui-u">
106
                        <div class="yui-u">
107
                            <fieldset class="rows">
107
                            <fieldset class="rows">
108
                                <ol><li>
108
                                <ol><li>
109
                                    <label for="top_margin">Top Page Margin:</label>
109
                                    <label for="top_margin">Top page margin:</label>
110
                                    <input type="text" size="4" name="top_margin" id="top_margin" value="[% top_margin %]" />
110
                                    <input type="text" size="4" name="top_margin" id="top_margin" value="[% top_margin %]" />
111
                                </li>
111
                                </li>
112
                                <li>
112
                                <li>
113
                                    <label for="left_margin">Left Page Margin:</label>
113
                                    <label for="left_margin">Left page margin:</label>
114
                                    <input type="text" size="4" name="left_margin" id="left_margin" value="[% left_margin %]" />
114
                                    <input type="text" size="4" name="left_margin" id="left_margin" value="[% left_margin %]" />
115
                                </li>
115
                                </li>
116
                                    <li>
116
                                    <li>
117
                                        <label for="top_text_margin">Top Text Margin:</label>
117
                                        <label for="top_text_margin">Top text margin:</label>
118
                                        <input type="text" size="4" name="top_text_margin" id="top_text_margin" value="[% top_text_margin %]" />
118
                                        <input type="text" size="4" name="top_text_margin" id="top_text_margin" value="[% top_text_margin %]" />
119
                                    </li>
119
                                    </li>
120
                                    <li>
120
                                    <li>
121
                                        <label for="left_text_margin">Left Text Margin:</label>
121
                                        <label for="left_text_margin">Left text margin:</label>
122
                                        <input type="text" size="4" name="left_text_margin" id="left_text_margin" value="[% left_text_margin %]" />
122
                                        <input type="text" size="4" name="left_text_margin" id="left_text_margin" value="[% left_text_margin %]" />
123
                                    </li>
123
                                    </li>
124
                                    <li>
124
                                    <li>
125
                                        <label for="cols">Number of Columns:</label>
125
                                        <label for="cols">Number of columns:</label>
126
                                        <input type="text" size="4" name="cols" id="cols" value="[% cols %]" />
126
                                        <input type="text" size="4" name="cols" id="cols" value="[% cols %]" />
127
                                    </li>
127
                                    </li>
128
                                    <li>
128
                                    <li>
129
                                        <label for="rows">Number of Rows:</label>
129
                                        <label for="rows">Number of rows:</label>
130
                                        <input type="text" size="4" name="rows" id="rows" value="[% rows %]" />
130
                                        <input type="text" size="4" name="rows" id="rows" value="[% rows %]" />
131
                                    </li>
131
                                    </li>
132
                                    <li>
132
                                    <li>
133
                                        <label for="col_gap">Gap between Columns:</label>
133
                                        <label for="col_gap">Gap between columns:</label>
134
                                        <input type="text" size="4" name="col_gap" id="col_gap" value="[% col_gap %]" />
134
                                        <input type="text" size="4" name="col_gap" id="col_gap" value="[% col_gap %]" />
135
                                    </li>
135
                                    </li>
136
                                    <li>
136
                                    <li>
137
                                        <label for="row_gap">Gap between Rows:</label>
137
                                        <label for="row_gap">Gap between rows:</label>
138
                                        <input type="text" size="4" name="row_gap" id="row_gap" value="[% row_gap %]" />
138
                                        <input type="text" size="4" name="row_gap" id="row_gap" value="[% row_gap %]" />
139
                                    </li>
139
                                    </li>
140
140
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-3 / +3 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels Home</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels home</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/label.css" />
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/label.css" />
5
</head>
5
</head>
Lines 9-15 Link Here
9
    <div id="breadcrumbs">
9
    <div id="breadcrumbs">
10
        <a href="/cgi-bin/koha/mainpage.pl">Home</a>&rsaquo;
10
        <a href="/cgi-bin/koha/mainpage.pl">Home</a>&rsaquo;
11
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
11
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
12
        Labels Home
12
        Labels home
13
    </div>
13
    </div>
14
    <div id="doc3" class="yui-t2">
14
    <div id="doc3" class="yui-t2">
15
        <div id="bd">
15
        <div id="bd">
Lines 22-28 Link Here
22
                            <div class="lci_01"></div>
22
                            <div class="lci_01"></div>
23
                            <div class="lci_02"></div>
23
                            <div class="lci_02"></div>
24
                            <div class="lci_03"></div>
24
                            <div class="lci_03"></div>
25
                                <h2>Welcome to Koha's Label Creator Module</h2>
25
                                <h2>Welcome to Koha's label creator module</h2>
26
                                <p>The Label Creator allow you to use layouts and templates which you design to print a nearly unlimited variety of labels including barcodes. Here are some of the features of the Label Creator module:</p>
26
                                <p>The Label Creator allow you to use layouts and templates which you design to print a nearly unlimited variety of labels including barcodes. Here are some of the features of the Label Creator module:</p>
27
                                <ul>
27
                                <ul>
28
                                    <li>Customize label layouts</li>
28
                                    <li>Customize label layouts</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-5 / +5 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage Label Elements</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage label elements</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
5
    <script type="text/javascript">
5
    <script type="text/javascript">
Lines 85-92 Link Here
85
    <div id="breadcrumbs">
85
    <div id="breadcrumbs">
86
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
86
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
87
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
87
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
88
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels Home</a> &rsaquo;
88
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> &rsaquo;
89
        Manage Label [% label_element_title %]
89
        Manage label [% label_element_title %]
90
    </div>
90
    </div>
91
    <div id="doc3" class="yui-t2">
91
    <div id="doc3" class="yui-t2">
92
        <div id="bd">
92
        <div id="bd">
Lines 95-101 Link Here
95
                    [% INCLUDE 'labels-toolbar.inc' %]
95
                    [% INCLUDE 'labels-toolbar.inc' %]
96
                    <div class="yui-gc">
96
                    <div class="yui-gc">
97
                        <div class="yui-u first" id="manage-label-layouts">
97
                        <div class="yui-u first" id="manage-label-layouts">
98
                            <div class="hint">Current Library: [% LoginBranchname %]</div>
98
                            <div class="hint">Current library: [% LoginBranchname %]</div>
99
                            [% IF ( table_loop ) %]
99
                            [% IF ( table_loop ) %]
100
                            <form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element %]">
100
                            <form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element %]">
101
                            <h2>Currently Available [% label_element_title %]</h2>
101
                            <h2>Currently Available [% label_element_title %]</h2>
Lines 130-136 Link Here
130
                            </form>
130
                            </form>
131
                            [% ELSE %]
131
                            [% ELSE %]
132
							<div class="dialog message">
132
							<div class="dialog message">
133
                            <h4>There Are No [% label_element_title %] Currently Available.</h4>
133
                            <h4>There are no [% label_element_title %] currently available.</h4>
134
                            <p>Use the toolbar above to create a new [% label_element %].</p></div>
134
                            <p>Use the toolbar above to create a new [% label_element %].</p></div>
135
                            [% END %]
135
                            [% END %]
136
                        </div>
136
                        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Label Printing/Exporting</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Label Printing/exporting</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <script type="text/javascript">
4
    <script type="text/javascript">
5
        //<![CDATA[
5
        //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Barcodes and Labels &rsaquo; Search Results</title>
2
    <title>Koha &rsaquo; Barcodes and labels &rsaquo; Search results</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <style type="text/css">#custom-doc { width:46.23em;*width:45.04em;min-width:700px; margin:auto;margin-top: .4em; text-align:left; }</style>
4
    <style type="text/css">#custom-doc { width:46.23em;*width:45.04em;min-width:700px; margin:auto;margin-top: .4em; text-align:left; }</style>
5
    <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
    <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
Lines 67-73 Link Here
67
            </div>
67
            </div>
68
68
69
            <form name="resultform" class="checkboxed" action="">
69
            <form name="resultform" class="checkboxed" action="">
70
            <p><a id="CheckAll" href="#">Select All</a> <a id="CheckNone" href="#">Clear All</a> | <input type="button" value="Add checked" onclick="add_item('checked',[% batch_id %],'[% type %]'); return false;" />
70
            <p><a id="CheckAll" href="#">Select all</a> <a id="CheckNone" href="#">Clear all</a> | <input type="button" value="Add checked" onclick="add_item('checked',[% batch_id %],'[% type %]'); return false;" />
71
                    <input type="button" class="close" value="Done" /></p>
71
                    <input type="button" class="close" value="Done" /></p>
72
72
73
                <div id="label-search-results">
73
                <div id="label-search-results">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt (-13 / +13 lines)
Lines 29-39 to add to Batch [% batch_id %] Link Here
29
[% IF ( selected ) %]<option value="au" selected="selected">Author</option>
29
[% IF ( selected ) %]<option value="au" selected="selected">Author</option>
30
[% ELSE %]<option value="au">Author</option>[% END %]
30
[% ELSE %]<option value="au">Author</option>[% END %]
31
31
32
[% IF ( selected ) %]<option value="yr" selected="selected">Publication Date</option>
32
[% IF ( selected ) %]<option value="yr" selected="selected">Publication date</option>
33
[% ELSE %]<option value="yr">Publication Date</option>[% END %]
33
[% ELSE %]<option value="yr">Publication date</option>[% END %]
34
34
35
[% IF ( selected ) %]<option value="sn" selected="selected">Standard Number</option>
35
[% IF ( selected ) %]<option value="sn" selected="selected">Standard number</option>
36
[% ELSE %]<option value="sn">Standard Number</option>[% END %]
36
[% ELSE %]<option value="sn">Standard number</option>[% END %]
37
37
38
[% IF ( selected ) %]<option value="nb" selected="selected">ISBN</option>
38
[% IF ( selected ) %]<option value="nb" selected="selected">ISBN</option>
39
[% ELSE %]<option value="nb">ISBN</option>[% END %]
39
[% ELSE %]<option value="nb">ISBN</option>[% END %]
Lines 41-48 to add to Batch [% batch_id %] Link Here
41
[% IF ( selected ) %]<option value="ns" selected="selected">ISSN</option>
41
[% IF ( selected ) %]<option value="ns" selected="selected">ISSN</option>
42
[% ELSE %]<option value="ns">ISSN</option>[% END %]
42
[% ELSE %]<option value="ns">ISSN</option>[% END %]
43
43
44
[% IF ( selected ) %]<option value="lcn,phr" selected="selected">Call Number</option>
44
[% IF ( selected ) %]<option value="lcn,phr" selected="selected">Call number</option>
45
[% ELSE %]<option value="lcn,phr">Call Number</option>[% END %]
45
[% ELSE %]<option value="lcn,phr">Call number</option>[% END %]
46
46
47
[% IF ( selected ) %]<option value="su" selected="selected">Subject</option>
47
[% IF ( selected ) %]<option value="su" selected="selected">Subject</option>
48
[% ELSE %]<option value="su">Subject</option>[% END %]
48
[% ELSE %]<option value="su">Subject</option>[% END %]
Lines 52-68 to add to Batch [% batch_id %] Link Here
52
[% ELSE %]
52
[% ELSE %]
53
   <option value="ti" selected="selected">Title</option>[% END %]
53
   <option value="ti" selected="selected">Title</option>[% END %]
54
54
55
[% IF ( selected ) %]<option value="ti,phr" selected="selected">Title Phrase</option>
55
[% IF ( selected ) %]<option value="ti,phr" selected="selected">Title phrase</option>
56
[% ELSE %]<option value="ti,phr">Title Phrase</option>[% END %]
56
[% ELSE %]<option value="ti,phr">Title phrase</option>[% END %]
57
57
58
[% IF ( selected ) %]<option value="se" selected="selected">Series Title</option>
58
[% IF ( selected ) %]<option value="se" selected="selected">Series title</option>
59
[% ELSE %]<option value="se">Series Title</option>[% END %]
59
[% ELSE %]<option value="se">Series title</option>[% END %]
60
60
61
[% IF ( selected ) %]<option value="bc" selected="selected">Barcode</option>
61
[% IF ( selected ) %]<option value="bc" selected="selected">Barcode</option>
62
[% ELSE %]<option value="bc">Barcode</option>[% END %]
62
[% ELSE %]<option value="bc">Barcode</option>[% END %]
63
63
64
[% IF ( selected ) %]<option value="acqdate" selected="selected">Acquisition Date</option>
64
[% IF ( selected ) %]<option value="acqdate" selected="selected">Acquisition date</option>
65
[% ELSE %]<option value="acqdate">Acquisition Date</option>[% END %]
65
[% ELSE %]<option value="acqdate">Acquisition date</option>[% END %]
66
</select>
66
</select>
67
67
68
   <input type="text" size="30" id="ccl_textbox" name="ccl_textbox" class="focus" title="Enter search terms" value=""/>
68
   <input type="text" size="30" id="ccl_textbox" name="ccl_textbox" class="focus" title="Enter search terms" value=""/>
Lines 74-80 to add to Batch [% batch_id %] Link Here
74
[% IF ( sort_by_loop ) %]
74
[% IF ( sort_by_loop ) %]
75
<fieldset><legend>Sort by: </legend>
75
<fieldset><legend>Sort by: </legend>
76
    <p><select id="sort_by" name="sort_by">
76
    <p><select id="sort_by" name="sort_by">
77
        <option value="">Field-weighted, Relevance Ranked</option>
77
        <option value="">Field-weighted, relevance ranked</option>
78
        [% FOREACH sort_by_loo IN sort_by_loop %]
78
        [% FOREACH sort_by_loo IN sort_by_loop %]
79
79
80
[% IF ( sort_by_loo.selected ) %]<option value="[% sort_by_loo.value %]" selected="selected">[% sort_by_loo.label %]</option>[% ELSE %]<option value="[% sort_by_loo.value %]">[% sort_by_loo.label %]</option>[% END %]
80
[% IF ( sort_by_loo.selected ) %]<option value="[% sort_by_loo.value %]" selected="selected">[% sort_by_loo.label %]</option>[% ELSE %]<option value="[% sort_by_loo.value %]">[% sort_by_loo.label %]</option>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-6 / +5 lines)
Lines 6-14 Link Here
6
<html lang="[% lang %]" xml:lang="[% lang %]" xmlns="http://www.w3.org/1999/xhtml">
6
<html lang="[% lang %]" xml:lang="[% lang %]" xmlns="http://www.w3.org/1999/xhtml">
7
[% END %]
7
[% END %]
8
<head>
8
<head>
9
	<title>Koha &rsaquo; Tools &rsaquo; Spine Labels</title>
9
<title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
10
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
	<link rel="stylesheet" type="text/css" href="[% themelang %]/css/spinelabel.css" />
11
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/spinelabel.css" />
12
12
13
		<style type="text/css">
13
		<style type="text/css">
14
		@media print {
14
		@media print {
Lines 19-25 Link Here
19
	[% IF ( BarcodeNotFound ) %]
19
	[% IF ( BarcodeNotFound ) %]
20
		<body id="labels_spinelabel-print" class="tools labels">
20
		<body id="labels_spinelabel-print" class="tools labels">
21
			<p>The barcode [% Barcode %] was not found.</p>
21
			<p>The barcode [% Barcode %] was not found.</p>
22
			<p><a href="spinelabel-home.pl">Return To Spine Label Printer</a></p>
22
            <p><a href="spinelabel-home.pl">Return to spine label printer</a></p>
23
		</body>
23
		</body>
24
	[% ELSE %]
24
	[% ELSE %]
25
		[% IF ( autoprint ) %]
25
		[% IF ( autoprint ) %]
Lines 31-37 Link Here
31
				[% content %]
31
				[% content %]
32
			</span>
32
			</span>
33
			<span id="print_button" class="noprint">
33
			<span id="print_button" class="noprint">
34
				<button onclick="window.print()">Print This Label</button>
34
                <button onclick="window.print()">Print this label</button>
35
			</span>
35
			</span>
36
		</body>
36
		</body>
37
	[% END %]
37
	[% END %]
38
- 

Return to bug 2780