remove abandoned file

The file confirm_disable_feed isn't used anymore and the action disable-feed
does't exists.
This commit is contained in:
Mathias Kresin 2014-10-31 19:59:12 +01:00
parent c18ddc3ddc
commit b0ca5e8aa0
3 changed files with 0 additions and 17 deletions

View File

@ -1,10 +0,0 @@
<div class="page-header">
<h2><?= t('Confirmation') ?></h2>
</div>
<p class="alert alert-info"><?= t('Do you really want to disable this subscription: "%s"?', Helper\escape($feed['title'])) ?></p>
<div class="form-actions">
<a href="?action=disable-feed&amp;feed_id=<?= $feed['id'] ?>" class="btn btn-red"><?= t('Disable') ?></a>
<?= t('or') ?> <a href="?action=feeds"><?= t('cancel') ?></a>
</div>

View File

@ -351,8 +351,6 @@ section.page {
content: "\f057"; }
.items .item-menu li a[href*="action=enable-grabber-feed"]:before {
content: "\f058"; }
.items .item-menu li a[href*="action=confirm-disable-feed"]:before {
content: "\f05c"; }
.items .item-menu li a[href*="action=enable-feed"]:before {
content: "\f05d"; }
.items #bottom-menu {

View File

@ -120,11 +120,6 @@
content: "\f058";
}
}
&[href*="action=confirm-disable-feed"] {
&:before {
content: "\f05c";
}
}
&[href*="action=enable-feed"] {
&:before {
content: "\f05d";