summaryrefslogtreecommitdiffstats
path: root/template/admin/html/post/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/admin/html/post/item.php')
-rw-r--r--template/admin/html/post/item.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/admin/html/post/item.php b/template/admin/html/post/item.php
index 6707e81..03657b5 100644
--- a/template/admin/html/post/item.php
+++ b/template/admin/html/post/item.php
@@ -20,9 +20,9 @@
<footer>
<ul>
- <li><a href="<?=$POST['URL']?>" target="_blank" title="<?=$Language->text('select_post')?>"><i class="fa fa-external-link"></i></a></li>
- <li><a href="<?=Application::getAdminURL("post/update.php?id={$POST['ATTR']['ID']}")?>" title="<?=$Language->text('update_post')?>"><i class="fa fa-pencil-square-o"></i></a></li>
- <li><a href="<?=Application::getAdminURL("post/delete.php?id={$POST['ATTR']['ID']}")?>" title="<?=$Language->text('delete_post')?>"><i class="fa fa-trash-o"></i></a></li>
+ <li><a href="<?=$POST['URL']?>" target="_blank" title="<?=$Language->text('select_post')?>"><i class="fa fa-external-link"></i><span class="hidden"><?=$Language->text('select_post')?></span></a></li>
+ <li><a href="<?=Application::getAdminURL("post/update.php?id={$POST['ATTR']['ID']}")?>" title="<?=$Language->text('update_post')?>"><i class="fa fa-pencil-square-o"></i><span class="hidden"><?=$Language->text('update_post')?></span></a></li>
+ <li><a href="<?=Application::getAdminURL("post/delete.php?id={$POST['ATTR']['ID']}")?>" title="<?=$Language->text('delete_post')?>"><i class="fa fa-trash-o"></i><span class="hidden"><?=$Language->text('delete_post')?></span></a></li>
</ul>
</footer>
</article> \ No newline at end of file