Project

General

Profile

Actions

Feature #29512

closed

Admin Panel position feature

Added by Anonymous about 13 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-09-06
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Hi there,

a nice feature for the T3 Admin-Panel would be that the position is not set to absolut but fixed.

The Advantage is, that you can always have you admin panel with you when working on a specific page and since most integrators work in a screen that is larger than the actual website, it can always be put somewhere, where it is not hiding the content.

Of course this fits not all integrators since people also work on laptops and netbooks, so maybe this feature should be activatable in the admin panel or somehing.

A way that already works is to include the following somewhere in a css file:


#TSFE_ADMIN_PANEL_FORM .typo3-adminPanel {
    background-color: #FFFFFF;
    box-shadow: 0 3px 15px #808080;
    position: fixed;
}

The Admin panel can still be moved and it still saves the last position but when you scroll, it stays right in place.

Greets

Tizian


Files

adminpanel-closed.png (11 KB) adminpanel-closed.png Closed admin panel displays on top right corner of the page Bernhard Eckl, 2011-09-08 14:56
adminpanel.png (20.5 KB) adminpanel.png Opened admin panel displays on top of the page Bernhard Eckl, 2011-09-08 14:56

Updated by Bernhard Eckl about 13 years ago

This is not the same as you mean, but I developed something similar. With CSS I made a »topbar« from the admin panel. The bar is open and closable like the original. If it is closed, it is fixed (CSS) at the top right corner of the page, if it is opened, it is directly fixed on top of the page. Maybe this would also be interesting for you? Enclosed see the screenshot.
Actually this is a hardcoded hack in the core file typo3/sysext/cms/tslib/class.tslib_adminpanel.php, I wanted to make an XClass Extension when I got the time for it. Another option could also be, that the core offers options to configure the adminpanel: Option 1 like it is normally, Option 2 with fixed CSS like you reported, Option 3 render it like a topbar.
What do you think? I also posted this one time here: http://forge.typo3.org/issues/13772

Actions #2

Updated by Mathias Schreiber almost 10 years ago

  • Status changed from New to Closed

the admin panel cann be dragged and dropped

Actions

Also available in: Atom PDF