Skip to content

Commit d3f1197

Browse files
author
Till Brehm
committed
Merge branch 'master' into 'master'
interject login button Submit button should be on the right. See merge request !499
2 parents fe04ab8 + d2d9106 commit d3f1197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/login/templates/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<input type="hidden" name="s_mod" value="login" />
2222
<input type="hidden" name="s_pg" value="index" />
2323
<div class="right">
24-
<input class="btn btn-default formbutton-default" type="submit" value="{tmpl_var name='login_txt'}">
2524
<tmpl_if name="pw_lost_show"><button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='pw_lost_txt'}" onClick="document.location.href='password_reset.php';">{tmpl_var name='pw_lost_txt'}</button></tmpl_if>
25+
<input class="btn btn-default formbutton-default" type="submit" value="{tmpl_var name='login_txt'}">
2626
</div>
2727
</fieldset>
2828
</form>

0 commit comments

Comments
 (0)