<a href="javascript:;" class="row-remover"
title="[% l('Remove row') %]" alt="[% l('Remove row') %]"
onclick='return killRowIfAtLeast(1, this);'>
- <img src="[% ctx.media_prefix %]/images/adv_row_close_btn.png"
+ <img src="[% ctx.media_prefix %]/images/expert_row_close_btn.png"
alt="[% l('Remove Search Row') %]"/>
</a>
</td>
<a href="javascript:;" class="row-remover"
title="[% l('Remove row') %]" alt="[% l('Remove row') %]"
onclick='return killRowIfAtLeast(2, this);'>
- <img src="[% ctx.media_prefix %]/images/adv_row_close_btn.png"
+ <img src="[% ctx.media_prefix %]/images/expert_row_close_btn.png"
alt="[% l('Remove row') %]"/>
</a>
</td>
</div>
<div class="button">
[% IF ctx.saved_searches_expanded %]
- <a href="[% mkurl('', {'sss_expand' => 0}) %]" title="[% l('Collapse') %]"><img src="[% ctx.media_prefix %]/images/adv_search_minus_btn.png" alt="[% l('Collapse') %]" /></a>
+ <a href="[% mkurl('', {'sss_expand' => 0}) %]" title="[% l('Collapse') %]"><img src="[% ctx.media_prefix %]/images/staff_search_minus_btn.png" alt="[% l('Collapse') %]" /></a>
[% ELSE %]
- <a href="[% mkurl('', {'sss_expand' => 1}) %]" title="[% l('Expand') %]"><img src="[% ctx.media_prefix %]/images/adv_search_plus_btn.png" alt="[% l('Expand') %]" /></a>
+ <a href="[% mkurl('', {'sss_expand' => 1}) %]" title="[% l('Expand') %]"><img src="[% ctx.media_prefix %]/images/staff_search_plus_btn.png" alt="[% l('Expand') %]" /></a>
[% END %]
</div>
<div class="clear"> </div>