summaryrefslogtreecommitdiffstats
path: root/templates/part.nofeeds.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-12 14:52:00 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-12 14:52:00 -0400
commit8bf1873f43b67f4bc6d227639161b4fd001fcd54 (patch)
tree98b2298624cb9f655f10fc4e6f1602f75eaab28b /templates/part.nofeeds.php
parent1029b44255c02c9a03ad2ed3812dff3da47103e0 (diff)
opml icon in opening page: you know, Sunday jobs :P
Diffstat (limited to 'templates/part.nofeeds.php')
-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 070c90c60..3a9c14b14 100644
--- a/templates/part.nofeeds.php
+++ b/templates/part.nofeeds.php
@@ -2,7 +2,7 @@
<div id="firstrun">
<?php echo $l->t('You have no feeds in your reader.') ?>
<div id="selections">
- <input type="button" id="addfeed" value="<?php echo $l->t('Add feed') ?>" />
- <input type="button" value="<?php echo $l->t('Import OPML') ?>" />
+ <input type="button" id="addfeedbtn" value="<?php echo $l->t('Add feed') ?>" />
+ <input type="button" id="importopmlbtn" value="<?php echo $l->t('Import OPML') ?>" />
</div>
</div> \ No newline at end of file