Add notes to the pagination hoverhelp for the SQL Report. Addresses bug #11414.
This commit is contained in:
parent
e05f9567a6
commit
552859fb7f
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
7.8.13
|
7.8.13
|
||||||
- fixed #11418: confusing typ-o in gotcha
|
- fixed #11418: confusing typ-o in gotcha
|
||||||
- fixed #11415: Wiki - Edit page appearing below the content
|
- fixed #11415: Wiki - Edit page appearing below the content
|
||||||
|
- fixed #11414: SQLReport Pagination Setting
|
||||||
|
|
||||||
7.8.12
|
7.8.12
|
||||||
- fixed #11285: Pasting HTML into Code Editor in IE
|
- fixed #11285: Pasting HTML into Code Editor in IE
|
||||||
|
|
|
||||||
|
|
@ -65,9 +65,9 @@ while the second question mark will contain the form variable "field1".</p>
|
||||||
},
|
},
|
||||||
|
|
||||||
'14 description' => {
|
'14 description' => {
|
||||||
message => q|<p>How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?
|
message => q|<p>How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page? Setting this to 0 will not disable pagination, but will use an internal default of 25, instead.
|
||||||
</p>|,
|
</p>|,
|
||||||
lastUpdated => 1119841649,
|
lastUpdated => 1266860050,
|
||||||
},
|
},
|
||||||
|
|
||||||
'17' => {
|
'17' => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue