From e858ee811b62f46ffc2f2ab655b6f1bc796ecbc0 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Mon, 26 Oct 2015 13:57:12 +0100 Subject: Fixed connection page. Page was overcrowded on systems with larger fonts. --- view/tpl/connection_template.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl') diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index 47f01ef5d..35e97f3e9 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -4,6 +4,7 @@
{{$contact.name}}
+
{{$contact.edit}}
-- cgit v1.2.3 From 5e28b1216e1a44b60c1d1cf33d069b1043653103 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Mon, 26 Oct 2015 14:05:45 +0100 Subject: Added a few generic-content-wrapper-styled classes and a button position fixed for lostpass. mod/search probably needs a .tpl in the future, but I don't know how to that. --- view/tpl/lostpass.tpl | 7 +++---- view/tpl/myapps.tpl | 3 ++- view/tpl/prep.tpl | 7 ++----- view/tpl/rating_form.tpl | 2 +- view/tpl/register.tpl | 16 +++++++++++----- view/tpl/rmagic.tpl | 2 ++ 6 files changed, 21 insertions(+), 16 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/lostpass.tpl b/view/tpl/lostpass.tpl index f6fdb28d7..8ecfd215b 100755 --- a/view/tpl/lostpass.tpl +++ b/view/tpl/lostpass.tpl @@ -1,3 +1,4 @@ +

{{$title}}

@@ -8,11 +9,9 @@

+
-
- -
- +
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl index ccb995849..32d544a86 100755 --- a/view/tpl/myapps.tpl +++ b/view/tpl/myapps.tpl @@ -1,7 +1,8 @@ +

{{$title}}

{{foreach $apps as $ap}} {{$ap}} {{/foreach}}
- +
diff --git a/view/tpl/prep.tpl b/view/tpl/prep.tpl index 7bef7a417..debba13a8 100644 --- a/view/tpl/prep.tpl +++ b/view/tpl/prep.tpl @@ -1,3 +1,4 @@ +

{{$header}}

{{if $site}} @@ -27,8 +28,4 @@
{{/foreach}} {{/if}} - - - - - + diff --git a/view/tpl/rating_form.tpl b/view/tpl/rating_form.tpl index 95c2eb03f..d072a0b3c 100644 --- a/view/tpl/rating_form.tpl +++ b/view/tpl/rating_form.tpl @@ -19,4 +19,4 @@ - \ No newline at end of file + diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index ed673031a..4a9a6ce03 100755 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -1,8 +1,8 @@ + +

{{$title}}

-
- - +
{{if $reg_is}}
{{$reg_is}}
@@ -12,6 +12,11 @@ {{if $other_sites}}
{{$other_sites}}
{{/if}} +
+
+ + + {{if $invitations}}

{{$invite_desc}}

@@ -45,7 +50,8 @@ {{/if}} - +
- +
+
diff --git a/view/tpl/rmagic.tpl b/view/tpl/rmagic.tpl index 58df71718..d0f7aab64 100755 --- a/view/tpl/rmagic.tpl +++ b/view/tpl/rmagic.tpl @@ -1,3 +1,4 @@ +

{{$title}}

@@ -9,3 +10,4 @@
+
-- cgit v1.2.3 From 2099ac06155cfbbfec5040b172b3d88bdf610ed2 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Mon, 26 Oct 2015 14:16:05 +0100 Subject: Revert this one. This was hub specific. --- view/tpl/register.tpl | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index 4a9a6ce03..ed673031a 100755 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -1,8 +1,8 @@ - -

{{$title}}

-
+
+ + {{if $reg_is}}
{{$reg_is}}
@@ -12,11 +12,6 @@ {{if $other_sites}}
{{$other_sites}}
{{/if}} -
-
- - - {{if $invitations}}

{{$invite_desc}}

@@ -50,8 +45,7 @@ {{/if}} - +
+ -
-
-- cgit v1.2.3