Move help button in drawer and fix drawer style

This commit is contained in:
yflory
2018-02-28 17:59:27 +01:00
parent 753b7550ca
commit 2c90cb5907
8 changed files with 45 additions and 12 deletions

View File

@@ -1200,7 +1200,7 @@ define([
var helpMenu = common.createHelpMenu();
$('#cp-app-poll-form').prepend(helpMenu.menu);
$rightside.append(helpMenu.button);
$drawer.append(helpMenu.button);
var setHTML = function (e, html) {
e.innerHTML = html;
return e;