recover lost work from git
This commit is contained in:
parent
1e18313c81
commit
707215cf3f
17 changed files with 1475 additions and 0 deletions
1
lib/WebGUI/i18n/English/Asset_HelpDesk.pm
Symbolic link
1
lib/WebGUI/i18n/English/Asset_HelpDesk.pm
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/data/helpdesk/lib/WebGUI/i18n/English/Asset_HelpDesk.pm
|
||||
1
lib/WebGUI/i18n/English/Asset_Ticket.pm
Symbolic link
1
lib/WebGUI/i18n/English/Asset_Ticket.pm
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/data/helpdesk/lib/WebGUI/i18n/English/Asset_Ticket.pm
|
||||
15
lib/WebGUI/i18n/English/Form_Div.pm
Normal file
15
lib/WebGUI/i18n/English/Form_Div.pm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package WebGUI::i18n::English::Form_Div;
|
||||
|
||||
use strict; ##Required for all good Perl::Critic compliant code
|
||||
|
||||
our $I18N = {
|
||||
'topicName' => {
|
||||
message => q|Form Control Div Element|,
|
||||
lastUpdated => 1131394070, #seconds from the epoch
|
||||
context => q|Name of the form control that generates HTML Div elements|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
#vim:ft=perl
|
||||
Loading…
Add table
Add a link
Reference in a new issue