summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-25 15:59:57 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-25 15:59:57 +0100
commit29b503724087d2249bcfc5c1a34f9aac7ccb1fe0 (patch)
treedf0b01602b582bf0fe27735a54ede13901b0ba7f /templates/part.items.php
parent02d06a2523b6fd9d84734c8b7d14335ff2c6fa51 (diff)
remove sharing button
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index fe2265afa..8bede824f 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -43,14 +43,14 @@
<div class="bottom_utils">
<ul class="secondary_item_utils"
ng-class="{show_keep_unread: isKeptUnread(item.id)}">
- <li class="share_link">
+ <!--<li class="share_link">
<a class="share" data-item-type="news_item"
data-item="{{item.id}}" title="<?php p($l->t('Share')) ?>"
data-possible-permissions="<?php //p((OCP\Share::PERMISSION_READ | OCP\Share::PERMISSION_SHARE)) ?>"
href="#">
<?php p($l->t('Share')) ?>
</a>
- </li>
+ </li>-->
<li ng-click="keepUnread(item.id, item.feedId)"
class="keep_unread"><?php p($l->t('Keep unread')); ?>
<input type="checkbox" ng-checked="isKeptUnread(item.id)"/>