Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/views/popup.service.time.edit.php')
-rw-r--r--ui/app/views/popup.service.time.edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/views/popup.service.time.edit.php b/ui/app/views/popup.service.time.edit.php
index 897cbf206b3..a6158567955 100644
--- a/ui/app/views/popup.service.time.edit.php
+++ b/ui/app/views/popup.service.time.edit.php
@@ -31,7 +31,7 @@ $form = (new CForm())
->addItem(getMessages());
// Enable form submitting on Enter.
-$form->addItem((new CInput('submit'))->addStyle('display: none;'));
+$form->addItem((new CInput('submit', null))->addStyle('display: none;'));
$form_grid = (new CFormGrid())
->addClass(CFormGrid::ZBX_STYLE_FORM_GRID_LABEL_WIDTH_FIXED)