diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2011-03-10 17:23:42 +0000 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2011-03-10 17:23:42 +0000 |
| commit | a5b3a8f096bb8f70601ebf5fb3692560777fdb6b (patch) | |
| tree | 1ea2f296558420e002b014eb568ee9dd6127ccdc /templates | |
| parent | 01c6fd2fa62de90bd62ff8f44545db1d7ba1c28f (diff) | |
| download | contact-a5b3a8f096bb8f70601ebf5fb3692560777fdb6b.tar.gz contact-a5b3a8f096bb8f70601ebf5fb3692560777fdb6b.tar.bz2 contact-a5b3a8f096bb8f70601ebf5fb3692560777fdb6b.zip | |
Allow xref field to be used for tagging by not using values below '100' to create an active link
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/list_xref_generic.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_xref_generic.tpl b/templates/list_xref_generic.tpl index c6c8881..206a5e4 100644 --- a/templates/list_xref_generic.tpl +++ b/templates/list_xref_generic.tpl @@ -29,7 +29,7 @@ {$pageInfo.$source[xref].source_title|escape} </td> <td> - {if isset($pageInfo.$source[xref].xref) && ($pageInfo.$source[xref].xref <> '') } + {if isset($pageInfo.$source[xref].xref) && $pageInfo.$source[xref].xref <> '' && $pageInfo.$source[xref].xref > 100 } {$pageInfo.$source[xref].xref|escape} {smartlink ititle="Link to" ifile="display_contact.php" ibiticon="icons/accessories-text-editor" content_id=$pageInfo.$source[xref].xref} {else} |
