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/serials la...


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials la...
Date: Wed, 12 Jul 2006 14:02:42 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/07/12 14:02:41

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/serials: lateissues.tmpl 
                                                 receipt-search-result.tmpl 
                                                 serials-home.tmpl 
                                                 statecollection.tmpl 

Log message:
        statecollection.pl renamed to serials-recieve.pl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/lateissues.tmpl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/receipt-search-result.tmpl?cvsroot=koha&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/statecollection.tmpl?cvsroot=koha&r1=1.1&r2=1.2

Patches:
Index: lateissues.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/lateissues.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- lateissues.tmpl     12 Jul 2006 12:25:31 -0000      1.2
+++ lateissues.tmpl     12 Jul 2006 14:02:41 -0000      1.3
@@ -28,7 +28,7 @@
                                <td class="hilighted"><!-- TMPL_VAR 
name="planneddate" --></td>
                                <td class="hilighted">
                                        <a 
href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->">Detail</a>
-                                       <a 
href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->">Recieve</a>
+                                       <a 
href="serials-recieve.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->">Recieve</a>
                                </td>
                        <!-- TMPL_ELSE -->
                                <td><!-- TMPL_VAR name="Title" --></td>
@@ -36,7 +36,7 @@
                                <td><!-- TMPL_VAR name="planneddate" --></td>
                                <td>
                                        <a 
href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->">Detail</a>
-                                       <a 
href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->">Recieve</a>
+                                       <a 
href="serials-recieve.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->">Recieve</a>
                                </td>
                        <!-- /TMPL_IF -->
                </tr>

Index: receipt-search-result.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/receipt-search-result.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- receipt-search-result.tmpl  12 Jul 2006 12:39:19 -0000      1.1
+++ receipt-search-result.tmpl  12 Jul 2006 14:02:41 -0000      1.2
@@ -39,7 +39,7 @@
                                                        <img src="<!-- TMPL_VAR 
NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/fileopen.png"  
width="32" hspace="0" vspace="0" border="0" alt="Authority number <!-- TMPL_VAR 
name="authid" -->" title="Serial number<!-- TMPL_VAR name="subscriptionid" -->">
                                                </a> </div>
                                        </td>
-       <td><div align="center"><a href="statecollection.pl?subscriptionid=<!-- 
TMPL_VAR name="subscriptionid" -->&serial=<!-- TMPL_VAR name="serial" -->"> 
+       <td><div align="center"><a href="serials-recieve.pl?subscriptionid=<!-- 
TMPL_VAR name="subscriptionid" -->&serial=<!-- TMPL_VAR name="serial" -->">
 
                                                        <img src="<!-- TMPL_VAR 
NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/Fleche.jpg"  
width="32" hspace="0" vspace="0" border="0" alt="Subscribtion serial<!-- 
TMPL_VAR name="subscriptionid" -->" title="Serial number<!-- TMPL_VAR 
name="subscriptionid" -->">
 

Index: serials-home.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- serials-home.tmpl   12 Jul 2006 12:21:49 -0000      1.2
+++ serials-home.tmpl   12 Jul 2006 14:02:41 -0000      1.3
@@ -72,7 +72,7 @@
                                <!-- TMPL_ELSE -->
                                        <td>
                                <!-- /TMPL_IF -->
-                                       <a 
href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->" class="button serial" title="receive issues for this 
subscription">Receive</a>
+                                       <a 
href="serials-recieve.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->" class="button serial" title="receive issues for this 
subscription">Receive</a>
                                </td>
                        </tr>
                <!-- /TMPL_LOOP -->

Index: statecollection.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/statecollection.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- statecollection.tmpl        12 Jul 2006 12:28:38 -0000      1.1
+++ statecollection.tmpl        12 Jul 2006 14:02:41 -0000      1.2
@@ -11,7 +11,7 @@
 
 <div id="bloc25">
 <h2 class="serial">waited or late numbers</h2>
-       <form method="post" name="f" action="statecollection.pl">
+       <form method="post" name="f" action="serials-recieve.pl">
                <input type="hidden" name="op" value="modserialstatus">
                <input type="hidden" name="serial" value="<!-- TMPL_VAR 
name="serial" -->">
                <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR 
name="subscriptionid" -->">
@@ -108,7 +108,7 @@
 
 <div id="bloc25">
        <h2 class="serial">Subscription summary</h2>
-       <form method="post" name="f" action="statecollection.pl">
+       <form method="post" name="f" action="serials-recieve.pl">
                <input type="hidden" name="op" value="modsubscriptionhistory">
                <input type="hidden" name="serial" value="<!-- TMPL_VAR 
name="serial" -->">
                <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR 
name="subscriptionid" -->">




reply via email to

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