aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/category/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/category/update.php')
-rw-r--r--theme/admin/html/category/update.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/theme/admin/html/category/update.php b/theme/admin/html/category/update.php
index fefaa18..d6634a7 100644
--- a/theme/admin/html/category/update.php
+++ b/theme/admin/html/category/update.php
@@ -1,6 +1,10 @@
<main id="main-content">
<h1><i class="fa fa-pencil-square-o"></i><?=$Language->text('update_category')?></h1>
-<p><?=$Language->text('update_category_desc')?></p>
+<p class="actions-before"><?=$Language->text('update_category_desc')?></p>
+<ul class="actions">
+ <li><a href="<?=$CATEGORY['URL']?>" title="<?=$Language->text('select_category')?>"><i class="fa fa-external-link"></i><?=$Language->text('select')?></a></li>
+ <li><a href="<?=Application::getAdminURL("category/delete.php?id={$CATEGORY['ATTR']['ID']}")?>" title="<?=$Language->text('delete_category')?>"><i class="fa fa-trash-o"></i><?=$Language->text('delete')?></a></li>
+</ul>
<?=$HTML?>
</main>