[TYPO3-core] RFC #14348: Fix some link targets in the Install Tool

Patrick Broens patrick at netcreators.com
Mon May 10 16:36:12 CEST 2010


On 10-5-2010 2:22, Lars Houmark wrote:
> Hi,
> 
> This is a SVN patch request.
> 
> Type: Bugfix / No-brainer
> 
> BT reference: http://bugs.typo3.org/view.php?id=14348
> 
> Branches: trunk (4.3?)
> 
> Problem: In the Install Tool some external links opens in the same
> window which can be annoying, if you have new configurations not yet saved.
> 
> Also some internal links, (Backend admin, Frontend website) is opening
> in the same document. If that is inside the backend (the install tool
> was loaded via the backend) those links will open in the document frame,
> which for the backend link means opening the entire backend in the backend.
> 
> Solution: Fix the links to be what seems most logical for the link.
> 
> How to test: Click the links of the Install Tool :) Also, reading the
> patch is easy :)
> 
> -- 
> Lars Houmark
> 

-1

The install tool is using a XHTML doctype, which does not allow the
target attribute. This could be solved with:

* Use a customized DTD with the W3C XHTML Abstract Module for the target
* Use javascript and class combination for the links, which is preferred
by me.

Please keep W3C validation in mind, especially now we started the
Backend Cleanup Project.

Cheers

Patrick
"For proper markup" ;-)


More information about the TYPO3-team-core mailing list