| 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/app_store/ |
Upload File : |
{extends file="get_usermod:layouts/main/layout.html"}
{load_language_text section="app_store" name="app_store"}
{block name="content"}
<div class="gx-container breakpoint-small">
<div class="col-md-12">
<form
id="app-store-configuration-form"
class="form-horizontal"
action=""
method="post">
<fieldset>
<legend>{$app_store['CONFIGURATION']}</legend>
<div class="form-group">
<label class="control-label col-sm-4">URL</label>
<div class="col-sm-8" data-gx-widget="switcher">
<input type="text"
class="form-control"
name="url"
value="{$content['url']}">
</div>
</div>
</fieldset>
</form>
</div>
</div>
{/block}
{block name="bottom_save_bar"}
{load_language_text section="admin_buttons" name="admin_buttons"}
<button class="btn btn-primary"
onclick="document.getElementById('app-store-configuration-form').submit()">{$admin_buttons.BUTTON_SAVE}
</button>
{/block}