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

github.com/nextcloud/server.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-04 19:35:46 +0400
committerMorris Jobke <morris.jobke@gmail.com>2013-10-05 13:23:49 +0400
commit2b521327c03974a7a45ebef2ce377346bdf9484d (patch)
treedde215939efad71bdd4889af2a7cc4c6ceea9879 /apps/user_webdavauth
parentcc1e69c1902a9cf6c6c68cdaa3f1eead09ca7a5c (diff)
more elegant style for Personal and Admin settings
Diffstat (limited to 'apps/user_webdavauth')
-rwxr-xr-xapps/user_webdavauth/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/templates/settings.php b/apps/user_webdavauth/templates/settings.php
index 70c10057c20..ad1701add8c 100755
--- a/apps/user_webdavauth/templates/settings.php
+++ b/apps/user_webdavauth/templates/settings.php
@@ -1,6 +1,6 @@
<form id="webdavauth" action="#" method="post">
<fieldset class="personalblock">
- <legend><strong><?php p($l->t('WebDAV Authentication'));?></strong></legend>
+ <h2><?php p($l->t('WebDAV Authentication'));?></h2>
<p><label for="webdav_url"><?php p($l->t('Address: '));?><input type="url" placeholder="https://example.com/webdav" id="webdav_url" name="webdav_url" value="<?php p($_['webdav_url']); ?>"></label>
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>" id="requesttoken">
<input type="submit" value="Save" />