aboutsummaryrefslogtreecommitdiffstats
path: root/template/admin/html/post/index.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-11-02 23:55:29 +0100
committerThomas Lange <code@nerdmind.de>2017-11-02 23:55:29 +0100
commit29ead287180d2bc21cc5a5e70298827e1970aee3 (patch)
tree20192bceabf50c60a5f211b7839b53ebb314a686 /template/admin/html/post/index.php
parent0f2c5a5496cadafaf6b6a20b6f52b654c8291354 (diff)
downloadblog-29ead287180d2bc21cc5a5e70298827e1970aee3.tar.gz
blog-29ead287180d2bc21cc5a5e70298827e1970aee3.tar.xz
blog-29ead287180d2bc21cc5a5e70298827e1970aee3.zip
A new action link has been added to the item overview pages and the CSS was optimized to give them a new look.
Diffstat (limited to 'template/admin/html/post/index.php')
-rw-r--r--template/admin/html/post/index.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/template/admin/html/post/index.php b/template/admin/html/post/index.php
index 1ae8471..f884b05 100644
--- a/template/admin/html/post/index.php
+++ b/template/admin/html/post/index.php
@@ -1,8 +1,9 @@
-<h1>
- <i class="fa fa-newspaper-o"></i><?=$Language->text('post_overview')?>
- <a class="brackets" href="<?=Application::getAdminURL("post/insert.php")?>"><?=$Language->text('insert')?></a>
-</h1>
-<p><?=$Language->text('overview_post_desc')?></p>
+<h1><i class="fa fa-newspaper-o"></i><?=$Language->text('post_overview')?></h1>
+<p class="actions-before"><?=$Language->text('overview_post_desc')?></p>
+<ul class="actions">
+ <li><a href="<?=Application::getAdminURL('post/insert.php')?>" title="<?=$Language->text('insert_post')?>"><i class="fa fa-pencil-square-o"></i><?=$Language->text('insert')?></a></li>
+ <li><a href="<?=Application::getAdminURL('post/search.php')?>" title="<?=$Language->text('search_post')?>"><i class="fa fa-search"></i><?=$Language->text('search')?></a></li>
+</ul>
<div class="item-container post">
<?php foreach($LIST['POSTS'] as $post): ?>