mirror of
https://github.com/Karaka-Management/oms-Home.git
synced 2026-02-14 12:08:39 +00:00
started with template fixes
This commit is contained in:
parent
ebea18eaaf
commit
ddf651feda
|
|
@ -32,7 +32,7 @@ echo $this->data['nav']->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-6">
|
<div class="col-xs-12 col-md-6">
|
||||||
<div class="portlet">
|
<div class="portlet">
|
||||||
<form id="iGeneralSettings" action="<?= UriFactory::build('{/api}admin/settings/module?id={?id}'); ?>" method="post">
|
<form id="iGeneralSettings" action="<?= UriFactory::build('{/api}admin/settings/module?id={?id}&csrf={$CSRF}'); ?>" method="post">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Settings'); ?></div>
|
<div class="portlet-head"><?= $this->getHtml('Settings'); ?></div>
|
||||||
<div class="portlet-body">
|
<div class="portlet-body">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
@ -44,32 +44,32 @@ echo $this->data['nav']->render(); ?>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="iLogPath"><?= $this->getHtml('Email'); ?></label>
|
<label for="iLogPath"><?= $this->getHtml('Email'); ?></label>
|
||||||
<input id="iLogPath" name="settings_1000000007" type="email" value="" placeholder="">
|
<input id="iLogPath" name="settings_1000000007" type="email" value="">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="iLogPath"><?= $this->getHtml('MailServer'); ?></label>
|
<label for="iLogPath"><?= $this->getHtml('MailServer'); ?></label>
|
||||||
<input id="iLogPath" name="settings_1000000007" type="email" value="" placeholder="">
|
<input id="iLogPath" name="settings_1000000007" type="email" value="">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="iLogPath"><?= $this->getHtml('MailPort'); ?></label>
|
<label for="iLogPath"><?= $this->getHtml('MailPort'); ?></label>
|
||||||
<input id="iLogPath" name="settings_1000000007" type="email" value="" placeholder="">
|
<input id="iLogPath" name="settings_1000000007" type="email" value="">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="iLogPath"><?= $this->getHtml('MailUser'); ?></label>
|
<label for="iLogPath"><?= $this->getHtml('MailUser'); ?></label>
|
||||||
<input id="iLogPath" name="settings_1000000007" type="email" value="" placeholder="">
|
<input id="iLogPath" name="settings_1000000007" type="email" value="">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="iLogPath"><?= $this->getHtml('MailPassword'); ?></label>
|
<label for="iLogPath"><?= $this->getHtml('MailPassword'); ?></label>
|
||||||
<input id="iLogPath" name="settings_1000000007" type="email" value="" placeholder="">
|
<input id="iLogPath" name="settings_1000000007" type="email" value="">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="iLogPath"><?= $this->getHtml('MailEncryption'); ?></label>
|
<label for="iLogPath"><?= $this->getHtml('MailEncryption'); ?></label>
|
||||||
<input id="iLogPath" name="settings_1000000007" type="email" value="" placeholder="">
|
<input id="iLogPath" name="settings_1000000007" type="email" value="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="portlet-foot">
|
<div class="portlet-foot">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user