diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-04 14:38:25 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:47:24 +0200 |
commit | 1d544b8955fb176db9fb8ac9d69eb06f2b3454e0 (patch) | |
tree | bb8cd6ebd49e295c053725a3925e2bf36d12568b /application | |
parent | 9a6548818277cc2ef916f0e93bbb7a983af6d4c6 (diff) |
Remove upload box on UI.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/views/file/upload_form.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index 750d77b03..34dd5a77b 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -1,3 +1,4 @@ +<? if (false) { ?> <div style="margin-top: 100px; text-align:center"> <?php echo form_open_multipart('file/do_upload'); ?> <p> @@ -46,6 +47,7 @@ </ul> <p>If your upload is not detected as text, only <span class="example">/<ID>/qr</span> and <span class="example">/<ID>/plain</span> will work as above and all others will simply return the file with the detected MIME type.</p> <br /> +<? } ?> <?php if($contact_me_url) {?><p>If you experience any problems feel free to <a href="<?php echo $contact_me_url; ?>">contact me</a>.</p> <br /><?php }; ?> <div class="small"> |