25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-26 16:26:24 +01:00

Fix wrong XEP number to XEP-0227

SVN Revision: 2618
This commit is contained in:
Badlop 2009-09-23 17:27:09 +00:00
parent b3955fca3a
commit b12b18d59f

View File

@ -2029,21 +2029,21 @@ get_node(global, Node, ["backup"], Query, Lang) ->
"OK")])
]),
?XE("tr",
[?XCT("td", "Import users data from a PIEFXIS file (XEP-0277):"),
[?XCT("td", "Import users data from a PIEFXIS file (XEP-0227):"),
?XE("td", [?INPUT("text", "import_piefxis_filepath",
filename:join(HomeDir, "users.xml"))]),
?XE("td", [?INPUTT("submit", "import_piefxis_file",
"OK")])
]),
?XE("tr",
[?XCT("td", "Export data of all users in the server to PIEFXIS files (XEP-0277):"),
[?XCT("td", "Export data of all users in the server to PIEFXIS files (XEP-0227):"),
?XE("td", [?INPUT("text", "export_piefxis_dirpath",
HomeDir)]),
?XE("td", [?INPUTT("submit", "export_piefxis_dir",
"OK")])
]),
?XE("tr",
[?XE("td", [?CT("Export data of users in a host to PIEFXIS files (XEP-0277):"),
[?XE("td", [?CT("Export data of users in a host to PIEFXIS files (XEP-0227):"),
?C(" "),
?INPUT("text", "export_piefxis_host_dirhost", ?MYNAME)]),
?XE("td", [?INPUT("text", "export_piefxis_host_dirpath", HomeDir)]),