File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<form >
3- <fieldset name =" default" label = " COM_USERS_RESET_REQUEST_LABEL " >
3+ <fieldset name =" default" >
44 <field
55 name=" email"
66 type=" email"
Original file line number Diff line number Diff line change 3232 <form action="<?php echo Route::_ ('index.php?task=reset.request ' ); ?> " method="post" id="user-registration" class="com-users-reset__form form-validate form-horizontal well">
3333 <?php foreach ($ this ->form ->getFieldsets () as $ fieldset ) : ?>
3434 <fieldset>
35- <?php if (isset ($ fieldset ->label )) : ?>
36- <legend><?php echo Text::_ ($ fieldset ->label ); ?> </legend>
37- <?php endif ; ?>
35+ <legend><?php echo Text::_ ('COM_USERS_RESET ' ); ?> </legend>
36+ <p><?php echo Text::_ ('COM_USERS_RESET_REQUEST_LABEL ' ); ?> <p>
3837 <?php echo $ this ->form ->renderFieldset ($ fieldset ->name ); ?>
3938 </fieldset>
4039 <?php endforeach ; ?>
You can’t perform that action at this time.
0 commit comments