[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en acqui/bask... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Oct 30 16:08:32 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/30 15:08:32

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/acqui: basket.tmpl 
	koha-tmpl/intranet-tmpl/prog/en/bookshelves: 
	                                             addbookbybiblionumber.tmpl 
	koha-tmpl/intranet-tmpl/prog/en/includes: intranet.css menus.inc 

Log message:
	Minor display error fix. 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7&r2=1.7.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.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/includes/intranet.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7.2.6&r2=1.7.2.7
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.6.2.14&r2=1.6.2.15

Patches:
Index: acqui/basket.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -b -r1.7 -r1.7.2.1
--- acqui/basket.tmpl	2 Aug 2006 08:24:26 -0000	1.7
+++ acqui/basket.tmpl	30 Oct 2006 15:08:32 -0000	1.7.2.1
@@ -123,7 +123,7 @@
 		<form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post">
 			<input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->" />
 			<input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
-			<ul><li>From an existing record: <input type="text"  size="25"   name="search" />
+            <ul><li><label for="q">From an existing record: </label><input id="q" type="text"  size="25"   name="q" />
 			<input type="submit" value="Search" /></li>
 			<li><a href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->">From a Suggestion</a></li>
 			<li><a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->">New Record</a></li>

Index: bookshelves/addbookbybiblionumber.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.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
--- bookshelves/addbookbybiblionumber.tmpl	30 Oct 2006 09:56:10 -0000	1.1.2.2
+++ bookshelves/addbookbybiblionumber.tmpl	30 Oct 2006 15:08:32 -0000	1.1.2.3
@@ -18,4 +18,3 @@
         </p>
     <input type="submit" value="Add to virtual shelf" class="submit" />
 </form>
-<!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->

Index: includes/intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.6
retrieving revision 1.7.2.7
diff -u -b -r1.7.2.6 -r1.7.2.7
--- includes/intranet.css	30 Oct 2006 13:55:24 -0000	1.7.2.6
+++ includes/intranet.css	30 Oct 2006 15:08:32 -0000	1.7.2.7
@@ -164,7 +164,7 @@
 
 /* Main body style */
 #main {
-margin-left:15%;
+    margin-left:20%;
 }
 
 /* facets bloc */

Index: includes/menus.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc,v
retrieving revision 1.6.2.14
retrieving revision 1.6.2.15
diff -u -b -r1.6.2.14 -r1.6.2.15
--- includes/menus.inc	30 Oct 2006 10:02:52 -0000	1.6.2.14
+++ includes/menus.inc	30 Oct 2006 15:08:32 -0000	1.6.2.15
@@ -3,7 +3,6 @@
 	<!-- TMPL_IF NAME="CAN_user_circulate" -->
     <li><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
     <ul>
-        <li><a href="/cgi-bin/koha/circ/circulation.pl">Issues</a>
         <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
         <label for="navfindborrower">Iss<span class="accesskey">u</span>e to:</label>
 			<input id="navfindborrower" name="findborrower" type="text" size="10" accesskey="u" />





More information about the Koha-cvs mailing list