diff --git a/Theme/Backend/qa-tag-edit.tpl.php b/Theme/Backend/qa-tag-edit.tpl.php deleted file mode 100755 index d641454..0000000 --- a/Theme/Backend/qa-tag-edit.tpl.php +++ /dev/null @@ -1,25 +0,0 @@ -data['tag']; - -/** @var \phpOMS\Views\View $this */ -echo $this->data['nav']->render(); -?> - -
-
- -
-
\ No newline at end of file diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php deleted file mode 100755 index f8628e9..0000000 --- a/Theme/Backend/qa-tag-list.tpl.php +++ /dev/null @@ -1,45 +0,0 @@ -data['nav']->render(); -?> - -
-
-
-
- - - - - - - data['tags'] as $key => $value) : ++$c; - $url = \phpOMS\Uri\UriFactory::build('{/base}/admin/account/view?{?}&id=' . $value->id); ?> - -
getHtml('Badges'); ?>download
getHtml('ID', '0', '0'); ?> - getHtml('Name'); ?> -
-
id; ?> - printHtml($value->name); ?> - - -
getHtml('Empty', '0', '0'); ?> - -
-
-
-
-
\ No newline at end of file