Skip to content

Commit

Permalink
Update JPagination class to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhlh committed May 30, 2014
1 parent 21152e0 commit 0294094
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 78 deletions.
4 changes: 2 additions & 2 deletions source/plg_system_t3/includes/joomla25/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ public function getLimitBox()
'select.genericlist',
$limits,
$this->prefix . 'limit',
'class="input" size="1" onchange="Joomla.submitform();"',
'class="inputbox" size="1" onchange="Joomla.submitform();"',
'value',
'text',
$selected
Expand All @@ -460,7 +460,7 @@ public function getLimitBox()
'select.genericlist',
$limits,
$this->prefix . 'limit',
'class="input" size="1" onchange="this.form.submit()"',
'class="inputbox" size="1" onchange="this.form.submit()"',
'value',
'text',
$selected
Expand Down
Loading

0 comments on commit 0294094

Please sign in to comment.