diff --git a/tpl/create_poll.tpl b/tpl/create_poll.tpl index e7438a3..fd3dbde 100644 --- a/tpl/create_poll.tpl +++ b/tpl/create_poll.tpl @@ -17,68 +17,6 @@

-
- - -
- -
-
- {if !empty($errors['title']['msg'])} -
-

- {$errors['title']['msg']} -

-
- {/if} - -
- - -
-
- - - - - {$SERVER_URL} - - -
- {__('Step 1', 'Poll id warning')} -
-
- {if !empty($errors['id']['msg'])} -
-

- {$errors['id']['msg']} -

-
- {/if} - -
- - -
- -
-
- {if !empty($errors['description']['msg'])} -
-

- {$errors['description']['msg']} -

-
- {/if} -
@@ -123,6 +61,113 @@ {/if} +
+ + +
+ +
+
+ {if !empty($errors['title']['msg'])} +
+

+ {$errors['title']['msg']} +

+
+ {/if} + +
+ + +
+ +
+
+ {if !empty($errors['description']['msg'])} +
+

+ {$errors['description']['msg']} +

+
+ {/if} + +
+ + +
+
+ + + + + {$SERVER_URL} + + +
+ {__('Step 1', 'Poll id warning')} +
+
+ {if !empty($errors['id']['msg'])} +
+

+ {$errors['id']['msg']} +

+
+ {/if} + +
+
+
+ +
+
+ +
+
@@ -185,56 +230,6 @@
-
-
-
- -
-
- -
- - - - - -

-{/block} \ No newline at end of file +{/block}