diff options
Diffstat (limited to 'UI/Contact/contact.html')
-rw-r--r-- | UI/Contact/contact.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index ac00cb72..c061ac52 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -678,6 +678,14 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> text = text('Save Contact'), class = "submit" } #' ?> + <?lsmb IF contact.defined ?> + <?lsmb PROCESS button element_data = { + name = "action", + value = "save_contact_new", + text = text('Save As New'), + class = "submit" + } #' ?> + <?lsmb END # IF old_contact.defined ?> </div> </form> |