X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Admin Quick Find Togglable Panel (https://forum.x-cart.com/showthread.php?t=71112)

Raptor 04-12-2017 10:31 PM

Re: Admin Quick Find Togglable Panel
 
Use this all the time - awesome :)

PhilJ 07-29-2017 03:19 PM

Re: Admin Quick Find Togglable Panel
 
1 Attachment(s)
New version, which can be fluid or fixed width, plus the toggle button is moved to the admin top header menu...



1) Upload attached quick_find.tpl to skin/common_files

2) At the end of skin/common_files/head_admin.tpl

INSERT...
Code:

{* Quick Find Admin Panel *}
{include file="admin/quick_find.tpl"}
{* / Quick Find Admin Panel *}

3) In skin/common_files/admin/goodies.tpl

BEFORE...
Code:

<li class="orange">
INSERT...
Code:

{* Quick Find Admin Panel *}
<li class="orange qf_toggler" title="Quick Find">
<a href='javascript:;' class="qf_toggler_icon"><i class="fa fa-search-plus fa-flip-horizontal"></i></a>
</li>
{* / Quick Find Admin Panel *}

Done.

Note the options at the top of quick_find.tpl

Quote:

{*-------------------------------*}
{* Set Width - eg. 97% or 1366px *}
{*-------------------------------*}

{assign var='qf_width' value="97%"}

{*-------------------------------*}
{* Show Languages Field - true or false *}
{*-------------------------------*}

{assign var='qf_languages' value=true}


PhilJ 09-10-2017 03:42 PM

Re: Admin Quick Find Togglable Panel
 
^ updated for the RMA module / returns.


All times are GMT -8. The time now is 11:33 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.