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'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,46 +234,6 @@ names set for them by the SOAP server (i.e. perhaps "localTime" for a time query
|
|||
lastUpdated => 1149568071,
|
||||
},
|
||||
|
||||
'firstPage' => {
|
||||
message => q|Link to first page in a paginated set.|,
|
||||
lastUpdated => 1149568071,
|
||||
},
|
||||
|
||||
'lastPage' => {
|
||||
message => q|Link to last page in a paginated set.|,
|
||||
lastUpdated => 1149568071,
|
||||
},
|
||||
|
||||
'nextPage' => {
|
||||
message => q|Link to next page in a paginated set.|,
|
||||
lastUpdated => 1149568071,
|
||||
},
|
||||
|
||||
'pageList' => {
|
||||
message => q|List of all pages in a paginated set.|,
|
||||
lastUpdated => 1149568071,
|
||||
},
|
||||
|
||||
'previousPage' => {
|
||||
message => q|Link to previous page in a paginated set.|,
|
||||
lastUpdated => 1149568071,
|
||||
},
|
||||
|
||||
'multiplePages' => {
|
||||
message => q|Boolean indicating multiple pages in a paginated set.|,
|
||||
lastUpdated => 1149568071,
|
||||
},
|
||||
|
||||
'numberOfPages' => {
|
||||
message => q|Number of pages in a paginated set.|,
|
||||
lastUpdated => 1149568071,
|
||||
},
|
||||
|
||||
'pageNumber' => {
|
||||
message => q|Current page number in a paginated set.|,
|
||||
lastUpdated => 1149568071,
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|<p>This is the list of template variables available for Web Services Client templates.</p>
|
||||
|,
|
||||
|
|
|
|||
|
|
@ -2363,16 +2363,6 @@ div.tabs {
|
|||
lastUpdated => 1149182026,
|
||||
},
|
||||
|
||||
'pagination.url' => {
|
||||
message => q|The URL of page X, where X is the number in the loop we're at.|,
|
||||
lastUpdated => 1149182026,
|
||||
},
|
||||
|
||||
'pagination.text' => {
|
||||
message => q|The number of page X, where X is the number in the loop we're at.|,
|
||||
lastUpdated => 1149182026,
|
||||
},
|
||||
|
||||
'pagination.pageList.upTo10' => {
|
||||
message => q|A list of links to the 10 nearest in the paginator relative to the current page. So if you're on page 20, you'll see links for 15-25.|,
|
||||
lastUpdated => 1149182026,
|
||||
|
|
@ -2383,17 +2373,6 @@ div.tabs {
|
|||
lastUpdated => 1149182026,
|
||||
},
|
||||
|
||||
'pagination.url' => {
|
||||
message => q|The URL of page X, where X is the number in the loop we're at.|,
|
||||
lastUpdated => 1149182026,
|
||||
},
|
||||
|
||||
'pagination.text' => {
|
||||
message => q|The number of page X, where X is the number in the loop we're at.|,
|
||||
lastUpdated => 1149182026,
|
||||
},
|
||||
|
||||
|
||||
'1086' => {
|
||||
message => q|<p>Many wobjects have pagination features. Though some wobjects define their own pagination variables, most use a common set of pagination variables:</p>
|
||||
|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue