summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-11 16:42:17 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-11 16:42:17 -0400
commit1928528723b97dd18e3a4b13fa62457f87b89c99 (patch)
tree2a4054d08a30b0ef0eb2cf770a226a633074d1eb /templates
parent4ade56a7af6ff5230817f2680f358d0c5f57f56f (diff)
hides rename Everything folder
Diffstat (limited to 'templates')
-rw-r--r--templates/part.feeds.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.feeds.php b/templates/part.feeds.php
index f899695e9..587e73f36 100644
--- a/templates/part.feeds.php
+++ b/templates/part.feeds.php
@@ -4,8 +4,8 @@
echo '<ul style="margin-left:' . 10*$depth . 'px;"> <li class="folder_list" >' .
'<div class="collapsable" >' . strtoupper($folder->getName()) .
- ( ($depth != 0) ? '<button class="svg action" id="feeds_delete" onClick="(News.Folder.delete(' . $folder->getId(). '))" title="' . $l->t('Delete folder') . '">' : '' ) . '</button>' .
- '<button class="svg action" id="feeds_edit" title="' . $l->t('Rename folder') . '"></button>' .
+ ( ($depth != 0) ? '<button class="svg action" id="feeds_delete" onClick="(News.Folder.delete(' . $folder->getId(). '))" title="' . $l->t('Delete folder') . '"></button>' .
+ '<button class="svg action" id="feeds_edit" title="' . $l->t('Rename folder') . '"></button>': '' ) .
'</div>';
echo '<ul>';
$children = $folder->getChildren();