Update settings.php

fixed overlap of input controls (root cert import)
see issue: https://github.com/owncloud/apps/issues/767
remotes/origin/stable6
sherbrecher 14 years ago
parent d6c4b83f13
commit d2b3a9fb3b
  1. 4
      apps/files_external/templates/settings.php

@ -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>

Loading…
Cancel
Save