From b9698c4c50266755c773550b547aaea49cd3cfbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Magnus=20K=C3=BChn?= Date: Sun, 24 Jun 2012 14:03:27 +0200 Subject: [PATCH] Fixed wcfPages-widget --- wcfsetup/install/files/js/WCF.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) mode change 100644 => 100755 wcfsetup/install/files/js/WCF.js diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js old mode 100644 new mode 100755 index 4704270b0f..2418ffece8 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -6495,7 +6495,7 @@ $.widget('ui.wcfPages', { if (this.options.nextDisabledIcon === null) this.options.nextDisabledIcon = WCF.Icon.get('wcf.icon.next.disabled'); if (this.options.arrowDownIcon === null) this.options.arrowDownIcon = WCF.Icon.get('wcf.icon.arrow.down'); - this.element.addClass('wcf-pageNavigation'); + this.element.addClass('pageNavigation'); this._render(); }, @@ -6526,7 +6526,7 @@ $.widget('ui.wcfPages', { var $pageList = $(''); this.element.append($pageList); - var $previousElement = $('
  • ').addClass('wcf-button skip'); + var $previousElement = $('
  • ').addClass('button skip'); $pageList.append($previousElement); if (this.options.activePage > 1) { @@ -6604,7 +6604,7 @@ $.widget('ui.wcfPages', { $leftChildrenInput.keyup($.proxy(this._handleInput, this)); $leftChildrenInput.blur($.proxy(this._stopInput, this)); - var $leftChildrenContainer = $('
    '); + var $leftChildrenContainer = $(''); $leftChildren.append($leftChildrenContainer); var $leftChildrenList = $('