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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-01 20:27:11 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-01 20:27:11 +0400
commit296cb50ef1ea67c05e56804f7f89fab52c660d25 (patch)
tree961e23cbead5bfcfc57eff41de401122523627db /templates
parent31fb07aca8958dfae8433b746c240be27d983436 (diff)
fix look of settings, change from personalblock
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php4
-rw-r--r--templates/personal.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 32d4f6b1..45d9f1a4 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -1,5 +1,5 @@
<?php $isLocal = $_['converter']=='local' ?>
-<fieldset class="personalblock" id="documents">
+<div class="section" id="documents">
<h2><?php p($l->t('Documents')) ?></h2>
<p>
<input type="radio" name="docs_converter" value="local" id="docs_converter_local"
@@ -24,4 +24,4 @@
<br /><em><?php p($l->t('Server URL')) ?></em>
</div>
<br /><button type="button" id="docs_apply"><?php p($l->t('Apply')) ?></button>
-</fieldset>
+</div>
diff --git a/templates/personal.php b/templates/personal.php
index 330d56e4..b51a922a 100644
--- a/templates/personal.php
+++ b/templates/personal.php
@@ -1,7 +1,7 @@
-<fieldset class="personalblock" id="documents-personal">
+<div class="section" id="documents-personal">
<h2><?php p($l->t('Documents')); ?></h2>
<div>
<label for="documents-default-path"><?php p($l->t('Save new documents to')) ?></label>
<input type="text" id="documents-default-path" value="<?php p($_['savePath']) ?>" /><span class="msg"></span>
</div>
-</fieldset>
+</div>