Project

General

Profile

Actions

Bug #18867

closed

Enhance page modul

Added by Steffen Kamper almost 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-05-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Description

there are several issues concerning the page module (classic)

  • CE's are not well separated
  • the view is crowded with ungrouped icons
  • there is too much info visible
  • edit links are not consistent, some texts are not linked
  • crop of text preview is hardcoded to 1500
  • Headers are not consistent with list view
  • CSH icon is at wrong position
  • CSH of big buttons has wrong position
  • quickedit has wrong order of funtion menus
  • not unique width of columns looks bad
  • difficult to get a visual focus, users are irretated

i tried to handle all issues in my patch, some screenshots are added

Beside the visual changes i did there are 3 new configuration params for usage in pageTS

var $showLanguageLabelInCE = false; // If set true, label for language will be shown in CE header
var $previewTextCropLength = 150; // sets length of preview text of CEs
var $columnWidth = 200; // fix width for columns

This has to be documented.

Usage (pageTS):

mod.web_layout { # this brings back the language labels in CE
showLanguageLabelInCE = 1 # sets preview text length
previewTextCropLength = 500 # sets fixed width for columns. For auto-width set it to 0
columnWidth = 280
}

(issue imported from #M8543)


Files

new_web_layout1.png (49.7 KB) new_web_layout1.png Administrator Admin, 2008-05-28 20:37
new_web_layout2.png (14.6 KB) new_web_layout2.png Administrator Admin, 2008-05-28 20:38
new_web_layout3.png (49.7 KB) new_web_layout3.png Administrator Admin, 2008-05-28 20:38
web_layout.diff (61.9 KB) web_layout.diff Administrator Admin, 2008-05-28 22:39
typo3_8543.patch (30.7 KB) typo3_8543.patch Administrator Admin, 2008-11-11 14:39
8543_v3.patch (30.8 KB) 8543_v3.patch Administrator Admin, 2009-01-21 14:49
8543_4.3.1.patch (30.9 KB) 8543_4.3.1.patch Administrator Admin, 2010-01-15 16:01

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #17203: Access Check for Content Elements before drawing the InterfaceClosed2007-04-12

Actions
Related to TYPO3 Core - Bug #22726: New Backend DesignClosedBenni Mack2010-05-27

Actions
Actions

Also available in: Atom PDF