- #598: Ask for confirmation -FRU
- #616: Fix encoding issues with mail to moderate -FRU
+ * Profile:
+ - #628: Fix edition link from user's own profile -FRU
+
* Register:
- #277: Improve ergonomy. -FRU
return true;
} else if (obj.attachEvent) {
return obj.attachEvent("on"+evt, f);
- }
+ }
+ return false;
}
// }}}
node.onclick = function () { window.open(this.href); return false; };
}
if(node.className == 'popup2') {
- node.onclick = function () { popWin(this,840,600); return false; };
+ node.onclick = function () { popWin(this,840,600); return false; };
}
if(matches = (/^popup_([0-9]*)x([0-9]*)$/).exec(node.className)) {
var w = matches[1], h = matches[2];
// {{{ function pa_onload
-attachEvent(window, 'load', auto_links);
+if (!attachEvent(window, 'load', auto_links)) {
+ window.onload = auto_links;
+}
// }}}
{**************************************************************************}
{literal}
-<script type="text/javascript">
-function chgMainWinLoc( strPage ) {
+<script type="text/javascript">//<![CDATA[
+function chgMainWinLoc( strPage , iePage) {
+ if (navigator.appName == 'Microsoft Internet Explorer') {
+ strPage = iePage;
+ }
if (parent.opener) {
parent.opener.document.location = strPage;
+ window.close();
} else {
document.location = strPage;
}
}
-</script>
+//]]></script>
{/literal}
{if $logged and $x.forlife eq $smarty.session.forlife}
-[<a href="javascript:x()" onclick="chgMainWinLoc('profile/edit')">Modifier ma fiche</a>]
+[<a href="javascript:chgMainWinLoc('profile/edit', 'edit')">Modifier ma fiche</a>]
{/if}
<table id="fiche" cellpadding="0" cellspacing="0">