refactored import

This commit is contained in:
Sriram Hariharan
2019-08-13 18:20:57 -05:00
parent e4e3898a67
commit fffb49bcdf
5 changed files with 146 additions and 126 deletions

View File

@@ -144,4 +144,13 @@ class Template {
}
}
static Import = class Import {
static button_text_default = "<span style='font-size:small'>Import to </span><b>UT Reg Plus<b>";
static import_button() {
return `<button class='matbut' id='import' style='margin:20px 0px 20px 0px;'>${this.button_text_default}</button><br>`;
}
}
}