Import template in existing pads

This commit is contained in:
yflory
2018-03-22 17:01:01 +01:00
parent d4dfbddaa6
commit 0c2987a6d1
4 changed files with 54 additions and 3 deletions

View File

@@ -572,6 +572,9 @@ define([
toolbar.$rightside.append($templateButton);
}
var $importTemplateButton = common.createButton('importtemplate', true, templateObj);
toolbar.$drawer.append($importTemplateButton);
/* add a forget button */
toolbar.$rightside.append(common.createButton('forget', true, {}, function (err) {
if (err) { return; }