We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe04ab8 + d2d9106 commit d3f1197Copy full SHA for d3f1197
interface/web/login/templates/index.htm
@@ -21,8 +21,8 @@
21
<input type="hidden" name="s_mod" value="login" />
22
<input type="hidden" name="s_pg" value="index" />
23
<div class="right">
24
- <input class="btn btn-default formbutton-default" type="submit" value="{tmpl_var name='login_txt'}">
25
<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>
+ <input class="btn btn-default formbutton-default" type="submit" value="{tmpl_var name='login_txt'}">
26
</div>
27
</fieldset>
28
</form>
0 commit comments