koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en acqui/acqu...
Date: Wed, 12 Jul 2006 17:15:56 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/07/12 17:15:56

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/acqui: acqui-home.tmpl 
        koha-tmpl/intranet-tmpl/prog/en/catalogue: detail.tmpl 
                                                   ISBDdetail.tmpl 
                                                   MARCdetail.tmpl 

Log message:
        bull renamed to serials.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl?cvsroot=koha&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl?cvsroot=koha&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/ISBDdetail.tmpl?cvsroot=koha&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl?cvsroot=koha&r1=1.2&r2=1.3

Patches:
Index: acqui/acqui-home.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- acqui/acqui-home.tmpl       20 Jan 2006 16:04:42 -0000      1.3
+++ acqui/acqui-home.tmpl       12 Jul 2006 17:15:55 -0000      1.4
@@ -8,12 +8,10 @@
                You must define a budget in parameters
        <!-- TMPL_ELSE -->
                <form action="/cgi-bin/koha/acqui/order.pl" method="post">
-                       <h2>Start, Recieve, or Modify Any Order</h2>
-                       <p><label for="supplier">Supplier ID or 
Name</label><input type="text" size="25" name="supplier" id="supplier" /></p>
+                       <h2>Start, recieve, or modify any order</h2>
+                       <p><label for="supplier">Supplier ID or 
name</label><input type="text" size="25" name="supplier" id="supplier" />
                        <input type="submit" value="Search" />
-               </form>
-               <form action="histsearch.pl" method="get">
-                       <input type="submit" value="Search Order History" />
+                       </p>
                </form>
        <!-- /TMPL_IF -->
 </div>
@@ -21,7 +19,7 @@
 
 <div id="acqui_acqui_home_currency">
 <!-- TMPL_IF NAME="loop_currency" -->
-       <h2>Exchange Rates</h2>
+       <h2>Exchange rates</h2>
        <form action="/cgi-bin/koha/currency.pl">
        <table>
                <tr>
@@ -52,7 +50,7 @@
 <div id="acqui_acqui_home_suggestions">
        <h2>Pending Suggestions</h2>
                <!-- TMPL_IF name="suggestion" -->
-                       <!--TMPL_VAR NAME="suggestion" --> suggestions waiting 
<a href="/cgi-bin/koha/suggestion/acceptorreject.pl">Manage Suggestions</a>
+                       <!--TMPL_VAR NAME="suggestion" --> suggestions waiting 
<a href="/cgi-bin/koha/suggestion/acceptorreject.pl">Manage suggestions</a>
                <!-- TMPL_ELSE -->
                        <p>No suggestions waiting</p>
                <!-- /TMPL_IF -->
@@ -62,7 +60,7 @@
        <!-- TMPL_IF name="nobudget" -->
                <p>You must define a budget in parameters</p>
        <!-- TMPL_ELSE -->
-       <h2>Budgets and Bookfunds</h2>
+       <h2>Budgets and bookfunds</h2>
        <table>
                <tr>
                        <th>Budgets</th>

Index: catalogue/detail.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- catalogue/detail.tmpl       13 Feb 2006 16:37:57 -0000      1.1
+++ catalogue/detail.tmpl       12 Jul 2006 17:15:56 -0000      1.2
@@ -175,7 +175,7 @@
                        <input type="submit" value="Print" />
                </form>
                <!-- TMPL_IF name="subscriptionsnumber" -->
-               <form action="bull-home.pl?biblionumber=<!-- TMPL_VAR 
NAME="biblionumber" -->">
+               <form action="serials-home.pl?biblionumber=<!-- TMPL_VAR 
NAME="biblionumber" -->">
                        <input type="submit" value="Subscription(s)" />
                </form>
                <!-- /TMPL_IF -->

Index: catalogue/ISBDdetail.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/ISBDdetail.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- catalogue/ISBDdetail.tmpl   13 Feb 2006 16:37:57 -0000      1.1
+++ catalogue/ISBDdetail.tmpl   12 Jul 2006 17:15:56 -0000      1.2
@@ -43,7 +43,7 @@
                        <input type="submit" value="Print" />
                </form>
                <!-- TMPL_IF name="subscriptionsnumber" -->
-               <form action="bull-home.pl?biblionumber=<!-- TMPL_VAR 
NAME="biblionumber" -->">
+               <form action="serials-home.pl?biblionumber=<!-- TMPL_VAR 
NAME="biblionumber" -->">
                        <input type="submit" value="Subscription(s)" />
                </form>
                <!-- /TMPL_IF -->

Index: catalogue/MARCdetail.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- catalogue/MARCdetail.tmpl   13 Mar 2006 23:45:12 -0000      1.2
+++ catalogue/MARCdetail.tmpl   12 Jul 2006 17:15:56 -0000      1.3
@@ -379,7 +379,7 @@
                        <input type="submit" value="Print" />
                </form>
                <!-- TMPL_IF name="subscriptionsnumber" -->
-               <form action="bull-home.pl?biblionumber=<!-- TMPL_VAR 
NAME="biblionumber" -->">
+               <form action="serials-home.pl?biblionumber=<!-- TMPL_VAR 
NAME="biblionumber" -->">
                        <input type="submit" value="Subscription(s)" />
                </form>
                <!-- /TMPL_IF -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]