We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cf8db commit 2e81497Copy full SHA for 2e81497
inc/form.class.php
@@ -2399,7 +2399,7 @@ public function showAddTargetForm() {
2399
2400
echo '<tr class="line1">';
2401
echo '<td width="15%"><strong>'.__('Name').' <span style="color:red;">*</span></strong></td>';
2402
- echo '<td width="40%"><input type="text" name="name" style="width:100%;" value="" /></td>';
+ echo '<td width="40%"><input type="text" name="name" style="width:100%;" value="" required="required"/></td>';
2403
echo '<td width="15%"><strong>'._n('Type', 'Types', 1).' <span style="color:red;">*</span></strong></td>';
2404
echo '<td width="30%">';
2405
$targetTypes = [];
0 commit comments