mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 00:41:52 +02:00
Closes #5336 - Forgot password page Bootstrap5 template fix.
This commit is contained in:
24
e107_core/templates/bootstrap5/fpw_template.php
Normal file
24
e107_core/templates/bootstrap5/fpw_template.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
// $Id$
|
||||
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
|
||||
$FPW_TEMPLATE['form'] = '
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<p>{FPW_TEXT}</p>
|
||||
<div class="form-group my-2">{FPW_USEREMAIL}</div>
|
||||
<div class="form-group my-2">{FPW_CAPTCHA_IMG}{FPW_CAPTCHA_INPUT}</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 m-auto">
|
||||
{FPW_SUBMIT}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
|
||||
$FPW_TEMPLATE['header'] = '<div id="fpw-page" class="container">';
|
||||
$FPW_TEMPLATE['footer'] = '</div>';
|
Reference in New Issue
Block a user