mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
Issue 2106 Mobile support for Member module fix and apply Mobile member module identity as CSS written.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10810 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bdd2b37b6c
commit
b297e9eeee
15 changed files with 212 additions and 31 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<include target="./common_header.html" />
|
||||
<load target="filter/find_member_account.xml" />
|
||||
<h1 class="h1">{$lang->cmd_find_member_account}</h1>
|
||||
<h2 class="h2">{$lang->cmd_find_member_account_with_email}</h2>
|
||||
<p>{$lang->about_find_member_account}</p>
|
||||
<form action="./" method="get" class="form" onsubmit="return procFilter(this, find_member_account)">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
</form>
|
||||
<!--@if(count($lang->find_account_question_items)>1)-->
|
||||
<h1 class="h1">{$lang->cmd_find_member_account}</h1>
|
||||
<h2 class="h2">{$lang->cmd_find_member_account_with_email_question}</h2>
|
||||
<p>{$lang->about_find_account_question}</p>
|
||||
<form action="./" method="get" class="form" ruleset="@find_member_account_by_question">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue