|
|
@ -79,7 +79,7 @@ $OUTPUT->send('responseedit');
|
|
|
|
|
|
|
|
|
|
|
|
function rcube_response_form($attrib)
|
|
|
|
function rcube_response_form($attrib)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
global $RCMAIL, $OUTPUT, $RESPONSE_RECORD;
|
|
|
|
global $RCMAIL, $RESPONSE_RECORD;
|
|
|
|
|
|
|
|
|
|
|
|
// Set form tags and hidden fields
|
|
|
|
// Set form tags and hidden fields
|
|
|
|
$disabled = !empty($RESPONSE_RECORD['static']);
|
|
|
|
$disabled = !empty($RESPONSE_RECORD['static']);
|
|
|
@ -91,7 +91,6 @@ function rcube_response_form($attrib)
|
|
|
|
$out = "$form_start\n";
|
|
|
|
$out = "$form_start\n";
|
|
|
|
|
|
|
|
|
|
|
|
$table = new html_table(array('cols' => 2));
|
|
|
|
$table = new html_table(array('cols' => 2));
|
|
|
|
$label = $RCMAIL->gettext('responsename');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$table->add('title', html::label('ffname', rcube::Q($RCMAIL->gettext('responsename'))));
|
|
|
|
$table->add('title', html::label('ffname', rcube::Q($RCMAIL->gettext('responsename'))));
|
|
|
|
$table->add(null, rcube_output::get_edit_field('name', $RESPONSE_RECORD['name'],
|
|
|
|
$table->add(null, rcube_output::get_edit_field('name', $RESPONSE_RECORD['name'],
|
|
|
|