summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-28 22:20:34 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-28 22:20:34 +0200
commitba246d3b27ca7a5de06e5674e9b562035d36eca0 (patch)
tree65014a4ddbfe18bff842f09239fd9aabc9469f5f /files
parent43f99a89839d43ef042397b5b7d71f85453c7399 (diff)
parent5728f801161ae0ee25113581157a26b1b63cd9ff (diff)
downloadnextcloud-server-ba246d3b27ca7a5de06e5674e9b562035d36eca0.tar.gz
nextcloud-server-ba246d3b27ca7a5de06e5674e9b562035d36eca0.zip
Merge branch 'master' into interface
Diffstat (limited to 'files')
-rw-r--r--files/templates/admin.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/files/templates/admin.php b/files/templates/admin.php
index ff331f860e6..40880d34911 100644
--- a/files/templates/admin.php
+++ b/files/templates/admin.php
@@ -3,8 +3,11 @@
<form name="filesForm" action='#' method='post'>
<?php if($_['htaccessWorking']):?>
<label for="maxUploadSize"><?php echo $l->t( 'Maximum upload size' ); ?> </label><input name='maxUploadSize' id="maxUploadSize" value='<?php echo $_['uploadMaxFilesize'] ?>'/><br/>
+ <input type='submit' value='Save'/>
+ <?php else:?>
+ No settings currently available.
<?php endif;?>
- <input type="checkbox" name="publicEnable" id="publicEnable" /><label for="publicEnable"> <?php echo $l->t( 'Allow public folders' ); ?></label><br>
+<!-- <input type="checkbox" name="publicEnable" id="publicEnable" /><label for="publicEnable"> <?php echo $l->t( 'Allow public folders' ); ?></label><br>
<div style="padding-left: 20px">
<input type="radio" name="sharingaim" id="separated" /><label for="separated"> <?php echo $l->t( 'separated from webdav storage' ); ?></label><br>
@@ -13,6 +16,5 @@
</div>
<input type="checkbox" id="downloadShared" /><label for="downloadShared"> <?php echo $l->t( 'Allow downloading shared files' ); ?></label><br>
- <input type="checkbox" id="uploadShared" /><label for="uploadShared"> <?php echo $l->t( 'Allow uploading in shared directory' ); ?></label><br>
- <input type='submit' value='Save'/>
+ <input type="checkbox" id="uploadShared" /><label for="uploadShared"> <?php echo $l->t( 'Allow uploading in shared directory' ); ?></label><br>-->
</form>