//Fix tree search toolbar button design
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<div class="tree-actions">
|
||||
<div class="tree-actions col-lg-12">
|
||||
{if isset($actions)}
|
||||
{foreach from=$actions item=action}
|
||||
{$action->render()}
|
||||
|
||||
@@ -24,11 +24,11 @@
|
||||
*}
|
||||
|
||||
<!-- <label for="node-search">{l s=$label}</label> -->
|
||||
<span class="pull-right fixed-width-xl">
|
||||
<span class="pull-right">
|
||||
<input type="text"
|
||||
{if isset($id)}id="{$id}"{/if}
|
||||
{if isset($name)}name="{$name}"{/if}
|
||||
class="{if isset($class)} {$class}{/if}"
|
||||
class="{if isset($class)} {$class}{/if} fixed-width-xl"
|
||||
placeholder="search..."
|
||||
/>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user