Bug #15313
closedThe width of tt_content is too large (due to access options)
0%
Description
When editing tt_content we have now the opportunity to set access to multiple groups (before only 1).
It's great but this feature make the size of the form too large.
CURRENT display ==============
General options:
Start:_______Stop:_______Access:_______Include subpages:_______
BETTER display ==============
General options:
Start:_______Stop:_______
Access:_______Include subpages:_______
Maybe it's better...
(issue imported from #M2105)
Files
Updated by Karsten Dambekalns almost 19 years ago
Indeed it would be better to have this below each other.
Updated by Sebastian Kurfuerst almost 19 years ago
I currently do not think this is possible via TCEforms.
There are two options: Insert --div-- and use dividers to tabs - then we will have two tabs there.
A second option would be to create a new divider like --newline-- which does a break.
Any comments?
Grtz,
Sebastian
Updated by Brice BERNARD almost 19 years ago
I think --newline-- is a good feature
Updated by Sebastian Kurfuerst almost 19 years ago
Hi,
I think ben talked with you about this issue. Could you have a look and give me some feedback?
Thanks :-)
Sebastian
Updated by Sebastian Kurfuerst almost 19 years ago
Hi,
I experienced serious difficulties implementing --newline--, in particular because this field resides in a palette which is defined as mainPalette.
The current solution does it differently:
it makes the mainPalette a comma-seperated list of palettes, and this makes it possible to split the palettes up.
Anyways, Newline might be cleaner I think.
Greets, Sebastian
Updated by Martin Kutschker almost 19 years ago
As stated in bug #15388 the access field is not only too broad but has serious usability issues: two items exclude all others (hide-at-login and show-at-any-login) and one is completely pointless (Usergroups:).
IMHO both bugs MUST be resolved for 4.0.
Updated by Martin Kutschker almost 19 years ago
Hi!
Irgendwelche Ideen wie man dem Problem beikommen könnte? Wie gesagt, nicht nur die breite ist ein Problem.
LG,
Masi
Updated by Kasper Skårhøj almost 19 years ago
Patch is fine with me, remember update to "TYPO3 Core API"!
Updated by Sebastian Kurfuerst almost 19 years ago
Hi,
I fixed this issue in CVS. However, this does not fix the related issue ("bad usability")
Greets, Sebastian