Happy New Year
[squirrelmail.git] / templates / default / edit_list_widget_list_style.tpl
index 7363f82c7f9a8512603e60aef7dbc8737681f905..bb24457c63ca89e52635164de697925803d4601e 100644 (file)
@@ -23,7 +23,7 @@
   *                             the select widget
   * mixed    $current_value     The currently selected value(s)
   *
-  * @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
@@ -40,6 +40,8 @@ echo '<table class="table2" cellspacing="0"><tr><td>';
 
 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 '<table class="table_messageList" cellspacing="0">';