diff options
Diffstat (limited to 'UI/Contact/contact.html')
-rw-r--r-- | UI/Contact/contact.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index 3a8d27b3..311660b8 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -152,6 +152,11 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> value = entity_id } ?> <?lsmb PROCESS input element_data = { + type = "hidden" + name = "account_class" + value = account_class + } ?> + <?lsmb PROCESS input element_data = { label = text('Name:'), type= "text", name = "name", @@ -289,6 +294,14 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> label = text('Business Type:') #' } ?> </td> + <td> <?lsmb INCLUDE input element_data = { + name = "threshold" + value = threshold + type = "text" + size = "20" + label = text('Threshold') + class = "numeric" + } ?> </tr> </table> |