X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialCategories.php;h=cea6ceb9b68e3d54bb89f1f207acac155a321727;hb=c54766586acab549f186e81eeab259845112809d;hp=95f9efd256c8748bdd92260def74524ed6a45f26;hpb=bfc3710111f937ffa10b79a81850190cfdd273e9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialCategories.php b/includes/specials/SpecialCategories.php index 95f9efd256..cea6ceb9b6 100644 --- a/includes/specials/SpecialCategories.php +++ b/includes/specials/SpecialCategories.php @@ -134,7 +134,7 @@ class CategoryPager extends AlphabeticPager { } function getIndexField() { -# return array( 'abc' => 'cat_title', 'count' => 'cat_pages' ); +# return array( 'abc' => 'cat_title', 'count' => 'cat_pages' ); return 'cat_title'; } @@ -145,13 +145,13 @@ class CategoryPager extends AlphabeticPager { return $this->mDefaultQuery; } -# protected function getOrderTypeMessages() { -# return array( 'abc' => 'special-categories-sort-abc', -# 'count' => 'special-categories-sort-count' ); -# } +# protected function getOrderTypeMessages() { +# return array( 'abc' => 'special-categories-sort-abc', +# 'count' => 'special-categories-sort-count' ); +# } protected function getDefaultDirections() { -# return array( 'abc' => false, 'count' => true ); +# return array( 'abc' => false, 'count' => true ); return false; } @@ -188,9 +188,11 @@ class CategoryPager extends AlphabeticPager { $this->msg( 'categories' )->text(), Xml::inputLabel( $this->msg( 'categoriesfrom' )->text(), - 'from', 'from', 20, $from ) . + 'from', 'from', 20, $from, array( 'class' => 'mw-ui-input-inline' ) ) . ' ' . - Xml::submitButton( $this->msg( 'allpagessubmit' )->text() + Html::submitButton( + $this->msg( 'allpagessubmit' )->text(), + array(), array( 'mw-ui-progressive' ) ) ) );