Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-05 14:26:41 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-05 14:26:41 +0400
commit1eba0c7b021a14e64c1e0ccad428356625ead959 (patch)
tree7c13aba996fd277ca03db7c366514c0c062719db /templates
parentb22ed034c5cf004a5386bda6ee893d516fd26809 (diff)
more elegant style for Personal and Admin settings, also in apps repo
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings.php b/templates/settings.php
index 945f7ee..db58fcd 100755
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -1,6 +1,6 @@
<form id="antivirus" action="#" method="post">
<fieldset class="personalblock">
- <legend><strong><?php p($l->t('Antivirus Configuration'));?></strong></legend>
+ <h2><?php p($l->t('Antivirus Configuration'));?></h2>
<p class='av_mode'><label for="av_mode"><?php p($l->t('Mode'));?></label>
<select id="av_mode" name="av_mode"><?php print_unescaped(html_select_options(array('executable' => $l->t('Executable'), 'daemon' => $l->t('Daemon'), 'socket' => $l->t('Daemon (Socket)')), $_['av_mode'])) ?></select>
</p>