Skip to content

Commit

Permalink
(MT #6021-6022)update othername, B_email and B_phone display on morem…
Browse files Browse the repository at this point in the history
…ember.tmpl
  • Loading branch information
Stéphane Delaune authored and clrh committed Mar 11, 2011
1 parent a91cb6c commit 734f8c9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ $(document).ready(function() {

<div id="patron-information">

<!-- TMPL_UNLESS NAME="I" --><!-- TMPL_IF NAME="othernames" -->&ldquo;<!-- TMPL_VAR NAME="othernames" -->&rdquo;<!-- /TMPL_IF -->
<!-- TMPL_UNLESS NAME="I" --><!-- TMPL_IF NAME="othernames" -->Other name : <!-- TMPL_VAR NAME="othernames" --><!-- /TMPL_IF -->

<p class="address">
<!-- TMPL_VAR NAME="address" --><br />
Expand Down Expand Up @@ -428,7 +428,9 @@ $(document).ready(function() {
<li><span class="label">Address 2: </span><!-- TMPL_VAR NAME="B_address2" --></li>
<li><span class="label">City, State: </span><!-- TMPL_VAR NAME="B_city" --></li>
<li><span class="label">Zip/Postal Code: </span><!-- TMPL_VAR NAME="B_zipcode" --></li>
<li><span class="label">Country: </span><!-- TMPL_VAR NAME="B_country" --></li></ol></div>
<li><span class="label">Country: </span><!-- TMPL_VAR NAME="B_country" --></li></ol>
<li><span class="label">Phone: </span><!-- TMPL_VAR NAME="B_phone" --></li></ol>
<li><span class="label">Email: </span><!-- TMPL_VAR NAME="B_email" --></li></ol></div>
<!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS -->
<!-- TMPL_IF NAME="C" -->
<div class="rows"> <ol><li><span class="label">Surname: </span><!-- TMPL_VAR NAME="contactname" --></li>
Expand Down

0 comments on commit 734f8c9

Please sign in to comment.