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:
Colin Kuskie 2007-01-02 05:04:34 +00:00
parent 9f93b16353
commit 675f07e1b4
4 changed files with 10 additions and 91 deletions

View file

@ -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>
|,