mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Set 'site' as a multilingual support item.
- on the find member account mail. - not critical fix. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11678 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d4f4066cfb
commit
32c10737f3
2 changed files with 16 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{$lang->msg_find_account_info}<br />
|
||||
<hr noshade="noshade" />
|
||||
<ul>
|
||||
<li>Site : <a href="{getUrl()}" target="_blank">{getUrl()}</a></li>
|
||||
<li loop="$memberInfo=>$name,$value">{$name} : {$value}</li>
|
||||
<li>{$lang->password} : <span style="color:red">{$auth_args->new_password}</span></li>
|
||||
<li>{$lang->site} : <a href="{getUrl()}" target="_blank">{getUrl()}</a></li>
|
||||
<li loop="$memberInfo=>$name,$value">{$name} : {$value}</li>
|
||||
<li>{$lang->password} : <span style="color:red">{$auth_args->new_password}</span></li>
|
||||
</ul>
|
||||
<hr noshade="noshade" />
|
||||
{$lang->msg_find_account_comment}<br />
|
||||
<a href="{$find_url}">{$find_url}</a>
|
||||
<a href="{$find_url}">{$find_url}</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue