[TYPO3-UG Italy] dkdfeuserbelogin: modificato logout..

m@rco aa at aa.aa
Tue Mar 14 14:58:16 CET 2006


ho sostituito l'originale

> plugin.tx_dkdfeuserbelogin_pi1.logoutButton (
> <table cellspacing=0 cellpadding=0 border=0 width=100% bgcolor="#eeeeee">
> <tr>
> <td bgcolor="#666666"><font face="Tahoma, Arial, Helvetica" size="2">
> <img src="clear.gif" width="16" height="15"><font color="#FFFFFF"><b>Edit
Mode</b></font></font>
> </td>
> </tr>
> <tr>
> <td><img src="clear.gif" width="16" height="10"></td>
> </tr>
> <tr>
> <td>
> <img src="clear.gif" width="16" height="13"><a target="_top" class="link2"
href="###LOGOUTLINK###">CMS LogOut</a>
> </td>
> </tr>
> </table></p>
> )

con
plugin.tx_dkdfeuserbelogin_pi1.logoutButton (
    <input target="_top" type="button" value="CMS LogOut"
    onClick="parent.document.location='###LOGOUTLINK###'" />
)

ovvero semplicemente un pusante, come quello che permette di fare il login
BE-side
(uso parent.document.location perchè compare in un frame.)

Possono esserci problemi, e quali, secondo voi?

M





More information about the TYPO3-UG-italy mailing list