Fix bugs in the Pagination template variables and remove duplicate i18n entries.
ISA relationship for WSClient view template variables w.r.t pagination template variables.
This commit is contained in:
parent
9f93b16353
commit
675f07e1b4
4 changed files with 10 additions and 91 deletions
|
|
@ -96,6 +96,12 @@ our $HELP = {
|
|||
'ws client template' => {
|
||||
title => '72',
|
||||
body => '73',
|
||||
isa => [
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'disableWobject'
|
||||
|
|
@ -108,33 +114,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
'name' => 'results',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'firstPage'
|
||||
},
|
||||
{
|
||||
'name' => 'lastPage'
|
||||
},
|
||||
{
|
||||
'name' => 'nextPage'
|
||||
},
|
||||
{
|
||||
'name' => 'pageList'
|
||||
},
|
||||
{
|
||||
'name' => 'previousPage'
|
||||
},
|
||||
{
|
||||
'name' => 'multiplePages'
|
||||
},
|
||||
{
|
||||
'name' => 'numberOfPages'
|
||||
},
|
||||
{
|
||||
'name' => 'pageNumber'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
|
|
|
|||
|
|
@ -760,10 +760,10 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
'name' => 'pagination.pageList',
|
||||
},
|
||||
{
|
||||
'name' => 'pagination.pageLoop',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'pagination.pageLoop'
|
||||
},
|
||||
{
|
||||
'name' => 'pagination.url'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue