summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-16 17:34:16 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-16 17:34:16 +0200
commitd3b917afdaf985bed7d4cf6fa2681e4e755622f2 (patch)
treeec7d2ae29dbb399ae72b538dc70f281de2e6b3ae /templates
parenta00b581e264275a2db01674d2238eedebc307d37 (diff)
improved firt run page
Diffstat (limited to 'templates')
-rw-r--r--templates/part.nofeeds.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.nofeeds.php b/templates/part.nofeeds.php
index 99ae15362..e3b85a1f8 100644
--- a/templates/part.nofeeds.php
+++ b/templates/part.nofeeds.php
@@ -1,6 +1,6 @@
<div id="appsettings" class="popup bottomleft hidden"></div>
<div id="firstrun">
- <?php echo $l->t('You have no feeds in your reader.') ?>
+ <h1><?php echo $l->t('You have no feeds in your reader.') ?></h1>
<div id="selections">
<div id="addfeed_dialog_firstrun">
<table width="200px" style="border: 2px;">
@@ -30,7 +30,7 @@
<div>
<?php
require_once(OC_App::getAppPath('news') .'/templates/bookmarklet.php');
- echo $l->t('Or... ');
+ echo '<h1>' . $l->t('Or...') . '</h1>';
?>
<div>
<?php createBookmarklet(); ?>