diff --git a/view/templates/register.tpl b/view/templates/register.tpl index b47d39b975..d79da2d33a 100644 --- a/view/templates/register.tpl +++ b/view/templates/register.tpl @@ -35,17 +35,19 @@
-
- - -
-
+ {{if !$additional}} +
+ + +
+
-
- - -
-
+
+ + +
+
+ {{/if}} {{if $ask_password}} {{include file="field_password.tpl" field=$password1}} @@ -62,6 +64,10 @@ + {{if $additional}} + {{include file="field_password.tpl" field=$parent_password}} + {{/if}} + {{if $permonly}} {{include file="field_textarea.tpl" field=$permonlybox}} {{/if}} @@ -83,8 +89,10 @@
-

{{$importh}}

-
- {{$importt}} -
+ {{if !$additional}} +

{{$importh}}

+
+ {{$importt}} +
+ {{/if}}