summaryrefslogtreecommitdiffstats
path: root/templates/part.nofeeds.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-14 13:39:53 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-14 13:39:53 -0400
commit0d5bd3a636218a18b0fa81c6897614e37943455c (patch)
tree3dc7b211ac71e0d169b01e4a2a2a7e130e50b854 /templates/part.nofeeds.php
parentded448fd10b1383c5c48eb90e7659550b1db7b01 (diff)
small things added to firstrun page and settings
Diffstat (limited to 'templates/part.nofeeds.php')
-rw-r--r--templates/part.nofeeds.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/part.nofeeds.php b/templates/part.nofeeds.php
index 3a9c14b14..c1e639321 100644
--- a/templates/part.nofeeds.php
+++ b/templates/part.nofeeds.php
@@ -2,7 +2,16 @@
<div id="firstrun">
<?php echo $l->t('You have no feeds in your reader.') ?>
<div id="selections">
- <input type="button" id="addfeedbtn" value="<?php echo $l->t('Add feed') ?>" />
+ <input type="button" id="addfeedbtn" value="<?php echo $l->t('Add feed') ?>" /><br />
<input type="button" id="importopmlbtn" value="<?php echo $l->t('Import OPML') ?>" />
</div>
+ <div>
+ <?php
+ require_once(OC_App::getAppPath('news') .'/templates/bookmarklet.php');
+ echo $l->t('Or... ');
+ ?>
+ <div>
+ <?php createBookmarklet(); ?>
+ </div>
+ </div>
</div> \ No newline at end of file