Happy New Year
[squirrelmail.git] / templates / default / edit_list_associative_widget.tpl
index 57c424a880f7be694306ad88baf685d6eab1502c..ae1a5b9410c0abb8acf40f29ee65b48e708499eb 100644 (file)
@@ -38,7 +38,7 @@ FIXME: which inputs to use $aAttribs for? currently only the <select> tag
   * string   $trailing_text      Any text given by the caller to be displayed
   *                              after the edit list input
   *
-  * @copyright 1999-2014 The SquirrelMail Project Team
+  * @copyright 1999-2020 The SquirrelMail Project Team
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
   * @version $Id$
   * @package squirrelmail
@@ -84,6 +84,8 @@ if ($use_input_widget) {
     else
         echo $input_value_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 />';
 
 
 // Construct the select input showing all current values in the list