Add trailing text display to edit list widget types
[squirrelmail.git] / templates / default / edit_list_associative_widget.tpl
index e9196e551f2e4c768793bb1fe62451be09c8c331..4077ed76388deb3d107835b88a5358a1cae6e394 100644 (file)
@@ -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