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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-8 / +11 lines)
Lines 1-10 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD Xhtml 1.0 Transitional//EN"
1
<!DOCTYPE html>
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
[% IF ( bidi ) %]<html lang="[% lang %]" dir="[% bidi %]">[% ELSE %]<html lang="[% lang %]">[% END %]
3
[% IF ( bidi ) %]
4
<html lang="[% lang %]" xml:lang="[% lang %]" dir="[% bidi %]" xmlns="http://www.w3.org/1999/xhtml">
5
[% ELSE %]
6
<html lang="[% lang %]" xml:lang="[% lang %]" xmlns="http://www.w3.org/1999/xhtml">
7
[% END %]
8
<head>
3
<head>
9
<title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
4
<title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Lines 15-20 Link Here
15
			.noprint { display: none; }
10
			.noprint { display: none; }
16
		}
11
		}
17
	</style>
12
	</style>
13
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
14
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
15
[% IF ( intranetuserjs ) %]
16
    <script type="text/javascript">
17
    //<![CDATA[
18
    [% intranetuserjs %]
19
    //]]>
20
    </script>
21
[% END %]
18
</head>
22
</head>
19
	[% IF ( BarcodeNotFound ) %]
23
	[% IF ( BarcodeNotFound ) %]
20
		<body id="labels_spinelabel-print" class="tools labels">
24
		<body id="labels_spinelabel-print" class="tools labels">
21
- 

Return to bug 9618