recover lost work from git

This commit is contained in:
daviddelikat 2009-11-06 11:05:59 -06:00
parent 1e18313c81
commit 707215cf3f
17 changed files with 1475 additions and 0 deletions

View file

@ -0,0 +1 @@
/data/helpdesk/lib/WebGUI/i18n/English/Asset_HelpDesk.pm

View file

@ -0,0 +1 @@
/data/helpdesk/lib/WebGUI/i18n/English/Asset_Ticket.pm

View 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