Subversion Repositories SmartDukaan

Rev

Rev 5598 | Rev 5614 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5598 Rev 5607
Line 289... Line 289...
289
                                    </p>
289
                                    </p>
290
                    				#if($address.getPhone())
290
                    				#if($address.getPhone())
291
                                    <b>Phone: $address.getPhone() </b>
291
                                    <b>Phone: $address.getPhone() </b>
292
                    				#end
292
                    				#end
293
                                </td>
293
                                </td>
294
            					<td class="delete">
-
 
295
            						<img id="delete_$addressId" class="delete-address" src="/images/Cross_DeleteRow_DEF.png" title="Delete this Address"/>
-
 
296
            					</td>
-
 
297
                            </tr>
294
                            </tr>
298
            		#end
295
            		#end
299
            		#if($shipAddressEmpty!=0)
296
            		#if($shipAddressEmpty!=0)
300
                            <tr><td colspan="2">You do not an shipping address linked to your profile. Please add one.</td></tr>
297
                            <tr><td colspan="2">You do not an shipping address linked to your profile. Please add one.</td></tr>
301
            		#end
298
            		#end