git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12273
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$result = $this->createWidget_FolderList();
break;
default:
-//FIXME: can we throw an error here instead? either way, we don't want HTML here!
- $result = '<font color="' . $color[2] . '">'
- . sprintf(_("Option Type '%s' Not Found"), $this->type)
- . '</font>';
+ error_box (
+ sprintf(_("Option Type '%s' Not Found"), $this->type)
+ );
}
/* Add the "post script" for this option. */
return ($result);
}
-// vim: et ts=4