diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-09 23:34:10 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-09 23:34:10 +0200 |
commit | 74be4644edf4c13cd4e36779d8caa821865b7512 (patch) | |
tree | 2ca832d824d8db19b262518d586399d1c64b1018 /core/templates | |
parent | ec2dd5be3a84df804adbc453d4a4ec2ec77c7eb7 (diff) | |
download | nextcloud-server-74be4644edf4c13cd4e36779d8caa821865b7512.tar.gz nextcloud-server-74be4644edf4c13cd4e36779d8caa821865b7512.zip |
fixed some styling again, the dirty way
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index c5e95b04a34..80c3c273084 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -72,7 +72,7 @@ <input type="text" name="dbhost" id="dbhost" value="<?php print OC_Helper::init_var('dbhost', 'localhost'); ?>" placeholder="<?php echo $l->t( 'Host' ); ?>" /> <input type="text" name="dbtableprefix" id="dbtableprefix" value="<?php print OC_Helper::init_var('dbtableprefix', 'oc_'); ?>" placeholder="<?php echo $l->t( 'Table prefix' ); ?>" /> - <label for="directory"><?php echo $l->t( 'Data folder' ); ?></label><input type="text" name="directory" id="directory" value="<?php print OC_Helper::init_var('directory', $_['directory']); ?>" placeholder="<?php echo $l->t( 'Data folder' ); ?>" /> + <label id="directorylabel" for="directory"><?php echo $l->t( 'Data folder' ); ?></label><input type="text" name="directory" id="directory" value="<?php print OC_Helper::init_var('directory', $_['directory']); ?>" placeholder="<?php echo $l->t( 'Data folder' ); ?>" /> </fieldset> <input type="submit" value="<?php echo $l->t( 'Finish setup' ); ?>" /> |