diff --git a/ext/alias_editor/theme.php b/ext/alias_editor/theme.php index d71d43c7..c92f9f3f 100644 --- a/ext/alias_editor/theme.php +++ b/ext/alias_editor/theme.php @@ -57,6 +57,9 @@ class AliasEditorTheme extends Themelet { $add

Download as CSV

+ "; + + $bulk_html = "
@@ -67,6 +70,9 @@ class AliasEditorTheme extends Themelet { $page->set_heading("Alias List"); $page->add_block(new NavBlock()); $page->add_block(new Block("Aliases", $html)); + if($is_admin) { + $page->add_block(new Block("Bulk Upload", $bulk_html, "main", 51)); + } } } ?>