Hi Paul,

There are, I believe, a couple of bugs in this patch, Firstname is
duplicated for one. Also, could you re-submit with a better patch
message, I'm not sure what this is being 'synched' with. What script are
you using as the base for patron display?

Cheers,

Josh

On Wed, Jun 11, 2008 at 06:27:26PM +0200, [EMAIL PROTECTED] wrote:
> From: Paul POULAIN <[EMAIL PROTECTED]>
> 
> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl 
> b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl
> index 29c0b55..d86d46a 100644
> --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl
> +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl
> @@ -290,30 +290,24 @@ if (nodename =="barcodes[]"){
>   
>   <div id="patron-alternate-address" style="padding-top: 1em;">
>      <h3>Alternate Address</h3>
> -    <!-- TMPL_UNLESS NAME="I"-->
> -      <!-- TMPL_UNLESS NAME="C"-->
> -  <p><!-- TMPL_VAR NAME="B_address" --><br />
> -      <!-- TMPL_VAR NAME="B_city" --><br />
> -      <!-- TMPL_VAR NAME="B_zipcode" --></p>
> -  <!-- /TMPL_UNLESS -->
> -    <!-- /TMPL_UNLESS -->
> -     <!-- TMPL_IF NAME="C" -->
> -   <div class="rows"> <ol><li><span class="label">Name: </span><!-- TMPL_VAR 
> NAME="contactname" --></li>
> -    <li><span class="label">Firstname: </span><!-- TMPL_VAR NAME="firstname" 
> --></li>    
> -    <li><span class="label">Phone: </span><!-- TMPL_VAR NAME="phone" --></li>
> -    <li><span class="label">Email: </span><!-- TMPL_VAR NAME="email" --></li>
> -    <li><span class="label">Relationship: </span><!-- TMPL_VAR 
> NAME="relationship" --></li></ol></div>
> -   <!-- /TMPL_IF -->
> +   <div class="rows"> <ol>
> +    <li><span class="label">Address1: </span><!-- TMPL_VAR NAME="B_address" 
> --></li>
> +     <li><span class="label">City,State: </span><!-- TMPL_VAR NAME="B_city" 
> --></li>
> +     <li><span class="label">Zip/Post Code: </span><!-- TMPL_VAR 
> NAME="B_zipcode" --></li>
> +    <li><span class="label">Phone: </span><!-- TMPL_VAR NAME="B_phone" 
> --></li>
> +    <li><span class="label">email: </span><!-- TMPL_VAR NAME="B_email" 
> --></li>
> +    <li><span class="label">Contact note: </span><!-- TMPL_VAR 
> NAME="contactnote" --></li></ol></div>
>  </div>
>  
>   <div id="patron-alternative-contact" style="padding-top: 1em;">
>   <h3>Alternative Contact</h3>        
>     <div class="rows"> <ol><li><span class="label">Surname: </span><!-- 
> TMPL_VAR NAME="altcontactsurname" --></li>
>      <li><span class="label">Firstname: </span><!-- TMPL_VAR 
> NAME="altcontactfirstname" --></li>    
> +    <li><span class="label">Firstname: </span><!-- TMPL_VAR 
> NAME="altcontactfirstname" --></li>    
>      <li><span class="label">Address1: </span><!-- TMPL_VAR 
> NAME="altcontactaddress1" --></li>
>      <li><span class="label">Address2: </span><!-- TMPL_VAR 
> NAME="altcontactaddress2" --></li>
> -     <li><span class="label">City,State: </span><!-- TMPL_VAR 
> NAME="altcontactaddress3" --></li>
> -     <li><span class="label">Zip/Post Code: </span><!-- TMPL_VAR 
> NAME="altcontactzipcode" --></li>
> +    <li><span class="label">City,State: </span><!-- TMPL_VAR 
> NAME="altcontactaddress3" --></li>
> +    <li><span class="label">Zip/Post code: </span><!-- TMPL_VAR 
> NAME="altcontactzipcode" --></li>
>      <li><span class="label">Phone: </span><!-- TMPL_VAR 
> NAME="altcontactphone" --></li></ol></div>
>  </div>
>  <div class="action"><a 
> href="memberentry.pl?op=modify&amp;borrowernumber=<!-- TMPL_VAR 
> NAME="borrowernumber" -->&amp;step=2">Edit</a></div>
> -- 
> 1.5.3.2
> 
> _______________________________________________
> Koha-patches mailing list
> [email protected]
> http://lists.koha.org/mailman/listinfo/koha-patches
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to