added automatic file versioning to file assets
This commit is contained in:
parent
d81ebd361a
commit
fd76365c1b
4 changed files with 41 additions and 5 deletions
|
|
@ -242,13 +242,13 @@ sub www_editUser {
|
|||
if ($u->userId eq $session{user}{userId}) {
|
||||
$tabform->getTab("account")->hidden("status",$u->status);
|
||||
} else {
|
||||
$tabform->getTab("account")->select("status",\%status,$i18n->get(816),[$u->status]);
|
||||
$tabform->getTab("account")->selectList("status",\%status,$i18n->get(816),[$u->status]);
|
||||
}
|
||||
my $options;
|
||||
foreach (@{$session{config}{authMethods}}) {
|
||||
$options->{$_} = $_;
|
||||
}
|
||||
$tabform->getTab("account")->select(
|
||||
$tabform->getTab("account")->selectList(
|
||||
-name=>"authMethod",
|
||||
-options=>$options,
|
||||
-label=>$i18n->get(164),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue