Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-09-12 20:38:01 +0300
committerAndras Timar <andras.timar@collabora.com>2016-09-12 20:42:46 +0300
commit6fc595eb938c02ad6dde025f6eac5a9305643880 (patch)
tree94d46e64063d9a7e44b3afa236d5b62d2f53f1d1 /templates
parent7a0d2b944cde026abd6527bf3e51f41e809faa9c (diff)
remove unused 'Save new documents to' setting, fixes #76
Diffstat (limited to 'templates')
-rw-r--r--templates/documents.php1
-rw-r--r--templates/personal.php10
2 files changed, 0 insertions, 11 deletions
diff --git a/templates/documents.php b/templates/documents.php
index ffe2e187..2019fbae 100644
--- a/templates/documents.php
+++ b/templates/documents.php
@@ -35,7 +35,6 @@ script('files', 'jquery.fileupload');
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>" id="requesttoken" />
<input type="hidden" class="max_human_file_size"
value="(max <?php p($_['uploadMaxHumanFilesize']); ?>)" />
- <input type="hidden" name="dir" value="<?php p($_['savePath']) ?>" id="dir" />
<input type="file" id="file_upload_start" name='files[]' />
<a href="#" class="icon-upload upload svg">
<label><?php p($l->t('Upload')) ?></label></a>
diff --git a/templates/personal.php b/templates/personal.php
deleted file mode 100644
index 616c97ac..00000000
--- a/templates/personal.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-script('richdocuments', 'personal');
-?>
-<div class="section" id="richdocuments-personal">
- <h2><?php p($l->t('Collabora Online')); ?></h2>
- <div>
- <label for="documents-default-path"><?php p($l->t('Save new documents to')) ?></label>
- <input type="text" id="documents-default-path" value="<?php p($_['save_path']) ?>" /><span class="msg"></span>
- </div>
-</div>