Some browswers were not putting cursor at beginning of message body after focus
[squirrelmail.git] / templates / default / edit_list_associative_widget.tpl
index 3934ee0afb3b647009e93635552b3b86aa24f580..ecc971446110497261c73c79ad5f9b981350aa93 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-2016 The SquirrelMail Project Team
+  * @copyright 1999-2019 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