Happy New Year
[squirrelmail.git] / templates / default / edit_list_widget_list_style.tpl
index b0bd583f297167c5715c3ef31917b45112616ce3..db2329b23a5c65398bfe426b19b9df2c9f943168 100644 (file)
@@ -23,7 +23,7 @@
   *                             the select widget
   * mixed    $current_value     The currently selected value(s)
   *
-  * @copyright 1999-2016 The SquirrelMail Project Team
+  * @copyright 1999-2018 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">';