summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-02 17:08:33 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-02 17:09:59 +0200
commitf8ce1854ba4678c001cb317329bde46008dcd1ea (patch)
tree63874865dc29088bb287052da5a450eed1f62548 /templates/main.php
parenta5495046a484fd699717463185de3a9018f96c81 (diff)
changing folder names works now
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php37
1 files changed, 2 insertions, 35 deletions
diff --git a/templates/main.php b/templates/main.php
index 099a1a5a5..95e6ca976 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -61,40 +61,7 @@ if($showAll){
} else {
echo $this->inc("part.nofeeds");
}
-?>
-
-<div id="addfolder_dialog" title="<?php echo $l->t("Add Folder"); ?>">
- <table width="100%" style="border: 0;">
- <tr>
- <td>Add new folder</td>
- <td></td>
- </tr>
- <tr>
- <td><input type="text" id="folder_add_name" placeholder="<?php echo $l->t('Folder name'); ?>" class="news_input" /></td>
- <td><input type="submit" value="<?php echo $l->t('Add folder'); ?>" id="folder_add_submit" /></td>
- </tr>
- </table>
-</div>
+ echo $this->inc("part.dialogues");
+?>
-<div id="addfeed_dialog" title="<?php echo $l->t("Add Subscription"); ?>">
- <table width="100%" style="border: 0;">
- <tr>
- <td>Add new feed</td>
- <td>
- <div class="add_parentfolder">
- <button class="dropdownBtn">
- <?php echo $l->t('Choose folder'); ?>
- </button>
- <input class="inputfolderid" type="hidden" name="folderid" value="0" />
- <ul class="menu dropdownmenu">
- </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'); ?>" id="feed_add_submit" /></td>
- </tr>
- </table>
-</div> \ No newline at end of file