Two bug fixes, for Wiki History and initial drop down setting in the Group Search dialog.
Documented the Wiki Page history template and i18n'ed the delete confirmation in the history interface.
This commit is contained in:
parent
16e2ad99da
commit
bea0ae472a
5 changed files with 77 additions and 8 deletions
|
|
@ -119,6 +119,32 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'history template' => {
|
||||
title => 'history title',
|
||||
body => 'history body',
|
||||
isa => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'history toolbar',
|
||||
},
|
||||
{
|
||||
'name' => 'history date',
|
||||
},
|
||||
{
|
||||
'name' => 'history username',
|
||||
},
|
||||
{
|
||||
'name' => 'history actionTaken',
|
||||
},
|
||||
{
|
||||
'name' => 'history interval',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue