You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smeserver-quota/createlinks

17 lines
259 B
Perl

#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
foreach (qw(
user-modify
bootstrap-console-save
user-create
smeserver-quota-update
))
{
event_link("user-modify-quota", $_, "50");
}
panel_link("quota", "manager");