diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-04 18:35:46 +0300 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-10-05 11:23:49 +0200 |
commit | 2b521327c03974a7a45ebef2ce377346bdf9484d (patch) | |
tree | dde215939efad71bdd4889af2a7cc4c6ceea9879 /apps/files/templates | |
parent | cc1e69c1902a9cf6c6c68cdaa3f1eead09ca7a5c (diff) | |
download | nextcloud-server-2b521327c03974a7a45ebef2ce377346bdf9484d.tar.gz nextcloud-server-2b521327c03974a7a45ebef2ce377346bdf9484d.zip |
more elegant style for Personal and Admin settings
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/admin.php b/apps/files/templates/admin.php index e1ca6afc4ad..697fc52526a 100644 --- a/apps/files/templates/admin.php +++ b/apps/files/templates/admin.php @@ -2,7 +2,7 @@ <form name="filesForm" action='#' method='post'> <fieldset class="personalblock"> - <legend><strong><?php p($l->t('File handling')); ?></strong></legend> + <h2><?php p($l->t('File handling')); ?></h2> <?php if($_['uploadChangable']):?> <label for="maxUploadSize"><?php p($l->t( 'Maximum upload size' )); ?> </label> <input name='maxUploadSize' id="maxUploadSize" value='<?php p($_['uploadMaxFilesize']) ?>'/> |