git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14720
7612ce4b-ef26-0410-bec9-
ea0150e637f0
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
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
if ($use_input_widget)
echo _("Add") . ' ' . $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;
if ($use_input_widget)
echo _("Add") . ' ' . $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">';