projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
473544e
)
splash button difference disabled
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 16 Mar 2013 08:51:16 +0000
(09:51 +0100)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 16 Mar 2013 08:51:16 +0000
(09:51 +0100)
web/Obj/user.phh
patch
|
blob
|
history
diff --git
a/web/Obj/user.phh
b/web/Obj/user.phh
index
51956c8
..
a2c3829
100644
(file)
--- a/
web/Obj/user.phh
+++ b/
web/Obj/user.phh
@@
-588,7
+588,8
@@
class User {
$is_super = $this->flags & USER_FLAG_TY_SUPER;
$ret .= show_notify_ex(str_replace("\n", " ", $G_splash_content[$G_lang]),
($is_super ? 0 : $G_splash_timeout),
$is_super = $this->flags & USER_FLAG_TY_SUPER;
$ret .= show_notify_ex(str_replace("\n", " ", $G_splash_content[$G_lang]),
($is_super ? 0 : $G_splash_timeout),
- $mlang_indrd[($is_super ? 'btn_btotabsup' : 'btn_backtotab')][$G_lang],
+ // $mlang_indrd[($is_super ? 'btn_btotabsup' : 'btn_backtotab')][$G_lang],
+ $mlang_indrd['btn_backtotab'][$G_lang],
$G_splash_w, $G_splash_h, true,
($is_super ? 0 : $G_splash_timeout));
$ret .= sprintf('|createCookie("CO_splashdate%d", %d, 24*365, cookiepath);', $G_splash_idx, $curtime);
$G_splash_w, $G_splash_h, true,
($is_super ? 0 : $G_splash_timeout));
$ret .= sprintf('|createCookie("CO_splashdate%d", %d, 24*365, cookiepath);', $G_splash_idx, $curtime);