Added file upload ability to the Rich Text Editor
Reordered the operations array in Operations.pm
This commit is contained in:
parent
b3a700a42c
commit
4a3dab3ddb
3 changed files with 434 additions and 183 deletions
41
lib/WebGUI/i18n/English/Operation_FormHelpers.pm
Normal file
41
lib/WebGUI/i18n/English/Operation_FormHelpers.pm
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
package WebGUI::i18n::English::Operation_FormHelpers;
|
||||
|
||||
our $I18N = {
|
||||
'Cancel' => {
|
||||
message => q|Cancel|,
|
||||
lastUpdate => 0,
|
||||
},
|
||||
|
||||
'Create' => {
|
||||
message => q|Create|,
|
||||
lastUpdate => 0,
|
||||
},
|
||||
|
||||
'Create new folder' => {
|
||||
message => q|Create new folder|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'File' => {
|
||||
message => q|File|,
|
||||
lastUpdate => 0,
|
||||
},
|
||||
|
||||
'Folder name' => {
|
||||
message => q|Folder name|,
|
||||
lastUpdate => 0,
|
||||
},
|
||||
|
||||
'Upload' => {
|
||||
message => q|Upload|,
|
||||
lastUpdate => 0,
|
||||
},
|
||||
|
||||
'Upload new image' => {
|
||||
message => q|Upload new image|,
|
||||
lastUpdate => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue