Pigpen has submitted this change and it was merged.

Change subject: BS223 Facelift
......................................................................


BS223 Facelift

* changed icon for more menu
* changed search button to icon type button

Change-Id: If73750e2a4c4bdf1d257bc0719cb0fae9ca844df
---
M includes/BsBaseTemplate.php
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Robert Vogel: Checked; Looks good to me, but someone else must approve
  Pigpen: Verified; Looks good to me, approved



diff --git a/includes/BsBaseTemplate.php b/includes/BsBaseTemplate.php
index 18f717d..dacf7f2 100644
--- a/includes/BsBaseTemplate.php
+++ b/includes/BsBaseTemplate.php
@@ -294,7 +294,7 @@
                                <ul>
                                        <?php if ( count( $actions ) > 0 ) { ?>
                                        <li id="bs-cactions-button" class="">
-                                               <a href="#" 
class="icon-stack"><span><?php $this->msg( 'bs-tools-button' ) ?></span></a>
+                                               <a href="#" 
class="icon-plus-after"><span><?php $this->msg( 'bs-tools-button' ) 
?></span></a>
                                                <div class="menu">
                                                        <ul<?php $this->html( 
'userlangattributes' ) ?>>
                                                        <?php foreach ( 
$actions as $key => $item){
@@ -582,11 +582,11 @@
        <h3<?php $this->html( 'userlangattributes' ) ?>><label 
for="searchInput"><?php $this->msg( 'search' ) ?></label></h3>
        <form action="<?php $this->text( 'wgScript' ) ?>" id="searchform">
                <?php if ( $this->data['rtl'] ) { ?>
-               <?php echo $this->makeSearchButton( 'image', array( 'id' => 
'searchButton', 'src' => $this->getSkin()->getSkinStylePath( 
'resources/images/search-rtl.png' ), 'width' => '12', 'height' => '13' ) ); ?>
+               <?php echo $this->makeSearchButton( 'image', array( 'id' => 
'searchButton', 'src' => $this->getSkin()->getSkinStylePath( 
'resources/images/search-rtl.png' ), 'width' => '12', 'height' => '13', 'class' 
=> 'icon-search-light' ) ); ?>
                <?php } ?>
                <?php echo $this->makeSearchInput( 
$this->data['bs_search_input'] ); ?>
                <?php if ( !$this->data['rtl'] ) { ?>
-               <?php echo $this->makeSearchButton( 'image', array( 'id' => 
'searchButton', 'src' => $this->getSkin()->getSkinStylePath( 
'resources/images/search-ltr.png' ), 'width' => '12', 'height' => '13' ) ); ?>
+               <?php echo $this->makeSearchButton( 'image', array( 'id' => 
'searchButton', 'src' => $this->getSkin()->getSkinStylePath( 
'resources/images/search-ltr.png' ), 'width' => '12', 'height' => '13', 'class' 
=> 'icon-search-light' ) ); ?>
                <?php } ?>
                <input type='hidden' name="title" value="<?php $this->text( 
'searchtitle' ) ?>"/>
                <?php

-- 
To view, visit https://gerrit.wikimedia.org/r/150840
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If73750e2a4c4bdf1d257bc0719cb0fae9ca844df
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Tweichart <weich...@hallowelt.biz>
Gerrit-Reviewer: Pigpen <reym...@hallowelt.biz>
Gerrit-Reviewer: Robert Vogel <vo...@hallowelt.biz>
Gerrit-Reviewer: Smuggli <mug...@hallowelt.biz>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to