Skip to content

Commit

Permalink
Added close.gif to sitefaq and fixed label for checkbox in MailForm w…
Browse files Browse the repository at this point in the history
…idgets
  • Loading branch information
Semias committed Feb 7, 2012
1 parent d7b5730 commit 36bfc74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added inc/app/sitefaq/pix/close.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion saf/lib/MailForm/Widget/Checkbox.php
Expand Up @@ -443,7 +443,7 @@ function display ($generate_html = 0) {
} else {
$selected = '';
}
$data .= '<input type="checkbox" name="' . $this->name . '[]" value="' . htmlentities_compat ($value, ENT_COMPAT, $intl->charset) . '"' . $selected . ' ' . $this->extra . ' /><label for="' . $this->name . '[]">' . $display . '</label><br />' . "\n";
$data .= '<input type="checkbox" id="' . $this->name . '[]" name="' . $this->name . '[]" value="' . htmlentities_compat ($value, ENT_COMPAT, $intl->charset) . '"' . $selected . ' ' . $this->extra . ' /><label for="' . $this->name . '[]">' . $display . '</label><br />' . "\n";
}
return $data;
}
Expand Down

0 comments on commit 36bfc74

Please sign in to comment.