From 904d8aa7db736fbf89f94053c9ebd5c1376e7190 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Thu, 12 Nov 2015 05:42:49 -0500 Subject: [PATCH] custom text / link for login-page --- interface/web/login/templates/index.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/login/templates/index.htm b/interface/web/login/templates/index.htm index 8d9ff9e..9a75a66 100644 --- a/interface/web/login/templates/index.htm +++ b/interface/web/login/templates/index.htm @@ -25,4 +25,4 @@ <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> </div> </fieldset> - </form> \ No newline at end of file + </form> -- Gitblit v1.9.1