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:
parent
d6c4b83f13
commit
d2b3a9fb3b
|
@ -109,7 +109,7 @@
|
|||
<?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>
|
||||
|
|
Loading…
Reference in New Issue