Resource icon

Quick ACP Dropdown Menu

Mutt

Well-known member
Mutt submitted a new resource:

Quick ACP Dropdown Menu (version 1) - adds a quick nav dropdown menu to the ACP link in the moderation bar

adds a quick navigation drop down menu to the admin control panel link in the moderation bar as seen here.

View attachment 26519

not that big of a deal but it saves a couple clicks.

open template moderator_bar and replace this
Code:
<a href="admin.php" class="acp adminLink"><span class="itemLabel">{xen:phrase admin_control_panel}</span></a>

with this
Code:
<div class="Popup">               
                <a href="admin.php" class="acp adminLink"...

Read more about this resource...
 
Top Bottom