From b8e9c6a7a2fe8f484a21cc9ddf9769e8dea2c830 Mon Sep 17 00:00:00 2001 From: Badlop Date: Sun, 29 May 2011 20:51:33 +0200 Subject: [PATCH] Add link in the Backup page to the Guide --- src/web/ejabberd_web_admin.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/ejabberd_web_admin.erl b/src/web/ejabberd_web_admin.erl index 5adefa3b3..24e326799 100644 --- a/src/web/ejabberd_web_admin.erl +++ b/src/web/ejabberd_web_admin.erl @@ -2360,7 +2360,7 @@ get_node(global, Node, ["backup"], Query, Lang) -> ok -> [?XREST("Submitted")]; {error, Error} -> [?XRES(?T("Error") ++": " ++ io_lib:format("~p", [Error]))] end, - [?XC('h1', ?T("Backup of ") ++ atom_to_list(Node))] ++ + ?H1GL(?T("Backup of ") ++ atom_to_list(Node), "list-eja-commands", "List of ejabberd Commands") ++ ResS ++ [?XCT('p', "Please note that these options will only backup the builtin Mnesia database. If you are using the ODBC module, you also need to backup your SQL database separately."), ?XAE('form', [?XMLATTR(<<"action">>, <<>>), ?XMLATTR(<<"method">>, <<"post">>)],