[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se... [rel_3_0]

Henri-Damien LAURENT laurenthdl at alinto.com
Wed Dec 6 09:11:38 CET 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Henri-Damien LAURENT <hdl>	06/12/06 08:11:38

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/serials: serials-home.tmpl 

Log message:
	adapting serials-home for routing and Recieving issues

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.5.2.2&r2=1.5.2.3

Patches:
Index: serials-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -b -r1.5.2.2 -r1.5.2.3
--- serials-home.tmpl	21 Nov 2006 16:39:57 -0000	1.5.2.2
+++ serials-home.tmpl	6 Dec 2006 08:11:38 -0000	1.5.2.3
@@ -17,7 +17,11 @@
             <th>
                 Note
             </td>
+            <!-- TMPL_IF NAME="routing" -->
+              <th colspan=3>&nbsp;</th>
+            <!-- TMPL_ELSE -->
             <th colspan=2>&nbsp;</th>
+            <!-- /TMPL_IF -->
         </tr>
         <tr>
             <form action="serials-home.pl" method="post">
@@ -76,7 +80,7 @@
                     <!-- /TMPL_IF -->
                         <a href="routing.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" --><!-- TMPL_UNLESS NAME="routingedit" -->&op=new<!-- /TMPL_UNLESS -->">Routing List</a>
                     </td>
-                <!-- TMPL_ELSE -->
+                <!-- /TMPL_IF -->
                 <!-- TMPL_IF name="toggle" -->
                     <td class="hilighted">
                 <!-- TMPL_ELSE -->
@@ -89,9 +93,8 @@
                 <!-- TMPL_ELSE -->
                     <td>
                 <!-- /TMPL_IF -->
-                    <a href="serials-recieve.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button serial" title="receive issues for this subscription">Receive</a>
+                  <a href="serials-edit.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&amp;serstatus=1">Receive</a>
                 </td>
-                <!-- /TMPL_IF -->
             </tr>
         <!-- /TMPL_LOOP -->
     </table>





More information about the Koha-cvs mailing list