summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-03-11 10:21:11 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-03-11 10:21:11 +0100
commit523fab21630b80887e2c62dbd7bbaeb6baea4a6d (patch)
tree33becb78cf40b7cddb9fb8215eae0c76d1ee1a76 /application/views
parentb9be587451d5ea0fbe032abecfc50f7698ecbb99 (diff)
Move upload button for small displays
The uUpload button was not visible when using firefox in gnome on a laptop with 1366x768. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views')
-rw-r--r--application/views/file/upload_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php
index 9330a1659..eb6bf64cb 100644
--- a/application/views/file/upload_form.php
+++ b/application/views/file/upload_form.php
@@ -50,6 +50,7 @@
<p>
You can upload files and paste text at the same time. Empty text or file inputs will be ignored.
</p>
+ <p><button type="submit" id="upload_button" class="btn btn-primary">Upload/Paste it!</button></p>
<p>
Uploads/pastes are <?php if ($upload_max_age > 0) {
echo "deleted after ".$upload_max_age." days";
@@ -61,7 +62,6 @@
} ?>. Maximum upload size is <?php echo format_bytes($max_upload_size); ?>.
You can upload a maximum of <?php echo ini_get("max_file_uploads"); ?> files at once.
</p>
- <button type="submit" id="upload_button" class="btn btn-primary">Upload/Paste it!</button>
</div>
</div>
</div>