From 8066f2109eddf4955dc830cba471cce48683c138 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Thu, 27 Dec 2012 12:23:37 -0700 Subject: [PATCH] update smarty templates --- .../frost-mobile/smarty3/admin_users.tpl | 98 +++++++++++++++++++ view/theme/frost-mobile/smarty3/jot.tpl | 10 +- view/theme/frost/smarty3/admin_users.tpl | 98 +++++++++++++++++++ .../theme/frost/smarty3/contacts-template.tpl | 4 +- view/theme/frost/smarty3/jot.tpl | 8 +- view/theme/frost/smarty3/msg-header.tpl | 3 +- view/theme/frost/smarty3/nav.tpl | 16 +-- .../frost/smarty3/threaded_conversation.tpl | 4 + view/theme/frost/smarty3/wall_thread.tpl | 2 +- 9 files changed, 223 insertions(+), 20 deletions(-) create mode 100644 view/theme/frost-mobile/smarty3/admin_users.tpl create mode 100644 view/theme/frost/smarty3/admin_users.tpl diff --git a/view/theme/frost-mobile/smarty3/admin_users.tpl b/view/theme/frost-mobile/smarty3/admin_users.tpl new file mode 100644 index 000000000..d7a7ef2ca --- /dev/null +++ b/view/theme/frost-mobile/smarty3/admin_users.tpl @@ -0,0 +1,98 @@ + +
+

{{$title}} - {{$page}}

+ +
+ + +

{{$h_pending}}

+ {{if $pending}} + + + + {{foreach $th_pending as $th}}{{/foreach}} + + + + + + {{foreach $pending as $u}} + + + + + + + + {{/foreach}} + +
{{$th}}
{{$u.created}}{{$u.name}} + + +
+ +
+ {{else}} +

{{$no_pending}}

+ {{/if}} + + + + +

{{$h_users}}

+ {{if $users}} + + + + + {{foreach $th_users as $th}}{{/foreach}} + + + + + + {{foreach $users as $u}} + + + + + + + + + + {{/if}} + + + {{/foreach}} + +
{{$th}}
{{$u.nickname}}{{$u.name}}{{$u.register_date}}{{$u.lastitem_date}} + {{if $u.is_admin}} +   + {{else}} + + {{if $u.is_admin}} +   + {{else}} + + + {{/if}} +
+ +
+ {{else}} + NO USERS?!? + {{/if}} +
+
diff --git a/view/theme/frost-mobile/smarty3/jot.tpl b/view/theme/frost-mobile/smarty3/jot.tpl index c7656fb8a..98dd7b3a9 100644 --- a/view/theme/frost-mobile/smarty3/jot.tpl +++ b/view/theme/frost-mobile/smarty3/jot.tpl @@ -28,6 +28,10 @@
+
+ +
+
@@ -64,10 +68,6 @@ {{$jotplugins}}
-
- -
-
@@ -75,8 +75,8 @@ {{$acl}}
{{$emailcc}}
-
{{$jotnets}} +
diff --git a/view/theme/frost/smarty3/admin_users.tpl b/view/theme/frost/smarty3/admin_users.tpl new file mode 100644 index 000000000..d7a7ef2ca --- /dev/null +++ b/view/theme/frost/smarty3/admin_users.tpl @@ -0,0 +1,98 @@ + +
+

{{$title}} - {{$page}}

+ +
+ + +

{{$h_pending}}

+ {{if $pending}} + + + + {{foreach $th_pending as $th}}{{/foreach}} + + + + + + {{foreach $pending as $u}} + + + + + + + + {{/foreach}} + +
{{$th}}
{{$u.created}}{{$u.name}} + + +
+ +
+ {{else}} +

{{$no_pending}}

+ {{/if}} + + + + +

{{$h_users}}

+ {{if $users}} + + + + + {{foreach $th_users as $th}}{{/foreach}} + + + + + + {{foreach $users as $u}} + + + + + + + + + + {{/if}} + + + {{/foreach}} + +
{{$th}}
{{$u.nickname}}{{$u.name}}{{$u.register_date}}{{$u.lastitem_date}} + {{if $u.is_admin}} +   + {{else}} + + {{if $u.is_admin}} +   + {{else}} + + + {{/if}} +
+ +
+ {{else}} + NO USERS?!? + {{/if}} +
+
diff --git a/view/theme/frost/smarty3/contacts-template.tpl b/view/theme/frost/smarty3/contacts-template.tpl index 3a2547596..6d76f9e0d 100644 --- a/view/theme/frost/smarty3/contacts-template.tpl +++ b/view/theme/frost/smarty3/contacts-template.tpl @@ -2,6 +2,8 @@ {{if $finding}}

{{$finding}}

{{/if}} +{{$tabs}} +
{{$desc}} @@ -11,8 +13,6 @@
-{{$tabs}} -
{{foreach $contacts as $c}} diff --git a/view/theme/frost/smarty3/jot.tpl b/view/theme/frost/smarty3/jot.tpl index 119f0d21e..0639d4e67 100644 --- a/view/theme/frost/smarty3/jot.tpl +++ b/view/theme/frost/smarty3/jot.tpl @@ -27,6 +27,10 @@
+
+ +
+
@@ -65,10 +69,6 @@ -
- -
-
diff --git a/view/theme/frost/smarty3/msg-header.tpl b/view/theme/frost/smarty3/msg-header.tpl index 760d2ad46..bc85fa13e 100644 --- a/view/theme/frost/smarty3/msg-header.tpl +++ b/view/theme/frost/smarty3/msg-header.tpl @@ -2,7 +2,8 @@ diff --git a/view/theme/frost/smarty3/nav.tpl b/view/theme/frost/smarty3/nav.tpl index 6b1d64fee..9196c94d6 100644 --- a/view/theme/frost/smarty3/nav.tpl +++ b/view/theme/frost/smarty3/nav.tpl @@ -7,10 +7,10 @@