mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Login widget UI fix. When widget code has not colorset, login button is displayed submit(text) type.
widgets/login_info/skins/xe_official/login_form.html git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9871 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f874e669e0
commit
87e5c89db1
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@
|
|||
<label for="keep_signed">{$lang->keep_signed}</label>
|
||||
</p>
|
||||
</div>
|
||||
<input type="image" src="./images/{$colorset}/buttonLogin.gif" alt="login" class="login" />
|
||||
<input type="image" src="./images/{$colorset}/buttonLogin.gif" alt="login" class="login" cond="$colorset" />
|
||||
<input type="submit" class="login" cond="!$colorset" value="{$lang->cmd_login}" />
|
||||
</div>
|
||||
<p cond="$ssl_mode" class="securitySignIn <!--@if($ssl_mode)-->SSL<!--@else-->noneSSL<!--@end-->">
|
||||
<button type="button" class="text" onclick="toggleSecuritySignIn(); return false;">{$lang->security_sign_in}</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue