View Single Post
  #22  
Old 07-29-2017, 03:19 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Admin Quick Find Togglable Panel

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}
Attached Files
File Type: tpl quick_find.tpl (8.9 KB, 253 views)
__________________
xcartmods.co.uk
Reply With Quote