We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c23985 commit f201f37Copy full SHA for f201f37
1 file changed
inc/form_profile.class.php
@@ -79,7 +79,7 @@ static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtem
79
public static function showForForm(CommonDBTM $item, $withtemplate = '') {
80
global $DB, $CFG_GLPI;
81
82
- echo "<form name='notificationtargets_form' id='notificationtargets_form'
+ echo "<form name='form_profiles_form' id='form_profiles_form'
83
method='post' action=' ";
84
echo Toolbox::getItemTypeFormURL(__CLASS__)."'>";
85
echo "<table class ='tab_cadre_fixe'>";
0 commit comments