Skip to content

Commit 465a043

Browse files
author
Kristan Kenney
committed
Update reset password dialogs
1 parent 3bc7fe8 commit 465a043

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/templates/reset_1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
</tr>
3333
<tr>
3434
<td style="padding: 20px 0 12px 0;">
35+
<input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="location.href='/login/'">&nbsp;&nbsp;
3536
<input tabindex="2" type="submit" value="<?php print __('Submit');?>" class="button">
36-
<input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="location.href='/login/'">
3737
</td>
3838
</tr>
3939
</table>

web/templates/reset_2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
</tr>
3333
<tr>
3434
<td style="padding: 20px 0 12px 0;">
35+
<input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="location.href='/reset/'">&nbsp;&nbsp;
3536
<input tabindex="2" type="submit" value="<?php print __('Confirm');?>" class="button">
36-
<input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="location.href='/reset/'">
3737
</td>
3838
</tr>
3939
</table>

web/templates/reset_3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
</tr>
4141
<tr>
4242
<td style="padding: 20px 0 12px 0;">
43+
<input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="location.href='/login/'">&nbsp;&nbsp;
4344
<input tabindex="3" type="submit" value="<?php print __('Reset');?>" class="button">
44-
<input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="location.href='/login/'">
4545
</td>
4646
</tr>
4747
</table>

0 commit comments

Comments
 (0)