[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members memberentry.tmpl,1.3.2.2,1.3.2.3

Owen Leonard oleonard at users.sourceforge.net
Thu Apr 7 19:06:19 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19056/koha-tmpl/intranet-tmpl/npl/en/members

Modified Files:
      Tag: rel_2_2
	memberentry.tmpl 
Log Message:
Synching with default template

Index: memberentry.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/memberentry.tmpl,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -r1.3.2.2 -r1.3.2.3
*** memberentry.tmpl	17 Feb 2005 21:28:49 -0000	1.3.2.2
--- memberentry.tmpl	7 Apr 2005 17:06:16 -0000	1.3.2.3
***************
*** 49,53 ****
  		<input type="hidden" name="expiry" value="<!-- TMPL_VAR NAME="expiry" -->">
  		<input type="hidden" name="type" value="borrowers">
! 		<input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="member" -->">
  		<input type="hidden" name="updtype" value="<!-- TMPL_VAR NAME="updtype" -->">
  	<input type="hidden" name="actionType" value="<!-- TMPL_VAR NAME="actionType" -->">
--- 49,53 ----
  		<input type="hidden" name="expiry" value="<!-- TMPL_VAR NAME="expiry" -->">
  		<input type="hidden" name="type" value="borrowers">
! 		<input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->">
  		<input type="hidden" name="updtype" value="<!-- TMPL_VAR NAME="updtype" -->">
  	<input type="hidden" name="actionType" value="<!-- TMPL_VAR NAME="actionType" -->">
***************
*** 61,65 ****
  	<!-- TMPL_UNLESS name="institution" --><tr><th><label for="title">Salutation:</label></th><td colspan="4"><!-- TMPL_VAR NAME="Mr" -->
  				<select name="title" id="title">
! 					<option <!-- TMPL_VAR NAME="title_selected_ " --> value=" ">No Title</option>
  					<option value="Miss" <!-- TMPL_VAR NAME="title_Miss" -->>Miss</option>
  					<option value="Mrs" <!-- TMPL_VAR NAME="title_Mrs" -->>Mrs</option>
--- 61,65 ----
  	<!-- TMPL_UNLESS name="institution" --><tr><th><label for="title">Salutation:</label></th><td colspan="4"><!-- TMPL_VAR NAME="Mr" -->
  				<select name="title" id="title">
! 					<option <!-- TMPL_VAR NAME="title_selected_ " --> value="">No Title</option>
  					<option value="Miss" <!-- TMPL_VAR NAME="title_Miss" -->>Miss</option>
  					<option value="Mrs" <!-- TMPL_VAR NAME="title_Mrs" -->>Mrs</option>
***************
*** 84,93 ****
  	<!-- TMPL_UNLESS name="institution" --><tr><th><label for="othernames">Prefered Name:</label></th><td colspan="4"><input type="text" id="othernames" name="othernames" size="20" value="<!-- TMPL_VAR NAME="othernames" -->"></td></tr><!-- /TMPL_UNLESS -->
  
! 	<tr><th>Addresses:</th><td colspan="4"><fieldset><legend>Mailing Address</legend><label for="address"<!-- TMPL_IF NAME="ERROR_address" --> class="focus"<!-- /TMPL_IF -->><a name="address" id="address">Address:</a> </label><input type="text" id="address" name="address" size="25" value="<!-- TMPL_VAR NAME="address" -->"<!-- TMPL_IF NAME="ERROR_address" --> class="focus"<!-- /TMPL_IF -->>
  <br><label for="city"<!-- TMPL_IF NAME="ERROR_city" --> class="focus"<!-- /TMPL_IF -->><a name="#city" id="#city">City, State:</a></label> <input type="text" id="city" name="city" size="20" value="<!-- TMPL_VAR NAME="city" -->"<!-- TMPL_IF NAME="ERROR_city" --> class="focus"<!-- /TMPL_IF -->>
  <br><label for="zipcode">Zip Code:</label> <input type="text" id="zipcode" name="zipcode" size="20" maxlength="20" value="<!-- TMPL_VAR NAME="zipcode" -->"></fieldset>
  
  <fieldset><legend>Street Address (if different)</legend>
! <label for="streetaddress">Address:</label><input type="text" id="streetaddress" name="streetaddress" size="25" value="<!-- TMPL_VAR NAME="streetaddress" -->">
  <br><label for="streetcity">City, State: </label><input type="text" id="streetcity" name="streetcity" size="20" value="<!-- TMPL_VAR NAME="streetcity" -->">
  <br><label for="homezipcode">Zip Code:</label><input type="text" id="homezipcode" name="homezipcode" size="20" maxlength="20" value="<!-- TMPL_VAR NAME="homezipcode" -->">
--- 84,93 ----
  	<!-- TMPL_UNLESS name="institution" --><tr><th><label for="othernames">Prefered Name:</label></th><td colspan="4"><input type="text" id="othernames" name="othernames" size="20" value="<!-- TMPL_VAR NAME="othernames" -->"></td></tr><!-- /TMPL_UNLESS -->
  
! 	<tr><th>Addresses:</th><td colspan="4"><fieldset><legend>Mailing Address</legend><label for="streetaddress"<!-- TMPL_IF NAME="ERROR_address" --> class="focus"<!-- /TMPL_IF -->><a name="address" id="address">Address:</a> </label><input type="text" id="streetaddress" name="streetaddress" size="25" value="<!-- TMPL_VAR NAME="address" -->"<!-- TMPL_IF NAME="ERROR_address" --> class="focus"<!-- /TMPL_IF -->>
  <br><label for="city"<!-- TMPL_IF NAME="ERROR_city" --> class="focus"<!-- /TMPL_IF -->><a name="#city" id="#city">City, State:</a></label> <input type="text" id="city" name="city" size="20" value="<!-- TMPL_VAR NAME="city" -->"<!-- TMPL_IF NAME="ERROR_city" --> class="focus"<!-- /TMPL_IF -->>
  <br><label for="zipcode">Zip Code:</label> <input type="text" id="zipcode" name="zipcode" size="20" maxlength="20" value="<!-- TMPL_VAR NAME="zipcode" -->"></fieldset>
  
  <fieldset><legend>Street Address (if different)</legend>
! <label for="physstreet">Address:</label><input type="text" id="physstreet" name="physstreet" size="25" value="<!-- TMPL_VAR NAME="physstreet" -->">
  <br><label for="streetcity">City, State: </label><input type="text" id="streetcity" name="streetcity" size="20" value="<!-- TMPL_VAR NAME="streetcity" -->">
  <br><label for="homezipcode">Zip Code:</label><input type="text" id="homezipcode" name="homezipcode" size="20" maxlength="20" value="<!-- TMPL_VAR NAME="homezipcode" -->">
***************
*** 118,123 ****
  		</table></div><!-- /TMPL_UNLESS -->
  
- 
- <!-- TMPL_IF NAME="modify" -->
  <div class="table members"><table>
  	<caption>Flags</caption>
--- 118,121 ----
***************
*** 126,130 ****
  				<!-- /TMPL_LOOP -->
  </table></div>
- 			<!-- /TMPL_IF -->
  
  <div class="table members"><table>
--- 124,127 ----





More information about the Koha-cvs mailing list