From f24a0fb73d643cee0c977501e8f8effdc998b978 Mon Sep 17 00:00:00 2001 From: botanic Date: Mon, 8 Sep 2014 05:20:28 -0700 Subject: [PATCH] change some div's so it looks proper --- .../Domain_Management/templates/index.tpl | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/code/web/private_php/ams/plugins/Domain_Management/templates/index.tpl b/code/web/private_php/ams/plugins/Domain_Management/templates/index.tpl index de30d54c8..7a5ea0161 100644 --- a/code/web/private_php/ams/plugins/Domain_Management/templates/index.tpl +++ b/code/web/private_php/ams/plugins/Domain_Management/templates/index.tpl @@ -2,11 +2,11 @@ {if $permission eq 3} {if isset($smarty.get.edit_domain)} -
-
+
+
-

{$hook_info['Domain_Management']['domains']['0']['domain_name']}

+

Domain: {$hook_info['Domain_Management']['domains']['0']['domain_name']}

@@ -196,6 +196,17 @@
{else} + +
+
+
+
+

+ +Domains +

+
+
@@ -220,6 +231,11 @@ {/if}
+
+
+
+ +
{/if} {/if} {/block}