Search bouton loupe si pas de texte
This commit is contained in:
parent
687a98df15
commit
2510a1bc8d
@ -8,9 +8,11 @@
|
|||||||
'value' => $module::$motclef
|
'value' => $module::$motclef
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col3 verticalAlignMiddle">
|
<?php $col = empty($this->getData(['module', $this->getUrl(0), 'config', 'submitText'])) ? 'col1' : 'col3';?>
|
||||||
|
<div class="<?php echo $col;?> verticalAlignMiddle">
|
||||||
<?php echo template::submit('pageEditSubmit', [
|
<?php echo template::submit('pageEditSubmit', [
|
||||||
'value' => $this->getData(['module', $this->getUrl(0), 'config', 'submitText'])
|
'value' => $this->getData(['module', $this->getUrl(0), 'config', 'submitText']),
|
||||||
|
'ico' => 'search'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user