webgui/lib/WebGUI/Help/Macro_LastModified.pm
Colin Kuskie cffe4fbc7b Remove the "using macros" entry, and all references.
Pruning and altering Macro docs up to and including CanEditText.
2007-07-17 15:44:12 +00:00

20 lines
265 B
Perl

package WebGUI::Help::Macro_LastModified;
our $HELP = {
'last modified' => {
title => 'last modified title',
body => 'last modified body',
fields => [
],
related => [
{
tag => 'date',
namespace => 'Macro_D_date'
},
]
},
};
1;