Add trailing text display to edit list widget types
[squirrelmail.git] / templates / default / edit_list_widget.tpl
index 6fa46b3ffde2ac14b0bfe625586017bb3f07409b..4c2c01b2e56e0a8aa0a9942a1b994d449412d5ca 100644 (file)
@@ -38,6 +38,8 @@ extract($t);
 
 if ($use_input_widget) 
     echo _("Add") . '&nbsp;' . $input_widget . '<br />';
+if (!empty($trailing_text))
+    echo ($trailing_text_small ? '<small>' : '') . ($trailing_text_is_html ? $trailing_text : sm_encode_html_special_chars($trailing_text)) . ($trailing_text_small ? '</small>' : '') . '<br />';
 
 echo $select_widget;