1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

Bootstrap3 Forget-password template added.

This commit is contained in:
Cameron
2014-01-03 02:43:16 -08:00
parent d66a9f8d54
commit 99ec761bc2
4 changed files with 61 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ class theme_shortcodes extends e_shortcode
<li class="divider-vertical"></li>
<li class="dropdown">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">Sign In <strong class="caret"></strong></a>
<div class="dropdown-menu" style="padding: 15px; padding-bottom: 0px;">
<div class="dropdown-menu col-sm-12" style="min-width:250px; padding: 15px; padding-bottom: 0px;">
<form method="post" onsubmit="hashLoginPassword(this);return true" action="'.e_REQUEST_HTTP.'" accept-charset="UTF-8">
{LM_USERNAME_INPUT}
{LM_PASSWORD_INPUT}
@@ -56,8 +56,9 @@ class theme_shortcodes extends e_shortcode
';
$text .= '
<a href="{LM_FPW_LINK=href}" class="btn btn-small btn-block">'.LOGIN_MENU_L4.'</a>
<a href="{LM_RESEND_LINK=href}" class="btn btn-small btn-block">'.LOGIN_MENU_L40.'</a>
<a href="{LM_FPW_LINK=href}" class="btn btn-default btn-sm btn-block">'.LOGIN_MENU_L4.'</a>
<a href="{LM_RESEND_LINK=href}" class="btn btn-default btn-sm btn-block">'.LOGIN_MENU_L40.'</a>
';
@@ -69,7 +70,7 @@ class theme_shortcodes extends e_shortcode
';
*/
$text .= "
$text .= "<p></p>
</form>
</div>