mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 160 login system message show only in admin module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9228 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f3b6992b31
commit
cb112cb9ac
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
</div>
|
||||
<div id="loginAccess" class="gLogin">
|
||||
<h1>{$system_message}</h1>
|
||||
<!--@if(!$is_logged)-->
|
||||
<!--@if(!$is_logged && $module == 'admin')-->
|
||||
<!--%import("../../../../common/js/jquery.js")-->
|
||||
<!--%import("./filter/openid_login.xml")-->
|
||||
<!--%import("./message.js")-->
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
</div>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<!--@if($is_logged)-->
|
||||
<!--@if($is_logged && $module == 'admin')-->
|
||||
<div class="logOut">
|
||||
<span class="buttonAccount"><a href="{getUrl('act','dispMemberLogout','module','')}">{$lang->cmd_logout}</a></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue