mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
13156-Change Contact & Other fields text
This commit is contained in:
parent
6c0565b0db
commit
6b0eca48b2
@ -261,12 +261,12 @@ $table->data[3][1] = html_print_label_input_block(
|
||||
|
||||
$table->data[4][0] = html_print_label_input_block(
|
||||
__('Contact').ui_print_help_tip(__('Contact information accessible through the _groupcontact_ macro'), true),
|
||||
html_print_textarea('contact', 4, 40, $contact, "class='min-height-0px'", true)
|
||||
html_print_input_text('contact', $contact, '', false, '', true)
|
||||
);
|
||||
|
||||
$table->data[4][1] = html_print_label_input_block(
|
||||
__('Other').ui_print_help_tip(__('Information accessible through the _group_other_ macro'), true),
|
||||
html_print_textarea('other', 4, 40, $other, "class='min-height-0px'", true)
|
||||
html_print_input_text('other', $other, '', false, '', true)
|
||||
);
|
||||
|
||||
$table->data[5][0] = html_print_label_input_block(
|
||||
|
Loading…
x
Reference in New Issue
Block a user