[+] Project : default theme added
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
#categories_block_left li {border-bottom:1px dotted #ccc}
|
||||
#categories_block_left li.last { border:none;}
|
||||
#categories_block_left li a {
|
||||
display:block;
|
||||
padding:7px 11px 5px 22px;
|
||||
color:#333;
|
||||
background:url(img/arrow_right_2.png) no-repeat 10px 10px transparent
|
||||
}
|
||||
|
||||
#categories_block_left li ul {margin-left:40px}
|
||||
#categories_block_left li ul li {border:none}
|
||||
#categories_block_left li ul li a {
|
||||
padding-left:0;
|
||||
background:none
|
||||
}
|
||||
|
||||
#categories_block_left li .OPEN,
|
||||
#categories_block_left li .CLOSE {
|
||||
display:block;
|
||||
float:right;
|
||||
margin:10px 10px 0;
|
||||
height:9px;
|
||||
width:9px;
|
||||
background:url(img/icon/open-close.png) no-repeat 0 -9px;
|
||||
cursor:pointer
|
||||
}
|
||||
#categories_block_left li .CLOSE {background-position:0 0}
|
||||
|
||||
|
||||
/* footer */
|
||||
.blockcategories_footer {
|
||||
padding:15px 10px;
|
||||
}
|
||||
.blockcategories_footer ul ul {display:none !important}
|
||||
@@ -87,7 +87,7 @@ class BlockCategories extends Module
|
||||
Configuration::updateValue('BLOCK_CATEG_NBR_COLUMN_FOOTER', $nbrColumns);
|
||||
Configuration::updateValue('BLOCK_CATEG_SORT_WAY', Tools::getValue('BLOCK_CATEG_SORT_WAY'));
|
||||
Configuration::updateValue('BLOCK_CATEG_SORT', Tools::getValue('BLOCK_CATEG_SORT'));
|
||||
|
||||
|
||||
$this->_clearBlockcategoriesCache();
|
||||
$output .= '<div class="conf confirm"><img src="../img/admin/ok.gif" alt="'.$this->l('Confirmation').'" />'.$this->l('Settings updated').'</div>';
|
||||
}
|
||||
@@ -121,7 +121,7 @@ class BlockCategories extends Module
|
||||
<input type="radio" name="BLOCK_CATEG_SORT" id="sort_on" value="0" '.(!Tools::getValue('BLOCK_CATEG_SORT', Configuration::get('BLOCK_CATEG_SORT')) ? 'checked="checked" ' : '').'/>
|
||||
<label class="t" for="sort_on"> <img src="../modules/'.$this->name.'/sort_number.png" alt="'.$this->l('Enabled').'" title="'.$this->l('By position').'" />'.$this->l('By position').'</label>
|
||||
<input type="radio" name="BLOCK_CATEG_SORT" id="sort_off" value="1" '.(Tools::getValue('BLOCK_CATEG_SORT', Configuration::get('BLOCK_CATEG_SORT')) ? 'checked="checked" ' : '').'/>
|
||||
<label class="t" for="sort_off"> <img src="../modules/'.$this->name.'/sort_alphabet.png" alt="'.$this->l('Disabled').'" title="'.$this->l('By name').'" />'.$this->l('By name').'</label> -
|
||||
<label class="t" for="sort_off"> <img src="../modules/'.$this->name.'/sort_alphabet.png" alt="'.$this->l('Disabled').'" title="'.$this->l('By name').'" />'.$this->l('By name').'</label> -
|
||||
<select name="BLOCK_CATEG_SORT_WAY">
|
||||
<option value="0" '.(!Tools::getValue('BLOCK_CATEG_SORT_WAY', Configuration::get('BLOCK_CATEG_SORT_WAY')) ? 'selected="selected" ' : '').'>'.$this->l('Ascending').'</option>
|
||||
<option value="1" '.(Tools::getValue('BLOCK_CATEG_SORT_WAY', Configuration::get('BLOCK_CATEG_SORT_WAY')) ? 'selected="selected" ' : '').'>'.$this->l('Descending').'</option>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 155 B |
Reference in New Issue
Block a user