[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en barcodes/b... [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en barcodes/b... [rel_3_0] |
Date: |
Mon, 20 Nov 2006 15:11:17 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/11/20 15:11:16
Modified files:
koha-tmpl/intranet-tmpl/prog/en/barcodes: barcodes.tmpl
label-home.tmpl
koha-tmpl/intranet-tmpl/prog/en/includes: menu-barcodes.inc
Log message:
fix include error.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/barcodes/label-home.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-barcodes.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2
Patches:
Index: barcodes/barcodes.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/barcodes/barcodes.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- barcodes/barcodes.tmpl 20 Oct 2006 16:00:43 -0000 1.1.2.2
+++ barcodes/barcodes.tmpl 20 Nov 2006 15:11:16 -0000 1.1.2.3
@@ -1,6 +1,4 @@
-<!-- TMPL_INCLUDE NAME="doc-head-barcodes.inc" -->
-koha -- barcodes
-<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Barcodes<!--
TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="menus.inc" -->
<!-- TMPL_INCLUDE NAME="menu-barcodes.inc" -->
Index: barcodes/label-home.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/barcodes/Attic/label-home.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- barcodes/label-home.tmpl 19 Oct 2006 16:24:30 -0000 1.1.2.1
+++ barcodes/label-home.tmpl 20 Nov 2006 15:11:16 -0000 1.1.2.2
@@ -1,9 +1,7 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Labels<!-- TMPL_INCLUDE
NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE name="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="label-topmenu.inc" -->
-<!-- TMPL_INCLUDE name="intranet-nav.inc" -->
+<!-- TMPL_INCLUDE NAME="menus.inc" -->
+<!-- TMPL_INCLUDE NAME="menu-barcodes.inc" -->
-<div id="main">
<form name="input" action="/cgi-bin/koha/barcodes/label-manager.pl"
method="get">
<h3>
@@ -151,12 +149,10 @@
<!--/TMPL_IF -->
>Both Labels
-
<h3>
Start printing from Label number:<input type="textbox"
name="startlabel" SIZE="1"
value="<!-- TMPL_VAR NAME="startlabel" -->">
-
</h3>
<p>
Index: includes/menu-barcodes.inc
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/Attic/menu-barcodes.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- includes/menu-barcodes.inc 26 Sep 2006 13:12:12 -0000 1.1.2.1
+++ includes/menu-barcodes.inc 20 Nov 2006 15:11:16 -0000 1.1.2.2
@@ -1,5 +1,5 @@
<div id="submenu">
- <a href="/cgi-bin/koha/barcodes/barcodes-home.pl">home</a>
+ <a href="/cgi-bin/koha/barcodes/barcodes.pl">home</a>
<a href="/cgi-bin/koha/barcodes/barcodesGenerator.pl">barcodes
generator</a>
<a href="/cgi-bin/koha/barcodes/label-home.pl">label</a>
</div>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en barcodes/b... [rel_3_0],
Antoine Farnault <=