Allow control over white space wrapping of auto-generated SquirrelMail option widgets
[squirrelmail.git] / templates / default / options.tpl
index 17a2b550d791d8d2542765e76bac2561838f2382..03e23d4488d2536bdcddf7f5fcf3b1cca679a39d 100644 (file)
@@ -45,7 +45,7 @@ foreach ($options as $option) {
     foreach ($option['options'] as $opt) {
         if ($opt->type != SMOPT_TYPE_HIDDEN) {
             echo   "<tr>\n" .
-                   " <td class=\"optionName\">\n  ";
+                   " <td class=\"optionName\"" . ($opt->caption_wrap ? '' : ' style="white-space:nowrap"') . ">\n  ";
 
             if ($opt->type == SMOPT_TYPE_BOOLEAN_CHECKBOX
              || $opt->type == SMOPT_TYPE_BOOLEAN) {