cleaning up the settings. standardize the format, add missing I10N and other small things. Yes. This is not perfect. But way better than before ;-)
parent
6ff38624a7
commit
30b0e8b70c
@ -1,14 +1,14 @@ |
||||
<form id="calendar"> |
||||
<fieldset class="personalblock"> |
||||
<strong><?php echo $l->t('Encryption'); ?></strong>
|
||||
<?php echo $l->t('Exclude the following file types from encryption'); ?> |
||||
<legend><strong><?php echo $l->t('Encryption');?></strong></legend>
|
||||
<input type='checkbox'<?php if ($_['encryption_enabled']): ?> checked="checked"<?php endif; ?> |
||||
id='enable_encryption' ></input> |
||||
<label for='enable_encryption'><?php echo $l->t('Enable Encryption')?></label><br />
|
||||
<select id='encryption_blacklist' title="<?php echo $l->t('None')?>" multiple="multiple">
|
||||
<?php foreach ($_['blacklist'] as $type): ?> |
||||
<option selected="selected" value="<?php echo $type;?>"><?php echo $type;?></option>
|
||||
<?php endforeach;?> |
||||
</select> |
||||
<input type='checkbox'<?php if ($_['encryption_enabled']): ?> checked="checked"<?php endif; ?> |
||||
id='enable_encryption' ></input> |
||||
<label for='enable_encryption'><?php echo $l->t('Enable Encryption')?></label>
|
||||
</select><br /> |
||||
<?php echo $l->t('Exclude the following file types from encryption'); ?> |
||||
</fieldset> |
||||
</form> |
||||
|
||||
@ -1,7 +1,8 @@ |
||||
<form id="webdavauth" action="#" method="post"> |
||||
<fieldset class="personalblock"> |
||||
<legend><strong>WebDAV Authentication</strong></legend> |
||||
<p><label for="webdav_url"><?php echo $l->t('WebDAV URL: http://');?><input type="text" id="webdav_url" name="webdav_url" value="<?php echo $_['webdav_url']; ?>"></label>
|
||||
<p><label for="webdav_url"><?php echo $l->t('URL: http://');?><input type="text" id="webdav_url" name="webdav_url" value="<?php echo $_['webdav_url']; ?>"></label>
|
||||
<input type="submit" value="Save" /> |
||||
<br /><?php echo $l->t('ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct.'); ?> |
||||
</fieldset> |
||||
</form> |
||||
|
||||
Loading…
Reference in new issue