[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-userupdate... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Nov 30 22:03:57 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/11/30 21:03:57

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-userupdate.tmpl 

Log message:
	Updating for XHTML compliance

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-userupdate.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.4.4&r2=1.1.4.5

Patches:
Index: opac-userupdate.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-userupdate.tmpl,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -u -b -r1.1.4.4 -r1.1.4.5
--- opac-userupdate.tmpl	3 Oct 2006 14:01:44 -0000	1.1.4.4
+++ opac-userupdate.tmpl	30 Nov 2006 21:03:57 -0000	1.1.4.5
@@ -14,26 +14,26 @@
 
 <p>Please make any necessary changes to your record.  Submitting the form will notify a library staff member, who will make the changes permanent.</p>
 <form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
-<input type="hidden" name="title" value="">
+<input type="hidden" name="title" value="" />
 <div class="form">
 <table>
-<tr><th><label for="surname">Last Name</label></th><td><input id="surname" type="text"  size="25" value="<!-- TMPL_VAR name="surname" -->"  name="surname"></td></tr>
+<tr><th><label for="surname">Last Name</label></th><td><input id="surname" type="text"  size="25" value="<!-- TMPL_VAR name="surname" -->"  name="surname" /></td></tr>
 
-<tr><th><label for="firstname">First Name</label></th><td><input id="firstname" type="text"  size="25" value="<!-- TMPL_VAR name="firstname" -->"  name="firstname"></td></tr>
+<tr><th><label for="firstname">First Name</label></th><td><input id="firstname" type="text"  size="25" value="<!-- TMPL_VAR name="firstname" -->"  name="firstname" /></td></tr>
 
-<tr><th><label for="streetaddress">Mailing Address</label></th><td><input id="streetaddress" type="text"  size="25" value="<!-- TMPL_VAR name="streetaddress" -->"  name="streetaddress"></td></tr>
+<tr><th><label for="streetaddress">Mailing Address</label></th><td><input id="streetaddress" type="text"  size="25" value="<!-- TMPL_VAR name="streetaddress" -->"  name="streetaddress" /></td></tr>
 
-<tr><th><label for="city">City, State</label></th><td><input id="city" type="text"  size="25" value="<!-- TMPL_VAR name="city" -->"  name="city"></td></tr>
+<tr><th><label for="city">City, State</label></th><td><input id="city" type="text"  size="25" value="<!-- TMPL_VAR name="city" -->"  name="city" /></td></tr>
 
-<tr><th><label for="phone">Home Phone</label></th><td><input id="phone" type="text"  size="25" value="<!-- TMPL_VAR name="phone" -->"  name="phone"></td></tr>
+<tr><th><label for="phone">Home Phone</label></th><td><input id="phone" type="text"  size="25" value="<!-- TMPL_VAR name="phone" -->"  name="phone" /></td></tr>
 
-<tr><th><label for="faxnumber">Work/Fax phone</label></th><td><input id="faxnumber"  type="text"  size="25" value="<!-- TMPL_VAR name="faxnumber" -->"  name="faxnumber"></td></tr>
+<tr><th><label for="faxnumber">Work/Fax phone</label></th><td><input id="faxnumber"  type="text"  size="25" value="<!-- TMPL_VAR name="faxnumber" -->"  name="faxnumber" /></td></tr>
 
-<tr><th><label for="emailaddress">E-mail</label></th><td><input id="emailaddress" type="text"  size="40" value="<!-- TMPL_VAR name="emailaddress" -->"  name="emailaddress"></td></tr>
+<tr><th><label for="emailaddress">E-mail</label></th><td><input id="emailaddress" type="text"  size="40" value="<!-- TMPL_VAR name="emailaddress" -->"  name="emailaddress" /></td></tr>
 </table>
 </div>
 <p>Clicking 'Submit Changes' will send an email to a library staff member with the information you've entered.  You will then be returned to your patron record.</p>
-<p><input type="submit" value="Submit Changes" class="submit"></p>
+<p><input type="submit" value="Submit Changes" class="submit" /></p>
 </form>
 
 





More information about the Koha-cvs mailing list