We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067902f commit 9a55cbdCopy full SHA for 9a55cbd
front/formanswer.php
@@ -43,7 +43,12 @@
43
if (Session::getCurrentInterface() == 'helpdesk') {
44
Html::helpHeader(__('Service catalog', 'formcreator'));
45
} else {
46
- Html::header(__('Service catalog', 'formcreator'));
+ Html::header(
47
+ __('Form Creator', 'formcreator'),
48
+ '',
49
+ 'admin',
50
+ PluginFormcreatorForm::class
51
+ );
52
}
53
54
Search::show(PluginFormcreatorCommon::getFormanswerItemtype());
front/issue.php
@@ -46,7 +46,7 @@
__('Service catalog', 'formcreator'),
'',
'admin',
- PluginFormcreatorIssue::class,
);
0 commit comments