summaryrefslogtreecommitdiffstats
path: root/templates/part.nofeeds.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.nofeeds.php')
-rw-r--r--templates/part.nofeeds.php28
1 files changed, 4 insertions, 24 deletions
diff --git a/templates/part.nofeeds.php b/templates/part.nofeeds.php
index 5afc5d281..b3748fbe7 100644
--- a/templates/part.nofeeds.php
+++ b/templates/part.nofeeds.php
@@ -1,28 +1,10 @@
<div id="appsettings" class="popup bottomleft hidden"></div>
<div id="firstrun">
- <h1><?php echo $l->t('You have no feeds in your reader.') ?></h1>
+ <h1><?php echo $l->t("You don't have any feed in your reader.") ?></h1>
<div id="selections">
<div id="addfeed_dialog_firstrun">
- <table width="200px" style="border: 2px;">
- <tr>
- <td>Add new feed</td>
- <td>
- <div class="add_parentfolder">
- <button id="dropdownBtn" onclick="News.DropDownMenu.dropdown(this)">
- <?php echo $l->t('Choose folder'); ?>
- </button>
- <input id="inputfolderid" type="hidden" name="folderid" value="0" />
- <ul class="menu" id="dropdownmenu">
- <?php echo $this->inc("part.folderlist"); ?>
- </ul>
- </div>
- </td>
- </tr>
- <tr>
- <td><input type="text" id="feed_add_url" placeholder="<?php echo $l->t('Address'); ?>" class="news_input" /></td>
- <td><input type="submit" value="<?php echo $l->t('Add'); ?>" onclick="News.Feed.submit(this)" id="feed_add_submit" /></td>
- </tr>
- </table>
+ <input type="text" id="feed_add_url" placeholder="<?php echo $l->t('Address'); ?>" />
+ <input type="submit" value="<?php echo $l->t('Add feed'); ?>" onclick="News.Feed.submit(this)" id="feed_add_submit" />
</div>
<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') ?>" />
@@ -32,8 +14,6 @@
require_once(OC_App::getAppPath('news') .'/templates/subscribelet.php');
echo '<h1>' . $l->t('Or...') . '</h1>';
?>
- <div>
<?php createSubscribelet(); ?>
</div>
- </div>
-</div> \ No newline at end of file
+</div>