File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
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_COMPLETE_LABEL " >
3+ <fieldset name =" default" >
44 <field
55 name=" password1"
66 type=" password"
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_CONFIRM_LABEL " >
3+ <fieldset name =" default" >
44 <field
55 name=" username"
66 type=" text"
Original file line number Diff line number Diff line change 3232 <form action="<?php echo Route::_ ('index.php?task=reset.complete ' ); ?> " method="post" class="com-users-reset-complete__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+ < fieldset>
36+ <legend><?php echo Text::_ (' COM_USERS_COMPLETE ' ); ?> </legend>
37+ <p> < ?php echo Text:: _ ( ' COM_USERS_RESET_COMPLETE_LABEL ' ) ; ?> <p >
3838 <?php echo $ this ->form ->renderFieldset ($ fieldset ->name ); ?>
3939 </fieldset>
4040 <?php endforeach ; ?>
Original file line number Diff line number Diff line change 3232 <form action="<?php echo Route::_ ('index.php?task=reset.confirm ' ); ?> " method="post" class="com-users-reset-confirm__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+ < fieldset>
36+ <legend><?php echo Text::_ (' COM_USERS_FIELD_RESET_CONFIRM_TOKEN_LABEL ' ); ?> </legend>
37+ <p> < ?php echo Text:: _ ( ' COM_USERS_RESET_CONFIRM_LABEL ' ) ; ?> <p >
3838 <?php echo $ this ->form ->renderFieldset ($ fieldset ->name ); ?>
3939 </fieldset>
4040 <?php endforeach ; ?>
You can’t perform that action at this time.
0 commit comments