X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Foptions.tpl;h=810513bef5236de0afefcd9d585fa5c334ed7573;hp=03e23d4488d2536bdcddf7f5fcf3b1cca679a39d;hb=cb78a4d9262e233ccdd0a81980ee54ba8946c673;hpb=a3e8f2fe5d2350a6a8ab4543b5e9020ae7309125 diff --git a/templates/default/options.tpl b/templates/default/options.tpl index 03e23d44..810513be 100644 --- a/templates/default/options.tpl +++ b/templates/default/options.tpl @@ -51,6 +51,8 @@ foreach ($options as $option) { || $opt->type == SMOPT_TYPE_BOOLEAN) { echo ''; + } else if ($opt->type == SMOPT_TYPE_TEXTAREA && !empty($opt->trailing_text)) { + echo $opt->caption . '
' . $opt->trailing_text; } else { echo $opt->caption; }