diff options
Diffstat (limited to 'UI/Contact/contact.html')
-rw-r--r-- | UI/Contact/contact.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index 68a14a05..2f1e7d09 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -533,6 +533,15 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> </div> <div> <?lsmb PROCESS input element_data = { + label = text('Description:'), + name = "description" + value = description + type = "text" + size = "20" + } #' ?> + </div> + <div> + <?lsmb PROCESS input element_data = { label = text('Contact Info:'), name = "contact" value = contact |