Skip to content

Commit

Permalink
feat(wizard): handle GLPI's impersonate feature
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jul 9, 2020
1 parent 342296d commit 9cd0c8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/wizard.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ public static function header($title) {
}
echo '<div class="plugin_formcreator_container '.$toggle_menu.'">';

Html::displayImpersonateBanner();

// menu toggle (responsive mode)
echo "<input type='checkbox' id='formcreator-toggle-nav-responsive'>";
echo "<label for='formcreator-toggle-nav-responsive' class='formcreator-nav-button'></label>";
Expand Down

0 comments on commit 9cd0c8b

Please sign in to comment.