diff options
author | Badlop <badlop@process-one.net> | 2011-05-29 20:51:33 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-05-29 20:51:33 +0200 |
commit | ba9094a08907487eabf80f30cae640612c947ff3 (patch) | |
tree | f73819e624dafe0a621d454fe7c39ab35dd5c74b | |
parent | Support XEP-0191 Simple Communications Blocking (thanks to Stephan Maka)(EJAB... (diff) |
Add link in the Backup page to the Guide
-rw-r--r-- | src/web/ejabberd_web_admin.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/ejabberd_web_admin.erl b/src/web/ejabberd_web_admin.erl index f3809c15..a5503afe 100644 --- a/src/web/ejabberd_web_admin.erl +++ b/src/web/ejabberd_web_admin.erl @@ -2030,7 +2030,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", [{"action", ""}, {"method", "post"}], |