Text area trailing text looks better miniaturized
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 Oct 2008 07:22:08 +0000 (07:22 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 Oct 2008 07:22:08 +0000 (07:22 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13303 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/options.tpl

index 810513bef5236de0afefcd9d585fa5c334ed7573..30c56226dcdce7f3031f635e5025381d1db9e953 100644 (file)
@@ -52,7 +52,7 @@ foreach ($options as $option) {
                 echo '<label for="new_' . $opt->name . '">'
                    . $opt->caption . '</label>';
             } else if ($opt->type == SMOPT_TYPE_TEXTAREA && !empty($opt->trailing_text)) {
-                echo $opt->caption . '<br />' . $opt->trailing_text;
+                echo $opt->caption . '<br /><small>' . $opt->trailing_text . '</small>';
             } else {
                 echo $opt->caption;
             }