Merge branch 'ticket-payboxAgreement' into develop
This commit is contained in:
commit
5a9c94e694
@ -49,7 +49,7 @@
|
||||
<thead>
|
||||
<th class="item">{l s='Name' mod='paymentinfo'}</th>
|
||||
<th class="item">{l s='Email' mod='paymentinfo'}</th>
|
||||
<th class="item">{l s='City' mod='paymentinfo'}</th>
|
||||
{* <th class="item">{l s='City' mod='paymentinfo'}</th> *}
|
||||
<th class="item">{l s='Date add' mod='paymentinfo'}</th>
|
||||
<th class="item">{l s='Action' mod='paymentinfo'}</th>
|
||||
</thead>
|
||||
@ -57,8 +57,8 @@
|
||||
{foreach from=$paypal_accounts item=paypal name=accounts}
|
||||
<tr class="alternate_item {if $smarty.foreach.accounts.index % 2 == 0}odd{else}even{/if}">
|
||||
<td class="bold">{$paypal.name}</td>
|
||||
<td>{$paypal.email}</td>
|
||||
<td>{$paypal.city}</td>
|
||||
<td >{$paypal.email}</td>
|
||||
{* <td>{$paypal.city}</td> *}
|
||||
<td>{$paypal.date_add|date_format:'d/m/Y'}</td>
|
||||
<td><a onclick="return confirm('{l s='Are you sure?' mod='paymentinfo'}');" href="?delete_agreement={$paypal.id_paypal_agreement}" title="{l s='Delete' mod='paymentinfo'}">{l s='X' mod='paymentinfo'}</a></td>
|
||||
</tr>
|
||||
|
@ -10,33 +10,6 @@
|
||||
<br>
|
||||
{/if}
|
||||
|
||||
<h4 class='subtitle'>{l s='My paypal account' mod='paymentinfo'}</h4>
|
||||
|
||||
{if $paypal_accounts}
|
||||
<table class="std table_skin">
|
||||
<tbody>
|
||||
{foreach from=$paypal_accounts item=paypal}
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$paypal.name}</b>
|
||||
<br />
|
||||
<i>{$paypal.email}</i>
|
||||
<br />
|
||||
{$paypal.city}
|
||||
</td>
|
||||
<td><a onclick="return confirm('{l s='Are you sure?' mod='paymentinfo'}');" href="?delete_agreement={$paypal.id_paypal_agreement}">{l s='Delete' mod='paymentinfo'}</a></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
{else}
|
||||
<div id="block-history" class="block-center">
|
||||
<p class="warning">{l s='No account register' mod='paymentinfo'}</p>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<br />
|
||||
|
||||
<h4 class='subtitle'>{l s='My cards' mod='paymentinfo'}</h4>
|
||||
|
||||
{if $paybox_accounts}
|
||||
@ -46,7 +19,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$paybox.payment_type}</b> - {$paybox.value} {substr_replace($paybox.date,'/',-2,0)}
|
||||
</td>
|
||||
</td>
|
||||
<td><a onclick="return confirm('{l s='Are you sure?' mod='paymentinfo'}');" href="?delete_card={$paybox.id_paybox_card}">{l s='Delete' mod='paymentinfo'}</a></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
@ -60,8 +33,35 @@
|
||||
|
||||
<br />
|
||||
|
||||
<h4 class='subtitle'>{l s='My paypal account' mod='paymentinfo'}</h4>
|
||||
|
||||
{if $paypal_accounts}
|
||||
<table class="std table_skin">
|
||||
<tbody>
|
||||
{foreach from=$paypal_accounts item=paypal}
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$paypal.name}</b>
|
||||
<br />
|
||||
<i>{$paypal.email}</i>
|
||||
<br />
|
||||
{$paypal.city}
|
||||
</td>
|
||||
<td><a onclick="return confirm('{l s='Are you sure?' mod='paymentinfo'}');" href="?delete_agreement={$paypal.id_paypal_agreement}">{l s='Delete' mod='paymentinfo'}</a></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
{else}
|
||||
<div id="block-history" class="block-center">
|
||||
<p class="warning">{l s='No account register' mod='paymentinfo'}</p>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<br />
|
||||
|
||||
<p class="footer_links">
|
||||
<a class="back_account" href="{$link->getPageLink('my-account.php', true)}" class="button">
|
||||
<i class="icon-user"></i><span>{l s='Back to my account' mod='paymentinfo'}</span>
|
||||
</a>
|
||||
</a>
|
||||
</p>
|
Loading…
Reference in New Issue
Block a user