[TYPO3-dev] Changed action in FE Admin panel

Steffen Müller typo3 at t3node.com
Sat Apr 25 11:31:49 CEST 2009


Hi.

On 25.04.2009 07:45 Tapio Markula wrote:
> What is the idea behind changing
> 
> <form name="TSFE_ADMIN_PANEL_FORM"
> action="'.htmlspecialchars(t3lib_div::getIndpEnv('SCRIPT_NAME')).'#TSFE_ADMIN"
> method="get" style="margin:0;"
> onsubmit="document.forms.TSFE_ADMIN_PANEL_FORM[\'TSFE_ADMIN_PANEL[DUMMY]\'].value=Math.random().toString().substring(2,8)">'.
> 
> 
> to
> <form name="TSFE_ADMIN_PANEL_FORM"
> action="'.htmlspecialchars(t3lib_div::getIndpEnv('TYPO3_REQUEST_SCRIPT')).'#TSFE_ADMIN"
> method="get" style="margin:0;"
> onsubmit="document.forms.TSFE_ADMIN_PANEL_FORM[\'TSFE_ADMIN_PANEL[DUMMY]\'].value=Math.random().toString().substring(2,8)">'.
> 
>

http://forge.typo3.org/repositories/revision/typo3v4-core/4932
http://bugs.typo3.org/view.php?id=9600

-- 
cheers,
Steffen

http://www.wissenskommunikation.info/




More information about the TYPO3-dev mailing list