Update settings.php

fixed overlap of input controls (root cert import)
see issue: https://github.com/owncloud/apps/issues/767
This commit is contained in:
sherbrecher 2013-03-15 15:09:55 +01:00
parent d6c4b83f13
commit d2b3a9fb3b
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@
<?php endforeach; ?>
</tbody>
</table>
<input type="file" id="rootcert_import" name="rootcert_import" style="width:230px;">
<input type="file" id="rootcert_import" name="rootcert_import">
<input type="submit" name="cert_import" value="<?php echo $l->t('Import Root Certificate'); ?>" />
<?php endif; ?>
</fieldset>
</form>
</form>