From: Andrew Dolgov Date: Mon, 11 Jan 2010 12:57:47 +0000 (+0300) Subject: only allow delete action for articles from archived feed X-Git-Tag: 1.4.0~92 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=84d7198a103a86b9133b12305e5f83b7ade004a5;p=tt-rss.git only allow delete action for articles from archived feed --- diff --git a/functions.php b/functions.php index 41bd646f..881130fc 100644 --- a/functions.php +++ b/functions.php @@ -4110,9 +4110,9 @@ print "
  •   ".__('Archive')."
  • "; } else { print "
  •   ".__('Move back')."
  • "; - } + print "
  •   ".__('Delete')."
  • "; - print "
  •   ".__('Delete')."
  • "; + } //print "
  • --------
  • "; print "
  • ".__('Assign label:')."
  • ";