diff --git a/templates/Maketank/2fa/entercode.tpl b/templates/Maketank/2fa/entercode.tpl new file mode 100644 index 00000000..2f2d84f6 --- /dev/null +++ b/templates/Maketank/2fa/entercode.tpl @@ -0,0 +1,26 @@ +$header +
+
+ Froxlor Server Management Panel +
+
+
+
+ Froxlor - {$lng['login']['2fa']} +

+   + +

+

+ + + +

+
+
+ +
+
+$footer diff --git a/templates/Maketank/2fa/overview.tpl b/templates/Maketank/2fa/overview.tpl new file mode 100644 index 00000000..fcb2fa25 --- /dev/null +++ b/templates/Maketank/2fa/overview.tpl @@ -0,0 +1,43 @@ +$header +
+
+

+   + {$lng['login']['2fa']} +

+
+ +
+ +
+

{$lng['2fa']['2fa_overview_desc']}

+
  +
+
+ + +
+

{$lng['2fa']['2fa_email_desc']}

+
+
+
+ + +
+

{$lng['2fa']['2fa_ga_desc']}

+
QRCode
+
+
+
+ +
+ +
+$footer diff --git a/templates/Maketank/api_keys/keys_error.tpl b/templates/Maketank/api_keys/keys_error.tpl new file mode 100644 index 00000000..e573c664 --- /dev/null +++ b/templates/Maketank/api_keys/keys_error.tpl @@ -0,0 +1,3 @@ + + {$message} + diff --git a/templates/Maketank/api_keys/keys_key.tpl b/templates/Maketank/api_keys/keys_key.tpl new file mode 100644 index 00000000..c2854a69 --- /dev/null +++ b/templates/Maketank/api_keys/keys_key.tpl @@ -0,0 +1,44 @@ +class="primary-entry" id="apikey-{$row['id']}" data-id="{$row['id']}" title="{$lng['apikeys']['clicktoview']}"> + + {$adminCustomerLink} + + + {$row['_apikey']} + + + {$row['_secret']} + + + {$row['allowed_from']} + + + + {$row['valid_until']} + + + + + {$lng['panel']['delete']} + + + + diff --git a/templates/Maketank/api_keys/keys_list.tpl b/templates/Maketank/api_keys/keys_list.tpl new file mode 100644 index 00000000..2c4407d1 --- /dev/null +++ b/templates/Maketank/api_keys/keys_list.tpl @@ -0,0 +1,81 @@ + $header +
+
+

+   + {$lng['menue']['main']['apikeys']} +

+
+ + +
+
{$lng['success']['success']}
+
+ $success_message +
+
+
+ + +
+
+
{$lng['admin']['warning']}
+
{$lng['usersettings']['api_allowed']['notice']}
+
+
+
+ +
+ +
+ + + +
+ {$searchcode} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + {$apikeys} + +
{$lng['login']['username']}API-keySecret{$lng['apikeys']['allowed_from']}{$lng['apikeys']['valid_until']}{$lng['panel']['options']}
{$pagingcode}
+
+ + + + + + +
+
+$footer diff --git a/templates/Maketank/footer.tpl b/templates/Maketank/footer.tpl index f3e60e78..359c0bb9 100644 --- a/templates/Maketank/footer.tpl +++ b/templates/Maketank/footer.tpl @@ -5,7 +5,7 @@