git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12878
7612ce4b-ef26-0410-bec9-
ea0150e637f0
*/
function createWidget_Boolean() {
- global $oTemplate;
- $nbsp = $oTemplate->fetch('non_breaking_space.tpl');
+ global $oTemplate, $nbsp;
/* Build the yes choice. */
$yes_option = addRadioBox('new_' . $this->name, ($this->value != SMPREF_NO), SMPREF_YES, array_merge(array('id' => 'new_' . $this->name . '_yes'), $this->aExtraAttribs)) . $nbsp . create_label(_("Yes"), 'new_' . $this->name . '_yes');