| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/html/content/module_center/gx_modules/snippets/ |
Upload File : |
<div class="form-group visibility_switcher">
<div class="row">
<label style="float: none" class="col-sm-11 control-label" for="{$field}">{$config.label}</label>
<span class="col-sm-1 tooltip-icon" style="margin: 0px;" data-gx-widget="tooltip_icon" data-tooltip_icon-type="{$config.tooltip.type}">{$config.tooltip.text}</span>
</div>
<div class="row">
<textarea style="max-width: inherit" rows="10" id="{$field}" name="{$field}"
{if $config.readonly == true}readonly="readonly"{/if}
{if $content.USE_WYSIWYG === 'true'}
class="form-control wysiwyg"
data-editor-identifier="editor-{$content.module_name}-{$field}"
data-editor-type="{$config.editor_type}"
{else}
class="form-control"
{/if}
>
{$config.default_value}
</textarea>
</div>
</div>