From f39d20ac978e6ea8a0d2993f9953d051e5f31254 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 17 Jul 2016 11:29:37 +0200 Subject: some work on guest access token ui --- view/tpl/settings_tokens.tpl | 45 +++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/settings_tokens.tpl b/view/tpl/settings_tokens.tpl index 6819a2e58..7e4b19507 100644 --- a/view/tpl/settings_tokens.tpl +++ b/view/tpl/settings_tokens.tpl @@ -3,31 +3,38 @@

{{$title}}

-
{{$desc}}
-
{{$desc2}}
-
{{$url1}}&f=&zat=
-
{{$url2}}&f=&zat=
-
-
- - {{if $atoken}}{{/if}} -
+
+ + + + + {{if $atoken}}{{/if}} {{include file="field_input.tpl" field=$name}} {{include file="field_input.tpl" field=$token}} {{include file="field_input.tpl" field=$expires}} -
+
-
- + +
{{$desc2}}
+
    +
  • {{$url1}}&f=&zat=
  • +
  • {{$url2}}&f=&zat=
  • +
+
{{if $tokens}} -
- +
+ + {{foreach $tokens as $t}} + + + + + {{/foreach}} +
{{$t.atoken_name}}
+
{{/if}} -
-- cgit v1.2.3