|
:
|
config) && isset($this->config->title)) {
$thistitle = $this->config->title;
}
echo '';
?>
|
( )
|
|
:
|
config) && isset($this->config->linktext)) {
$thistext = $this->config->linktext;
}
echo '';
?>
|
( )
|
|
:
|
config) && isset($this->config->displaytype)) {
$selected = $this->config->displaytype;
} else {
if (! isset($CFG->block_contact_form_display_type) ) {
$CFG->block_contact_form_display_type = '0';
}
$selected = $CFG->block_contact_form_display_type;
}
$options = array ( '0' => get_string('displayasabutton', 'block_contact_form'),
'1' => get_string('displayasalink', 'block_contact_form') );
choose_from_menu ($options, 'displaytype', $selected);
?>
|
|
|
:
|
|
|
block_contact_form_allowinstance_cc) and $CFG->block_contact_form_allowinstance_cc){
?>
|
:
|
id] = fullname($aUser);
}
}
choose_from_menu ($usersmenu, 'instance_cc', @$this->config->instance_cc);
helpbutton('instance_cc', get_string('instance_cc', 'block_contact_form'), 'block_contact_form', true, false);
?>
|
|
|
|
|
|