Form inheritance work for lists, removal of $session{os}{slash}
This commit is contained in:
parent
abe85d439e
commit
99df1f414e
90 changed files with 1364 additions and 1168 deletions
|
|
@ -4,7 +4,7 @@ use WebGUI::Session;
|
|||
use WebGUI::International;
|
||||
|
||||
##Get list of all macros by namespace/module name
|
||||
my $dir = join $session{os}{slash}, $session{config}{webguiRoot},"lib","WebGUI","Macro";
|
||||
my $dir = join '/', $session{config}{webguiRoot},"lib","WebGUI","Macro";
|
||||
opendir (DIR,$dir) or WebGUI::ErrorHandler::fatal("Can't open Macro directory: $dir!");
|
||||
my @macros = map { s/Macro_//; s/\.pm//; $_; }
|
||||
grep { /\.pm$/ }
|
||||
|
|
|
|||
|
|
@ -362,6 +362,16 @@ Be aware that any database links you create here will be available to all conten
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'486' => {
|
||||
message => q|List|,
|
||||
lastUpdated => 1133087205
|
||||
},
|
||||
|
||||
'487' => {
|
||||
message => q|Select Box|,
|
||||
lastUpdated => 1133087205
|
||||
},
|
||||
|
||||
'391' => {
|
||||
message => q|Delete attached file.|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -3223,6 +3233,12 @@ that Asset and all Assets below it.</p>
|
|||
context => q|Field type name|
|
||||
},
|
||||
|
||||
'fieldtype' => {
|
||||
message => q|Field Type|,
|
||||
lastUpdated =>0,
|
||||
context => q|Field type name|
|
||||
},
|
||||
|
||||
'hidden list' => {
|
||||
message => q|Hidden List|,
|
||||
lastUpdated =>0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue