mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Now the name input field has validation for the required property
This commit is contained in:
parent
c5b84f1d2b
commit
b45aa94e02
@ -55,7 +55,7 @@ $table->style[0] = 'font-weight: bold; vertical-align: top;';
|
||||
|
||||
$table->data['name'][0] = __('Name');
|
||||
$table->data['name'][1] = html_print_input_text('name', $reportName,
|
||||
__('Name'), 80, 100, true);
|
||||
__('Name'), 80, 100, true, false, true);
|
||||
|
||||
$table->data['group'][0] = __('Group');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user