label fix
This commit is contained in:
parent
0e3e04fb63
commit
52b018fff9
1 changed files with 2 additions and 0 deletions
|
|
@ -1609,9 +1609,11 @@ function changePassType() {
|
|||
if (passType == "member") {
|
||||
passIdChooser.multiple=true;
|
||||
passIdChooser.size=5;
|
||||
passIdChooser[0].text="'.$i18n->echo('Select one or more').'";
|
||||
} else {
|
||||
passIdChooser.size=1;
|
||||
passIdChooser.multiple=false;
|
||||
passIdChooser[0].text="'.$i18n->get('select one').'";
|
||||
}
|
||||
passIdRow.style.display="";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue