add to r10810 sub fixes

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10811 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2012-06-30 18:02:34 +00:00
parent b297e9eeee
commit fd51714310
3 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@ input[type=radio]{width:13px;height:13px;margin:0;padding:0}
.ff label+input[type=password],
.ff label+textarea{padding:5px}
/* Help */
.hp{background:#eee;border-top:1px solid #ddd;padding:12px 10px !important;margin:10px -10px !important;}
.hp{background:#eee;border-top:1px solid #ddd;padding:12px 10px !important;margin:10px 0px !important;}
.hp li{margin:0;display:inline;border-left:1px solid #ccc;padding:0 4px 0 8px;}
.hp li:first-child{border:0;}
.hp a{color:#333;text-decoration:none}

View file

@ -4,7 +4,7 @@
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<h2 class="hx h2">{$lang->cmd_find_member_account_with_email}</h2>
<div class="hx h2"><h2>{$lang->cmd_find_member_account_with_email}</h2></div>
<form action="./" ruleset="findAccount" method="post" class="ff">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberFindAccount" />
@ -24,8 +24,8 @@
</form>
<!--@if(count($lang->find_account_question_items)>1)-->
<h2 class="hx h2">{$lang->cmd_find_member_account_with_email_question}</h2>
<p>{$lang->about_find_account_question}</p>
<div class="hx h2"><h2>{$lang->cmd_find_member_account_with_email_question}</h2></div>
<p style="margin:3px 10px;color:#666">{$lang->about_find_account_question}</p>
<form action="./" method="post" class="ff" ruleset="@find_member_account_by_question">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="mid" value="{$mid}" />

View file

@ -1,6 +1,6 @@
<load target="css/msignup.css" usecdn="true" />
<div>
<h2 class="hx h2">{$lang->cmd_find_member_account}</h2>
<div class="hx h2"><h2>{$lang->cmd_find_member_account}</h2></div>
<p>{$lang->about_temp_password}</p>
<p><!--@if($identifier == 'user_id')-->{$lang->user_id}<!--@else-->{$lang->email_address}<!--@end-->: {$user_id}</p>
<p>{$lang->temp_password}: {$temp_password}</p>