diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2011-01-13 10:48:38 +0000 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2011-01-13 10:48:38 +0000 |
| commit | a53ed0c794e0d687c111c9ceaab635f9f5b6584f (patch) | |
| tree | 950d657f3b83e53b0f33a2eec9a15a1e9ac92546 /templates | |
| parent | c0603e3dbd38502b824e10772e2dd9e0e0ee9531 (diff) | |
| download | contact-a53ed0c794e0d687c111c9ceaab635f9f5b6584f.tar.gz contact-a53ed0c794e0d687c111c9ceaab635f9f5b6584f.tar.bz2 contact-a53ed0c794e0d687c111c9ceaab635f9f5b6584f.zip | |
Break seal processing tidy up. This should be part of callout process, but in case of accidental break a manual re-seal is still required.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/list_xref_generic.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/list_xref_generic.tpl b/templates/list_xref_generic.tpl index 58d5cc8..c6c8881 100644 --- a/templates/list_xref_generic.tpl +++ b/templates/list_xref_generic.tpl @@ -61,7 +61,8 @@ {/if} {if $gBitUser->hasPermission( 'p_contact_update' ) and $source ne 'history' } {if $pageInfo.$source[xref].source eq 'KEY_B' } - {smartlink ititle="Seal" ifile="edit_key_break.php" ibiticon="icons/edit-redo" content_id=$pageInfo.content_id xref_id=$pageInfo.$source[xref].xref_id} + {smartlink ititle="Callout" ifile="edit_key_break.php" ibiticon="icons/edit-redo" expunge=0 content_id=$pageInfo.content_id xref_id=$pageInfo.$source[xref].xref_id} + {smartlink ititle="Reseal" ifile="edit_key_break.php" ibiticon="icons/edit-undo" expunge=2 content_id=$pageInfo.content_id xref_id=$pageInfo.$source[xref].xref_id} {else} {smartlink ititle="Edit" ifile="edit_xref.php" ibiticon="icons/accessories-text-editor" content_id=$pageInfo.content_id xref_id=$pageInfo.$source[xref].xref_id} {/if} |
