refactoring update web templates

This commit is contained in:
Serghey Rodin 2016-06-24 16:35:51 +03:00
parent 5d30b67fb1
commit ffec2e7e2d
20 changed files with 841 additions and 102 deletions

View file

@ -55,16 +55,6 @@
<textarea class="vst-textinput" name="v_web" placeholder="<?php echo __('WEB_EXCLUSIONS') ?>"><?php if (isset($v_web)) echo htmlentities($v_web); ?></textarea>
</td>
</tr>
<tr>
<td class="vst-text input-label">
<?php print __('DNS Domains');?>
</td>
</tr>
<tr>
<td>
<textarea class="vst-textinput" name="v_dns" placeholder="<?php echo __('DNS_EXCLUSIONS') ?>"><?php if (isset($v_dns)) echo htmlentities($v_dns); ?></textarea>
</td>
</tr>
<tr>
<td class="vst-text input-label">
<?php print __('Mail Domains');?>
@ -85,16 +75,6 @@
<textarea class="vst-textinput" name="v_db" placeholder="<?php echo __('DB_EXCLUSIONS') ?>"><?php if (isset($v_db)) echo htmlentities($v_db); ?></textarea>
</td>
</tr>
<tr>
<td class="vst-text input-label">
<?php print __('Cron Jobs');?>
</td>
</tr>
<tr>
<td>
<textarea size="20" class="vst-textinput" name="v_cron" placeholder="<?php echo __('CRON_EXCLUSIONS') ?>"><?php if (isset($v_cron)) echo htmlentities($v_cron); ?></textarea>
</td>
</tr>
<tr>
<td class="vst-text input-label">
<?php print __('User Directories');?>