File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
library/Notifications/Web/Form Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,14 @@ protected function assemble()
120
120
})
121
121
]
122
122
]
123
- );
123
+ )->addHtml (new HtmlElement (
124
+ 'p ' ,
125
+ new Attributes (['class ' => 'description ' ]),
126
+ new Text ($ this ->translate (
127
+ "Link existing Icinga Web users. Users from external authentication backends "
128
+ . " won't be suggested and must be entered manually. "
129
+ ))
130
+ ));
124
131
125
132
$ defaultChannel = $ this ->createElement (
126
133
'select ' ,
@@ -142,6 +149,14 @@ protected function assemble()
142
149
$ this ->addAddressElements ();
143
150
144
151
$ this ->addHtml ($ defaultChannel );
152
+ $ this ->addHtml (new HtmlElement (
153
+ 'p ' ,
154
+ new Attributes (['class ' => 'description ' ]),
155
+ new Text ($ this ->translate (
156
+ "Contact will be notified via the default channel, when no specific channel is configured "
157
+ . " in a schedule or event rule "
158
+ ))
159
+ ));
145
160
146
161
$ this ->addElement (
147
162
'submit ' ,
You can’t perform that action at this time.
0 commit comments