Use svg-image in backend
This commit is contained in:
parent
3e63d90c19
commit
dfdc956121
@ -71,7 +71,7 @@ $order_options = &$GLOBALS['TL_LANG']['tl_rateit_order_options'];
|
||||
<div class="tl_panel">
|
||||
|
||||
<div class="tl_submit_panel tl_subpanel">
|
||||
<input type="image" name="filter" id="filter" src="<?php echo TL_FILES_URL; ?>system/themes/<?php echo $this->getTheme(); ?>/images/reload.gif" class="tl_img_submit" title="<?php echo $text['apply']; ?>" alt="<?php echo $text['apply']; ?>">
|
||||
<input type="image" name="filter" id="filter" src="<?php echo TL_FILES_URL; ?>system/themes/<?php echo $this->getTheme(); ?>/icons/filter-apply.svg" class="tl_img_submit" title="<?php echo $text['apply']; ?>" alt="<?php echo $text['apply']; ?>">
|
||||
</div>
|
||||
|
||||
<div class="tl_limit tl_subpanel">
|
||||
|
@ -99,7 +99,7 @@ $labels = $GLOBALS['TL_CONFIG']['rating_type'] == 'hearts' ? $GLOBALS['TL_LANG']
|
||||
<div class="tl_panel" style="border-bottom: none !important;">
|
||||
|
||||
<div class="tl_submit_panel tl_subpanel">
|
||||
<input type="image" name="filter" id="filter" src="<?php echo TL_FILES_URL; ?>system/themes/<?php echo $this->getTheme(); ?>/images/reload.gif" class="tl_img_submit" title="<?php echo $text['apply']; ?>" alt="<?php echo $text['apply']; ?>">
|
||||
<input type="image" name="filter" id="filter" src="<?php echo TL_FILES_URL; ?>system/themes/<?php echo $this->getTheme(); ?>/icons/filter-apply.svg" class="tl_img_submit" title="<?php echo $text['apply']; ?>" alt="<?php echo $text['apply']; ?>">
|
||||
</div>
|
||||
|
||||
<div class="tl_limit tl_subpanel">
|
||||
|
Loading…
Reference in New Issue
Block a user