From dfa9f54015aabcf0e2261105cf55d3f2baf411bf Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Sun, 31 Jan 2016 12:49:16 +0100 Subject: [PATCH] Added improved generate password buttons in reseller and client forms. --- .../web/client/templates/client_edit_address.htm | 11 +++++++++-- .../web/client/templates/reseller_edit_address.htm | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/interface/web/client/templates/client_edit_address.htm b/interface/web/client/templates/client_edit_address.htm index c5c6cf3090..1c47d04189 100644 --- a/interface/web/client/templates/client_edit_address.htm +++ b/interface/web/client/templates/client_edit_address.htm @@ -27,9 +27,16 @@
-
+
-
 
{tmpl_var name='generate_password_txt'} +
+
+ + + + +
+
diff --git a/interface/web/client/templates/reseller_edit_address.htm b/interface/web/client/templates/reseller_edit_address.htm index d05b9fbda9..fa86466330 100644 --- a/interface/web/client/templates/reseller_edit_address.htm +++ b/interface/web/client/templates/reseller_edit_address.htm @@ -27,9 +27,16 @@
-
+
-
 
{tmpl_var name='generate_password_txt'} +
+
+ + + + +
+
-- GitLab