-
-
- Hier steht Content
-
-
- Dies ist der Footer
-
-
+
+
+
\ No newline at end of file
diff --git a/tpl/admin/jsTemplates/includes/btn.tpl b/tpl/admin/jsTemplates/includes/btn.tpl
new file mode 100644
index 0000000..61f906e
--- /dev/null
+++ b/tpl/admin/jsTemplates/includes/btn.tpl
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/tpl/admin/jsTemplates/includes/input.tpl b/tpl/admin/jsTemplates/includes/input.tpl
new file mode 100644
index 0000000..8067657
--- /dev/null
+++ b/tpl/admin/jsTemplates/includes/input.tpl
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/tpl/admin/jsTemplates/includes/select.tpl b/tpl/admin/jsTemplates/includes/select.tpl
new file mode 100644
index 0000000..552c5f5
--- /dev/null
+++ b/tpl/admin/jsTemplates/includes/select.tpl
@@ -0,0 +1,8 @@
+
+
+
+ {foreach(object as item)}
+ ${item.name}
+ {/for}
+
+
\ No newline at end of file
diff --git a/tpl/admin/jsTemplates/includes/svg.tpl b/tpl/admin/jsTemplates/includes/svg.tpl
new file mode 100644
index 0000000..269d709
--- /dev/null
+++ b/tpl/admin/jsTemplates/includes/svg.tpl
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/tpl/admin/jsTemplates/rolesList.tpl b/tpl/admin/jsTemplates/rolesList.tpl
new file mode 100644
index 0000000..6cf73d9
--- /dev/null
+++ b/tpl/admin/jsTemplates/rolesList.tpl
@@ -0,0 +1,23 @@
+
+
+
+ {include(includes/input;label=New Role Name;name=newRoleame;error=New Role Name is required;type=text)}
+ {include(includes/btn;type=primary;content=Add)}
+
+
+
\ No newline at end of file
diff --git a/tpl/admin/login.php b/tpl/admin/login.php
index 68035ac..00c2321 100644
--- a/tpl/admin/login.php
+++ b/tpl/admin/login.php
@@ -4,16 +4,21 @@