removed duplicate download backup link

This commit is contained in:
Nabin Hait 2015-05-26 16:35:48 +05:30
parent bb1a79bd41
commit c2a2128bad
2 changed files with 1 additions and 10 deletions

View file

@ -208,15 +208,6 @@ def get_data():
"description": _("Install Applications."),
"icon": "icon-download"
},
{
"type": "doctype",
"name": "Backup Manager",
"label": _("Download Backup"),
"onclick": "frappe.ui.toolbar.download_backup",
"icon": "icon-download-alt",
"description": _("Send download link of a recent backup to System Managers"),
"hide_count": True
},
{
"type": "doctype",
"name": "Backup Manager",

View file

@ -165,7 +165,7 @@ def unsubscribe(doctype, name, email):
return_unsubscribed_page(email, doctype, name)
def return_unsubscribed_page(email, doctype, name):
frappe.respond_as_web_page(_("Unsubscribed"), _("{0} has has left the conversation in {1} {2}").format(email, _(doctype), name))
frappe.respond_as_web_page(_("Unsubscribed"), _("{0} has left the conversation in {1} {2}").format(email, _(doctype), name))
def flush(from_test=False):
"""flush email queue, every time: called from scheduler"""