X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_input.inc;h=588f867c31ddd381387a3c6a90478d6457a6cc24;hb=4e31fd74b18825d8ac35f4a38b96ef33a08c2025;hp=aca6e1deab9db00d1132d20f1178b70617598873;hpb=0a81fcfd59871fdf30e1dddcc8af6d223e815f8b;p=fa-stable.git diff --git a/includes/ui/ui_input.inc b/includes/ui/ui_input.inc index aca6e1de..588f867c 100644 --- a/includes/ui/ui_input.inc +++ b/includes/ui/ui_input.inc @@ -312,6 +312,11 @@ function label_cell($label, $params="", $id=null) return $label; } +function email_cell($label, $params="", $id=null) +{ + label_cell("$label", $params, $id); +} + function amount_cell($label, $bold=false, $params="", $id=null) { if ($bold) @@ -428,6 +433,17 @@ function text_row_ex($label, $name, $size, $max=null, $title=null, $value=null, echo "\n"; } +//----------------------------------------------------------------------------------- +function email_row($label, $name, $value, $size, $max, $title=null, $params="", $post_label="") +{ + text_row("$label", $name, $value, $size, $max, $title, $params, $post_label); +} + +function email_row_ex($label, $name, $size, $max=null, $title=null, $value=null, $params=null, $post_label=null) +{ + text_row_ex("$label", $name, $size, $max, $title, $value, $params, $post_label); +} + //----------------------------------------------------------------------------------- function date_cells($label, $name, $title = null, $init=null, $inc_days=0,