* Wed Apr 30 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme
- Add signal-event smanager-refreshg in spec file [SME: 12992] - And fix up initial panel and lex file
This commit is contained in:
@@ -76,7 +76,7 @@ sub main {
|
||||
my $title = $c->l('usp_User_panel_access_');
|
||||
my $modul = '';
|
||||
|
||||
$usp_data{'trt'} = 'PANELTABLE'; #'USERTABLE';
|
||||
$usp_data{'trt'} = 'USERTABLE';
|
||||
|
||||
#Load any DB entries into the <prefix>_data area so as they are preset in the form
|
||||
# which DB - this only really works if the initial panel is a PARAMS type panel and not a TABLE
|
||||
@@ -314,4 +314,4 @@ sub do_display {
|
||||
);
|
||||
$c->render(template => "userpanels");
|
||||
}
|
||||
1;
|
||||
1;
|
||||
|
@@ -9,7 +9,6 @@
|
||||
'usp_Account' => 'Account',
|
||||
'usp_PANELTABLE_panel_action_was_successful' => 'PANELTABLE panel action was successful',
|
||||
'usp_Choose_a_user' => 'Choose a user',
|
||||
'usp_><%=l('Panel' => '><%=l('panel',
|
||||
'usp_Description' => 'Description',
|
||||
'usp_Select' => 'Select',
|
||||
'usp_Save' => 'Save',
|
||||
|
Reference in New Issue
Block a user