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 se... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se... [rel_3_0]
Date: Tue, 21 Nov 2006 16:39:57 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/11/21 16:39:57

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

Log message:
        fix TMPL_VAR NAME error. (san op #50)\n WARNING: HTML::Template::Pro is 
Case Sensitive !!

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.1&r2=1.5.2.2

Patches:
Index: serials-home.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -b -r1.5.2.1 -r1.5.2.2
--- serials-home.tmpl   30 Oct 2006 10:06:17 -0000      1.5.2.1
+++ serials-home.tmpl   21 Nov 2006 16:39:57 -0000      1.5.2.2
@@ -26,10 +26,10 @@
             <!-- /TMPL_IF -->
             <input type="hidden" name="searched" value="1" />
             <td>
-                <input type="text" size=10 maxlength=11 name="ISSN" 
value="<!-- TMPL_VAR name="ISSN" -->" title="type ISSN here to filter 
subscription">
+                <input type="text" size=10 maxlength=11 name="ISSN_filter" 
value="<!-- TMPL_VAR name="ISSN_filter" -->" title="type ISSN here to filter 
subscription">
             </td>
             <td>
-                <input type="text" size=40 maxlength=40 name="title" 
value="<!-- TMPL_VAR name="title" -->" title="type a title -complete or 
partial- to filter subscription">
+                <input type="text" size=40 maxlength=40 name="title_filter" 
value="<!-- TMPL_VAR name="title_filter" -->" title="type a title -complete or 
partial- to filter subscription">
             </td>
             <td>
                 &nbsp;
@@ -45,8 +45,9 @@
                 <!-- TMPL_ELSE -->
                     <td>
                 <!-- /TMPL_IF -->
-                <!-- TMPL_IF name="ISSN" -->
-                    <a href="serial-issues.pl?biblionumber=<!-- TMPL_VAR 
name="biblionumber" -->" class="button serial" title="Issues history"><!-- 
TMPL_VAR name="ISSN" --></a>
+                <!-- TMPL_IF name="issn" -->
+                    <a href="serial-issues.pl?biblionumber=<!-- TMPL_VAR 
name="biblionumber" -->" class="button serial"
+title="Issues history"><!-- TMPL_VAR name="issn" --></a>
                 <!-- /TMPL_IF -->
                 </td>
                 <!-- TMPL_IF name="toggle" -->




reply via email to

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