From 548bf884a4b34a4881f3188e54c592597f755dc9 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 1 Mar 2016 21:06:27 -0800 Subject: profile field admin page (functional only: still needs a lot of HTML/CSS cleanup) --- view/tpl/admin_profiles.tpl | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 view/tpl/admin_profiles.tpl (limited to 'view/tpl/admin_profiles.tpl') diff --git a/view/tpl/admin_profiles.tpl b/view/tpl/admin_profiles.tpl new file mode 100644 index 000000000..70fcc303b --- /dev/null +++ b/view/tpl/admin_profiles.tpl @@ -0,0 +1,31 @@ +
+

{{$title}}

+ +
+ +{{include file="field_textarea.tpl" field=$basic}} +{{include file="field_textarea.tpl" field=$advanced}} + + + +
+ +
{{$all_desc}}
+ +
{{$all}}
+ +

+
{{$cust_field_desc}}
+ + + +{{if $cust_fields}} + +{{foreach $cust_fields as $field}} + +{{/foreach}} +
{{$field.field_desc}}{{$field.field_name}}{{$edit}} {{$drop}}
+{{/if}} + + +
-- cgit v1.2.3 From 6f4c45a48912c9dfaaf7631c58849476878b4fe1 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 2 Mar 2016 15:36:14 -0800 Subject: UI cleanup for admin profile field management page --- view/tpl/admin_profiles.tpl | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'view/tpl/admin_profiles.tpl') diff --git a/view/tpl/admin_profiles.tpl b/view/tpl/admin_profiles.tpl index 70fcc303b..8962c21b3 100644 --- a/view/tpl/admin_profiles.tpl +++ b/view/tpl/admin_profiles.tpl @@ -1,5 +1,14 @@
-

{{$title}}

+
 {{$new}}

{{$title}}

+
+
+ +
+ +
@@ -10,22 +19,20 @@
-
{{$all_desc}}
-
{{$all}}
+{{if $cust_fields}}

-
{{$cust_field_desc}}
- - +
{{$cust_field_desc}}
+
-{{if $cust_fields}} - +
{{foreach $cust_fields as $field}} - + {{/foreach}}
{{$field.field_desc}}{{$field.field_name}}{{$edit}} {{$drop}}
{{$field.field_name}}{{$field.field_desc}} {{$drop}}
{{/if}} +
-- cgit v1.2.3 From a41a05e6c0b0fa5f9497f0880a2db9d8d7374092 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 17 Mar 2016 11:50:53 +0100 Subject: bring more structure to profiles edit --- view/tpl/admin_profiles.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/admin_profiles.tpl') diff --git a/view/tpl/admin_profiles.tpl b/view/tpl/admin_profiles.tpl index 8962c21b3..dd7250df0 100644 --- a/view/tpl/admin_profiles.tpl +++ b/view/tpl/admin_profiles.tpl @@ -1,5 +1,5 @@
-
 {{$new}}

{{$title}}

+
 {{$new}}

{{$title}}

-- cgit v1.2.3