[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui baske... [dev_week]
From: |
Ryan Higgins |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui baske... [dev_week] |
Date: |
Wed, 20 Dec 2006 06:12:35 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Ryan Higgins <rych> 06/12/20 06:12:35
Modified files:
koha-tmpl/intranet-tmpl/npl/en/acqui: basket.tmpl
Log message:
comment out link to add new biblio via acquisitions.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/basket.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.2.2.4.2.3&r2=1.2.2.4.2.4
Patches:
Index: basket.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/basket.tmpl,v
retrieving revision 1.2.2.4.2.3
retrieving revision 1.2.2.4.2.4
diff -u -b -r1.2.2.4.2.3 -r1.2.2.4.2.4
--- basket.tmpl 3 Dec 2006 21:55:35 -0000 1.2.2.4.2.3
+++ basket.tmpl 20 Dec 2006 06:12:35 -0000 1.2.2.4.2.4
@@ -140,7 +140,7 @@
<input type="hidden" name="basketno" value="<!--
TMPL_VAR NAME="basketno" -->">
<ul><li>From an existing record: <input type="text"
size="25" name="search"><input type="submit" value="Search"
class="submit"></li>
<li><a
href="/cgi-bin/koha/acqui/suggestion-select.pl?booksellerid=<!-- TMPL_VAR
NAME="booksellerid" -->&basketno=<!-- TMPL_VAR NAME="basketno" -->">From a
Suggestion</a></li>
- <li><a
href="/cgi-bin/koha/acqui/newbiblio.pl?booksellerid=<!-- TMPL_VAR
NAME="booksellerid" -->&basketno=<!-- TMPL_VAR NAME="basketno" -->">New
Record</a></li>
+ <!-- <li><a
href="/cgi-bin/koha/acqui/newbiblio.pl?booksellerid=<!-- TMPL_VAR
NAME="booksellerid" -->&basketno=<!-- TMPL_VAR NAME="basketno" -->">New
Record</a></li> -->
</ul>
</form>
</div>