1
0
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:
camer0n
2025-01-10 09:57:52 -08:00
parent a1243c4175
commit 12fb2e0073

View 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>';