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/members me...


From: Chris Cormack
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/members me...
Date: Tue, 23 May 2006 23:52:31 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Chris Cormack <address@hidden>  06/05/23 23:52:31

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/members: memberentryI.tmpl 

Log message:
        Fixing a couple of syntax errors

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:1.1 
koha/koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:1.2
--- koha/koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl:1.1  Fri Apr 
14 09:35:22 2006
+++ koha/koha-tmpl/intranet-tmpl/prog/en/members/memberentryI.tmpl      Tue May 
23 23:52:31 2006
@@ -343,12 +343,12 @@
                <input type="hidden" name="address"  value="<!-- TMPL_VAR 
NAME="address" -->">
                <input type="hidden" name="address2"  value="<!-- TMPL_VAR 
NAME="address2" -->">        
                <input type="hidden" name="zipcode"  value="<!-- TMPL_VAR 
NAME="zipcode" -->">  
-               <input type="hidden" name="city"  value="<!-- TMPL_VAR 
NAME="city" -->
+               <input type="hidden" name="city"  value="<!-- TMPL_VAR 
NAME="city" -->">
                <input type="hidden" name="branchcode"  value="<!-- TMPL_VAR 
NAME="branchcode" -->">
                <input type="hidden" name="phonepro" value="<!-- TMPL_VAR 
NAME="phonepro" -->" >
                <input type="hidden" name="emailpro" value="<!-- TMPL_VAR 
NAME="emailpro" -->" >
                <textarea style="display:none;" name="contactnotes" cols="70" 
rows="3"  ><!-- TMPL_VAR NAME="contactnotes" --></textarea>
-               <input type="hidden" name="fax"   value="<!-- TMPL_VAR 
NAME="fax" -->"
+               <input type="hidden" name="fax" value="<!-- TMPL_VAR NAME="fax" 
-->">
                
                <!-- TMPL_IF NAME="opadd" -->
                        <input type="hidden" name="op" value="add">




reply via email to

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