andre 4 years ago
parent
commit
996c3f2990
1 changed files with 12 additions and 10 deletions
  1. 12 10
      templates/client/default/controlers/main.tpl

+ 12 - 10
templates/client/default/controlers/main.tpl

@@ -255,16 +255,18 @@
                                             </table>
                                         </div>
                                     {elseif $content}
-                                        <div class="mg-wrapper body" data-target=".body" data-spy="scroll" data-twttr-rendered="true">
-                                            <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
-                                            <link rel="stylesheet" href="{$assetsURL}/css/layers-ui.css">
-                                            <link rel="stylesheet" href="{$assetsURL}/css/mg_styles.css">
-                                            {if $isCustomModuleCss}
-                                                <link rel="stylesheet" href="{$customAssetsURL}/css/module_styles.css">
-                                            {/if}
-                                            <div class="full-screen-module-container" id="layers">
-                                                <div class="lu-app">
-                                                    {$content}
+                                        <div class="tab-pane fade show active" role="tabpanel" id="domain">
+                                            <div class="mg-wrapper body" data-target=".body" data-spy="scroll" data-twttr-rendered="true">
+                                                <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
+                                                <link rel="stylesheet" href="{$assetsURL}/css/layers-ui.css">
+                                                <link rel="stylesheet" href="{$assetsURL}/css/mg_styles.css">
+                                                {if $isCustomModuleCss}
+                                                    <link rel="stylesheet" href="{$customAssetsURL}/css/module_styles.css">
+                                                {/if}
+                                                <div class="full-screen-module-container" id="layers">
+                                                    <div class="lu-app">
+                                                        {$content}
+                                                    </div>
                                                 </div>
                                             </div>
                                         </div>