From 9db614de644178de5af8672324929c2a2bad6638 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sun, 12 Jun 2016 20:09:02 +0200 Subject: [PATCH 1/2] frio: some template clean up --- view/theme/frio/templates/field_openid.tpl | 2 +- view/theme/frio/templates/field_password.tpl | 7 ++++--- view/theme/frio/templates/field_password_1.tpl | 7 ------- 3 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 view/theme/frio/templates/field_password_1.tpl diff --git a/view/theme/frio/templates/field_openid.tpl b/view/theme/frio/templates/field_openid.tpl index 00520b06a7..8081f9cf11 100644 --- a/view/theme/frio/templates/field_openid.tpl +++ b/view/theme/frio/templates/field_openid.tpl @@ -4,4 +4,4 @@ {{$field.3}}
- \ No newline at end of file + diff --git a/view/theme/frio/templates/field_password.tpl b/view/theme/frio/templates/field_password.tpl index 87b689bd53..31defaf33c 100644 --- a/view/theme/frio/templates/field_password.tpl +++ b/view/theme/frio/templates/field_password.tpl @@ -1,6 +1,7 @@ -
- - {{if $field.4}} {{$field.4}} {{/if}} +
+ + {{$field.3}} +
diff --git a/view/theme/frio/templates/field_password_1.tpl b/view/theme/frio/templates/field_password_1.tpl deleted file mode 100644 index 6bf16dacd2..0000000000 --- a/view/theme/frio/templates/field_password_1.tpl +++ /dev/null @@ -1,7 +0,0 @@ - -
- - - {{$field.3}} -
-
\ No newline at end of file From 85efa938983803f41278ddaba40d77d002108bc4 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sun, 12 Jun 2016 20:20:17 +0200 Subject: [PATCH 2/2] frio: little css fix --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 68c971c48d..28e75aa973 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1747,7 +1747,7 @@ ul.dropdown-menu li:hover { /* PAGES */ /* Profile-page */ -.generic-page-wrapper ,#profile-page, .profile_photo-content-wrapper, photos-content-wrapper, +.generic-page-wrapper ,#profile-page, .profile_photo-content-wrapper, .photos-content-wrapper, .contacts-content-wrapper, .suggest-content-wrapper, .common-content-wrapper, .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper, .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,