[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 acqui... [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui... [rel_2_2] |
Date: |
Thu, 03 Aug 2006 06:08:21 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <kados> 06/08/03 06:08:21
Modified files:
koha-tmpl/intranet-tmpl/npl/en/acqui: acqui-home.tmpl
Log message:
add a link directly to the area to create a budget
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.4&r2=1.3.2.5
Patches:
Index: acqui-home.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -b -r1.3.2.4 -r1.3.2.5
--- acqui-home.tmpl 31 Jul 2006 14:30:02 -0000 1.3.2.4
+++ acqui-home.tmpl 3 Aug 2006 06:08:21 -0000 1.3.2.5
@@ -7,7 +7,7 @@
<h1>Acquisitions</h1>
<!-- TMPL_IF name="nobudget" -->
- <div class="error">You must define a budget in parameters</div>
+ <div class="error">You must <a
href="/cgi-bin/koha/admin/aqbookfund.pl">define a budget</a></div>
<!-- TMPL_ELSE -->
<div class="details">
<form action="/cgi-bin/koha/acqui/order.pl" method="post"><table>
@@ -59,7 +59,7 @@
<!-- showbudget-->
<!-- TMPL_IF name="nobudget" -->
- <div class="error">You must define a budget in parameters</div>
+ <div class="error">You must <a
href="/cgi-bin/koha/admin/aqbookfund.pl">define a budget</a></div>
<!-- TMPL_ELSE -->
<table>
<caption>Budgets and Bookfunds</caption>
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui... [rel_2_2],
Joshua Ferraro <=