1 <a href=
"{$CURRENT_ACTION}action=edit&id=default" onclick=
"top.restoreSession()" class=
"btn btn-default btn-add">
2 {xl t='Add New Partner'|escape:'html'}
5 <table class=
"table table-responsive table-striped">
8 <th>{xl t='Name'|escape:'html'}
</th>
9 <th>{xl t='Sender ID'|escape:'html'}
</th>
10 <th>{xl t='Receiver ID'|escape:'html'}
</th>
11 <th>{xl t='Version'|escape:'html'}
</th>
14 {foreach from=$partners item=partner}
17 <a href=
"{$CURRENT_ACTION}action=edit&x12_partner_id={$partner->id|escape:'html'}" onclick=
"top.restoreSession()">
18 {$partner-
>get_name()|escape:'html'}
21 <td>{$partner-
>get_x12_sender_id()|escape:'html'}
</td>
22 <td>{$partner-
>get_x12_receiver_id()|escape:'html'}
</td>
23 <td>{$partner-
>get_x12_version()|escape:'html'}
</td>
27 <td colspan=
"4">{xl t='No Partners Found'|escape:'html'}
</td>