24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-20 22:22:09 +02:00

Clarify in Displayed Groups label that it expects IDs.

This commit is contained in:
Badlop 2010-03-01 11:44:02 +01:00
parent c99de764bc
commit 64f8cf8a9e

View File

@ -897,6 +897,11 @@ shared_roster_group(Host, Group, Query, Lang) ->
?XAE("table", [?XMLATTR('class', <<"withtextareas">>)],
[?XE("tbody",
[?XE("tr",
[?XCT("td", "ID:"),
?XE("td", [?C(Group)])
]
),
?XE("tr",
[?XCT("td", "Name:"),
?XE("td", [?INPUT("text", "name", Name)])
]
@ -918,7 +923,7 @@ shared_roster_group(Host, Group, Query, Lang) ->
]
),
?XE("tr",
[?XCT("td", "Displayed Groups:"),
[?XCT("td", "IDs of Displayed Groups:"),
?XE("td", [
?TEXTAREA("dispgroups", integer_to_list(lists:max([3, length(FDisplayedGroups)])), "20", FDisplayedGroups)
]