зеркало из https://github.com/nextcloud/news.git
remove sharing button
This commit is contained in:
Родитель
02d06a2523
Коммит
29b5037240
|
@ -43,14 +43,14 @@
|
||||||
<div class="bottom_utils">
|
<div class="bottom_utils">
|
||||||
<ul class="secondary_item_utils"
|
<ul class="secondary_item_utils"
|
||||||
ng-class="{show_keep_unread: isKeptUnread(item.id)}">
|
ng-class="{show_keep_unread: isKeptUnread(item.id)}">
|
||||||
<li class="share_link">
|
<!--<li class="share_link">
|
||||||
<a class="share" data-item-type="news_item"
|
<a class="share" data-item-type="news_item"
|
||||||
data-item="{{item.id}}" title="<?php p($l->t('Share')) ?>"
|
data-item="{{item.id}}" title="<?php p($l->t('Share')) ?>"
|
||||||
data-possible-permissions="<?php //p((OCP\Share::PERMISSION_READ | OCP\Share::PERMISSION_SHARE)) ?>"
|
data-possible-permissions="<?php //p((OCP\Share::PERMISSION_READ | OCP\Share::PERMISSION_SHARE)) ?>"
|
||||||
href="#">
|
href="#">
|
||||||
<?php p($l->t('Share')) ?>
|
<?php p($l->t('Share')) ?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>-->
|
||||||
<li ng-click="keepUnread(item.id, item.feedId)"
|
<li ng-click="keepUnread(item.id, item.feedId)"
|
||||||
class="keep_unread"><?php p($l->t('Keep unread')); ?>
|
class="keep_unread"><?php p($l->t('Keep unread')); ?>
|
||||||
<input type="checkbox" ng-checked="isKeptUnread(item.id)"/>
|
<input type="checkbox" ng-checked="isKeptUnread(item.id)"/>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче