Actions
Bug #14896
closedMinor problem in the frontend editing using MTB
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2005-08-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using MTB there is no admin panel available, if the page doesn't have any content element and there is no other component (for example a banner, which has defined using TS to all pages).
It could be nice, if in the top-left corner could be two icons (see the position from the attachment):
1) Edit header infor - using this could be possible ALWAYS to create a new page
2) Button 'Edit' from the TOOLBAR set
if ($perms&2) {
$params='&edit[pages]['.$id.']=edit';
$toolBar.='<a href="'.htmlspecialchars(TYPO3_mainDir.'alt_doc.php?'.$params.'&noView=1&returnUrl='.rawurlencode(t3lib_div::getIndpEnv('REQUEST_URI'))).'">'.
'<img class="tb-button tb-button-edit" src="t3lib/gfx/edit2.gif" border="0" align="top" title="'.$this->extGetLL('edit_editPageHeader').'" alt="" /></a>';
}
(I have added some classes to the button)
Now it is ALWAYS possible to create a new page using frontend editiong
(issue imported from #M1338)
Files
Actions