aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_actionspanel.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-12-30 12:12:55 +0100
committermarijus <mario@mariovavti.com>2014-12-30 12:12:55 +0100
commit6cbbe854d5fd10d0d072dd19a9d3bc82df427d98 (patch)
tree1f5201f5f45ab506ac6a58d825d0e81e9f9a093f /view/tpl/cloud_actionspanel.tpl
parent9b2c71a5dcdeb7ef7a1b1e09ad906bc750b1d0d6 (diff)
downloadvolse-hubzilla-6cbbe854d5fd10d0d072dd19a9d3bc82df427d98.tar.gz
volse-hubzilla-6cbbe854d5fd10d0d072dd19a9d3bc82df427d98.tar.bz2
volse-hubzilla-6cbbe854d5fd10d0d072dd19a9d3bc82df427d98.zip
css fixes
Diffstat (limited to 'view/tpl/cloud_actionspanel.tpl')
-rw-r--r--view/tpl/cloud_actionspanel.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl
index 0e621e9db..da708a98c 100644
--- a/view/tpl/cloud_actionspanel.tpl
+++ b/view/tpl/cloud_actionspanel.tpl
@@ -8,9 +8,10 @@
<div class="clear"></div>
</div>
<div id="files-upload-tools" class="section-content-tools-wrapper form-group">
+ <label for="files-upload">{{$upload_header}}</label>
<form method="post" action="" enctype="multipart/form-data">
<input type="hidden" name="sabreAction" value="put">
- <input class="pull-left" id="files-upload" type="file" name="file">
+ <input class="form-group" id="files-upload" type="file" name="file">
<button class="btn btn-primary btn-sm pull-right" type="submit" value="{{$upload_submit}}">{{$upload_submit}}</button>
<!-- Name (optional): <input type="text" name="name"> we should rather provide a rename action in edit form-->
</form>