aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-27 12:51:48 -0800
committerzotlabs <mike@macgirvin.com>2018-01-27 12:51:48 -0800
commitbd0f63980ba0d0e606f2dd7a65313f7e150d330a (patch)
tree84ae4193d37d9182f4a90ff8be038e922e6ecf28 /view/tpl
parent4eead1c688f57bdf04091675fa38c5eed9f6acde (diff)
downloadvolse-hubzilla-bd0f63980ba0d0e606f2dd7a65313f7e150d330a.tar.gz
volse-hubzilla-bd0f63980ba0d0e606f2dd7a65313f7e150d330a.tar.bz2
volse-hubzilla-bd0f63980ba0d0e606f2dd7a65313f7e150d330a.zip
Usability improvements to registration/verification workflow. This requires additional testing.
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/email_validation.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/view/tpl/email_validation.tpl b/view/tpl/email_validation.tpl
new file mode 100644
index 000000000..f049a040f
--- /dev/null
+++ b/view/tpl/email_validation.tpl
@@ -0,0 +1,16 @@
+<h2>{{$title}}</h2>
+
+<div class="descriptive-paragraph" style="font-size: 1.2em;"><p>{{$desc}}</p></div>
+
+<form action="email_validation" method="post">
+{{include file="field_input.tpl" field=$token}}
+
+<div class="pull-right">
+ <a href="email_resend/{{$email}}" class="btn btn-warning">{{$resend}}</a>
+</div>
+<div class="submit-wrapper" >
+ <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
+</div>
+</form>
+<div class="clear"></div>
+