From: Stricted Date: Mon, 16 Feb 2015 03:54:02 +0000 (+0100) Subject: fix dnssec list template X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f7c3787e10bbac77eac923afd1124d1513fc3f9d;p=GitHub%2FStricted%2FDomain-Control-Panel.git fix dnssec list template --- diff --git a/templates/default/index.tpl b/templates/default/index.tpl index 66307fd..2b86577 100644 --- a/templates/default/index.tpl +++ b/templates/default/index.tpl @@ -13,44 +13,52 @@ -
-
-
-
Domains {$count}
-
- {pages controller='DomainList'} -
- - - - - - - - - - - - - {foreach from=$domains item=domain} - - - - - - - - {/foreach} - -
IDNameSerialRecordsManage
{$domain['id']}{if $domain['active'] != 1}{lang}domain.disabled{/lang} {/if}{$domain['origin']}{$domain['serial']}{$domain['rrc']} - - - -
+{hascontent} +
+
+
+
Domains {$count}
+
+ {pages controller='DomainList'} +
+ + + + + + + + + + + + + {content} + {foreach from=$domains item=domain} + + + + + + + + {/foreach} + {/content} + +
IDNameSerialRecordsManage
{$domain['id']}{if $domain['active'] != 1}{lang}domain.disabled{/lang} {/if}{$domain['origin']}{$domain['serial']}{$domain['rrc']} + + + +
+
+ {pages controller='DomainList'}
- {pages controller='DomainList'}
-
+{hascontentelse} +
+ No Records found. +
+{/hascontent} {include file="footer.tpl"} \ No newline at end of file diff --git a/templates/default/secList.tpl b/templates/default/secList.tpl index 031ea11..adb5104 100644 --- a/templates/default/secList.tpl +++ b/templates/default/secList.tpl @@ -6,42 +6,46 @@
{hascontent} -
-
-

Records {$records|count}

-
-
- - - - - - - - - - +
+
+
+
Records {$records|count}
+
+
+
AlgorithmusTypeDNSSEC Public KeyDNSSEC Private Keyverwalten
+ + + + + + + + + - - {content} - {foreach from=$records item=record} - - - - - - - - {/foreach} - {/content} - -
AlgorithmusTypeDNSSEC Public KeyDNSSEC Private Keyverwalten
{$record['algo']}{if $record['active'] != 1}{lang}domain.disabled{/lang} {/if}{$record['type']}{$record['public']|substr:0:20}…{$record['private']|substr:0:20}… - - - -
+ + {content} + {foreach from=$records item=record} + + {$record['algo']} + {if $record['active'] != 1}{lang}domain.disabled{/lang} {/if}{$record['type']} + {$record['public']|substr:0:20}… + {$record['private']|substr:0:20}… + + + + + + + {/foreach} + {/content} + + +
+
+
+
- {hascontentelse}
No Records found.