[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes m... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Sep 26 15:12:12 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/09/26 13:12:12

Added files:
	koha-tmpl/intranet-tmpl/prog/en/includes: menu-barcodes.inc 
	                                          menu-bookshelves.inc 
	                                          menu-import.inc 
	                                          menu-reports.inc 

Log message:
	some missing submenu added.

CVSWeb URLs:
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&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-bookshelves.inc?cvsroot=koha&only_with_tag=rel_3_0&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-import.inc?cvsroot=koha&only_with_tag=rel_3_0&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-reports.inc?cvsroot=koha&only_with_tag=rel_3_0&rev=1.1.2.1

Patches:
Index: menu-barcodes.inc
===================================================================
RCS file: menu-barcodes.inc
diff -N menu-barcodes.inc
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ menu-barcodes.inc	26 Sep 2006 13:12:12 -0000	1.1.2.1
@@ -0,0 +1,7 @@
+<div id="submenu">
+        <a href="/cgi-bin/koha/barcodes/barcodes-home.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>
+
+<div id="main">
\ No newline at end of file

Index: menu-bookshelves.inc
===================================================================
RCS file: menu-bookshelves.inc
diff -N menu-bookshelves.inc
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ menu-bookshelves.inc	26 Sep 2006 13:12:12 -0000	1.1.2.1
@@ -0,0 +1,5 @@
+<div id="submenu">
+        <a href="/cgi-bin/koha/bookshelves/shelves.pl">Shelves</a>
+</div>
+
+<div id="main">
\ No newline at end of file

Index: menu-import.inc
===================================================================
RCS file: menu-import.inc
diff -N menu-import.inc
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ menu-import.inc	26 Sep 2006 13:12:12 -0000	1.1.2.1
@@ -0,0 +1,5 @@
+<div id="submenu">
+        <a href="/cgi-bin/koha/import/breeding.pl">Import to reservoir</a>
+</div>
+
+<div id="main">
\ No newline at end of file

Index: menu-reports.inc
===================================================================
RCS file: menu-reports.inc
diff -N menu-reports.inc
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ menu-reports.inc	26 Sep 2006 13:12:12 -0000	1.1.2.1
@@ -0,0 +1,5 @@
+<div id="submenu">
+        <a href="/cgi-bin/koha/reports/reports-home.pl">home</a>
+</div>
+
+<div id="main">





More information about the Koha-cvs mailing list