diff options
Diffstat (limited to 'templates/list.tpl')
| -rwxr-xr-x | templates/list.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/list.tpl b/templates/list.tpl index 430ad80..fed9c8a 100755 --- a/templates/list.tpl +++ b/templates/list.tpl @@ -14,17 +14,11 @@ <table class="col-xs-12"> <caption>{tr}Available Content{/tr} <span class="total">[ {$listInfo.total_records} ]</span></caption> <tr> - <th class="width2p">{smartlink ititle="Contract" isort="xkey" ihash=$listInfo.ihash|default:''}</th> <th>{smartlink ititle="Title" isort="title" idefault=1 iorder=desc ihash=$listInfo.ihash|default:''}</th> <th>{smartlink ititle="Address" isort="street" ihash=$listInfo.ihash|default:''}</th> </tr> {section name=content loop=$listcontacts} <tr class="first"> - <td class="alignright"> - <a href="display_contact.php?content_id={$listcontacts[content].content_id}" title="ci_{$listcontacts[content].content_id}"> - {$listcontacts[content].xkey} - </a> - </td> <td class="alignleft"> <a href="display_contact.php?content_id={$listcontacts[content].content_id}" title="ci_{$listcontacts[content].content_id}"> {$listcontacts[content].title} |
