1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 15:54:43 +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

@@ -3,7 +3,7 @@
if (!defined('e107_INIT')) { exit; }
if (!defined("USER_WIDTH") && deftrue('BOOTSTRAP')!==true){ define("USER_WIDTH","width:70%"); }
if (!defined("USER_WIDTH") && !deftrue('BOOTSTRAP')){ define("USER_WIDTH","width:70%"); }
// ##### FPW TABLE -----------------------------------------------------------------------------
if(!isset($FPW_TABLE))
@@ -78,4 +78,26 @@ if(!isset($FPW_TABLE_FOOTER))
}
// ##### ------------------------------------------------------------------------------------------
$FPW_TEMPLATE['form'] = '
<div class="row">
<div class="col-sm-12 col-md-8">
<p>{FPW_TEXT}</p>
<div class="form-group">{FPW_USEREMAIL}</div>
<div class="row">
<div class="col-xs-12 col-sm-4 col-sm-offset-8">
{FPW_SUBMIT}
</div>
</div>
</div>
</div>
';
$FPW_TEMPLATE['header'] = '';
$FPW_TEMPLATE['footer'] = '';
?>