Bug #21056
closedClose Button is at the wrong place when editing a file in filelist
0%
Description
When editing a file via the file list browser, the close button is the third icon. everywhere else it is the first one except here. for consistency i would suggest to move it to the first position as well
(issue imported from #M11957)
Files
Updated by Simon Schaufelberger about 14 years ago
change in file "typo3/templates/file_edit.html" the following lines to this:
###CANCEL###
###SAVE######SAVE_CLOSE###
Updated by Chris topher about 14 years ago
Hi Simon,
can you make apatch file with your changes and send that to Core List?
That would be great!
For more information see here: http://typo3.org/teams/core/core-mailinglist-rules
Updated by Simon Schaufelberger about 14 years ago
Hi Christopher,
can you tell me why this is so complicated?
I mean, i can just upload here the patch file, why does it need to go through the mailing list as well?
Updated by Chris topher about 14 years ago
Hmm, it is the standard review process for every change to the Core. It has nothing to do with your patch in special.
Most changes are not that obvious. Therefore a place is needed to conveniently discuss things and also later to be able to look up why things where done the way they were finally done. This can be done better on a mailing list instead of in a bugtracker.
But in case of obvious changes this is no obstacle; things are dealt with rather quickly and uncomplicatedly.
Just send the mail with your patch and you will see!
Updated by Steffen Gebert about 14 years ago
Simon, please have a look at http://typo3blogger.de/ab-in-den-core/ , where I described the process (in German).
Updated by Steffen Gebert about 14 years ago
Committed to trunk rev. 9240
Thanks for your first contribution, Simon!