summaryrefslogtreecommitdiffstats
path: root/templates/part.items.header.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.items.header.php')
-rw-r--r--templates/part.items.header.php15
1 files changed, 9 insertions, 6 deletions
diff --git a/templates/part.items.header.php b/templates/part.items.header.php
index ac2add0d4..5fdec1d46 100644
--- a/templates/part.items.header.php
+++ b/templates/part.items.header.php
@@ -11,12 +11,15 @@ if(isset($_['feedid'])){
?>
<div class="feed_controls">
+
<div class="feed_title">
- <h1>ยป <?php echo $feedTitle; ?></h1>
+ <h1><?php echo $feedTitle; ?></h1>
+ </div>
+ <div class="controls">
+ <input type="button" value="<?php echo $l->t('Mark all as read'); ?>" id="mark_all_as_read" />
+ <select id="feed_filter">
+ <option value="all"><?php echo $l->t('Show read/unread articles'); ?></option>
+ <option value="newest"><?php echo $l->t('Show only unread articles'); ?></option>
+ </select>
</div>
- <input type="button" value="<?php echo $l->t('Mark all as read'); ?>" id="mark_all_as_read" />
- <select id="feed_filter">
- <option value="all"><?php echo $l->t('Show all articles'); ?></option>
- <option value="newest"><?php echo $l->t('Show only unread articles'); ?></option>
- </select>
</div> \ No newline at end of file