mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Clarify in Displayed Groups label that it expects IDs.
This commit is contained in:
parent
c99de764bc
commit
64f8cf8a9e
@ -897,6 +897,11 @@ shared_roster_group(Host, Group, Query, Lang) ->
|
|||||||
?XAE("table", [?XMLATTR('class', <<"withtextareas">>)],
|
?XAE("table", [?XMLATTR('class', <<"withtextareas">>)],
|
||||||
[?XE("tbody",
|
[?XE("tbody",
|
||||||
[?XE("tr",
|
[?XE("tr",
|
||||||
|
[?XCT("td", "ID:"),
|
||||||
|
?XE("td", [?C(Group)])
|
||||||
|
]
|
||||||
|
),
|
||||||
|
?XE("tr",
|
||||||
[?XCT("td", "Name:"),
|
[?XCT("td", "Name:"),
|
||||||
?XE("td", [?INPUT("text", "name", Name)])
|
?XE("td", [?INPUT("text", "name", Name)])
|
||||||
]
|
]
|
||||||
@ -918,7 +923,7 @@ shared_roster_group(Host, Group, Query, Lang) ->
|
|||||||
]
|
]
|
||||||
),
|
),
|
||||||
?XE("tr",
|
?XE("tr",
|
||||||
[?XCT("td", "Displayed Groups:"),
|
[?XCT("td", "IDs of Displayed Groups:"),
|
||||||
?XE("td", [
|
?XE("td", [
|
||||||
?TEXTAREA("dispgroups", integer_to_list(lists:max([3, length(FDisplayedGroups)])), "20", FDisplayedGroups)
|
?TEXTAREA("dispgroups", integer_to_list(lists:max([3, length(FDisplayedGroups)])), "20", FDisplayedGroups)
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user