|
|
@@ -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>
|