[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui bask... [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui bask... [rel_3_0] |
Date: |
Thu, 02 Nov 2006 17:41:50 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/11/02 17:41:37
Modified files:
koha-tmpl/intranet-tmpl/prog/en/acqui: basket.tmpl
Log message:
re-introduce the good input form.
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.2.2&r2=1.7.2.3
Patches:
Index: basket.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -u -b -r1.7.2.2 -r1.7.2.3
--- basket.tmpl 2 Nov 2006 10:39:58 -0000 1.7.2.2
+++ basket.tmpl 2 Nov 2006 17:41:37 -0000 1.7.2.3
@@ -125,7 +125,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" -->&basketno=<!-- TMPL_VAR NAME="basketno" -->">From a
Suggestion</a></li>
<li><a
href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=<!-- TMPL_VAR
NAME="booksellerid" -->&basketno=<!-- TMPL_VAR NAME="basketno" -->">New
Record</a></li>