]> granicus.if.org Git - ejabberd/commitdiff
Add link in the Backup page to the Guide
authorBadlop <badlop@process-one.net>
Sun, 29 May 2011 18:51:33 +0000 (20:51 +0200)
committerBadlop <badlop@process-one.net>
Mon, 30 May 2011 09:01:49 +0000 (11:01 +0200)
src/web/ejabberd_web_admin.erl

index 5adefa3b3cb949cbd8580c5dd4dee1ed375fc1a5..24e3267991cc2f511df734556012ac29ac5e9191 100644 (file)
@@ -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">>)],