logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[TEP-COMMIT] CVS: catalog/catalog address_book.php,1.56,1.57: msg#00115

Subject: [TEP-COMMIT] CVS: catalog/catalog address_book.php,1.56,1.57
Update of /cvsroot/tep/catalog/catalog
In directory sc8-pr-cvs1:/tmp/cvs-serv19741

Modified Files:
        address_book.php 
Log Message:
Fix an alt tag

Thanks to Marcel van Lieshout for pointing this out!


Index: address_book.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/address_book.php,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- address_book.php    19 May 2003 20:17:49 -0000      1.56
+++ address_book.php    29 May 2003 14:21:49 -0000      1.57
@@ -120,7 +120,7 @@
                 <td><table border="0" width="100%" cellspacing="0" 
cellpadding="2">
                   <tr class="moduleRow" onmouseover="rowOverEffect(this)" 
onmouseout="rowOutEffect(this)" onClick="document.location.href='<?php echo 
tep_href_link(FILENAME_ADDRESS_BOOK_PROCESS, 'edit=' . 
$addresses['address_book_id'], 'SSL'); ?>'">
                     <td class="main"><b><?php echo $addresses['firstname'] . ' 
' . $addresses['lastname']; ?></b><?php if ($addresses['address_book_id'] == 
$customer_default_address_id) echo '&nbsp;<small><i>' . PRIMARY_ADDRESS . 
'</i></small>'; ?></td>
-                    <td class="main" align="right"><?php echo '<a href="' . 
tep_href_link(FILENAME_ADDRESS_BOOK_PROCESS, 'edit=' . 
$addresses['address_book_id'], 'SSL') . '">' . 
tep_image_button('small_edit.gif', SMALL_IMAGE_BUTTON_EDIT) . '</a> <a href="' 
. tep_href_link(FILENAME_ADDRESS_BOOK_PROCESS, 'delete=' . 
$addresses['address_book_id'], 'SSL') . '">' . 
tep_image_button('small_delete.gif', SMALL_IMAGE_BUTTON_EDIT) . '</a>'; ?></td>
+                    <td class="main" align="right"><?php echo '<a href="' . 
tep_href_link(FILENAME_ADDRESS_BOOK_PROCESS, 'edit=' . 
$addresses['address_book_id'], 'SSL') . '">' . 
tep_image_button('small_edit.gif', SMALL_IMAGE_BUTTON_EDIT) . '</a> <a href="' 
. tep_href_link(FILENAME_ADDRESS_BOOK_PROCESS, 'delete=' . 
$addresses['address_book_id'], 'SSL') . '">' . 
tep_image_button('small_delete.gif', SMALL_IMAGE_BUTTON_DELETE) . '</a>'; 
?></td>
                   </tr>
                   <tr>
                     <td colspan="2"><table border="0" cellspacing="0" 
cellpadding="2">



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5


<Prev in Thread] Current Thread [Next in Thread>