fix typo in ExpireUnvalidatedEmailUsers Help and provide an empty help skeleton for the Calendar to make tests happy
This commit is contained in:
parent
44ec1454a2
commit
e618c03a50
4 changed files with 33 additions and 3 deletions
21
lib/WebGUI/Help/Asset_Calendar.pm
Normal file
21
lib/WebGUI/Help/Asset_Calendar.pm
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
package WebGUI::Help::Asset_Calendar;
|
||||
|
||||
our $HELP = {
|
||||
'calendar add/edit' => {
|
||||
title => 'add/edit title',
|
||||
body => 'add/edit body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -282,6 +282,16 @@ our $I18N = {
|
|||
lastUpdated => 1131394072,
|
||||
},
|
||||
|
||||
'add/edit title' => {
|
||||
message => q|Calendar, Add/Edit|,
|
||||
lastUpdated => 1165878391,
|
||||
},
|
||||
|
||||
'add/edit body' => {
|
||||
message => q|This Asset has no documentation.|,
|
||||
lastUpdated => 1165878391,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ our $I18N = {
|
|||
|
||||
'add/edit body' => {
|
||||
message => q{This Asset has no documentation or internationalization.},
|
||||
context => q{The ISO locale name for month and day labels.},
|
||||
lastUpdated => 1165731356,
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -17,11 +17,11 @@ our $I18N = {
|
|||
lastUpdated => 1165406607,
|
||||
},
|
||||
|
||||
'expire unvalidated email users' => {
|
||||
'expire unvalidated email users body' => {
|
||||
message => q|<p>This workflow activity will go through all users who requested new accounts but who never validated their email addresses and expire their accounts. The expiration date is configurable.</p>
|
||||
<p>
|
||||
|,
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1165879515,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue