diff options
author | marijus <mario@mariovavti.com> | 2014-12-21 20:27:43 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-12-21 20:27:43 +0100 |
commit | 02328bfdbe0bda6a44e6bf2195d836b31dfef290 (patch) | |
tree | 01dced18bf79cd6d5ac3f5a85a20c7a8b633d30a /view/tpl | |
parent | 27d786c979a07eddaa31a9f8fe291360b586b9cf (diff) | |
download | volse-hubzilla-02328bfdbe0bda6a44e6bf2195d836b31dfef290.tar.gz volse-hubzilla-02328bfdbe0bda6a44e6bf2195d836b31dfef290.tar.bz2 volse-hubzilla-02328bfdbe0bda6a44e6bf2195d836b31dfef290.zip |
forgot to git add files
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/cloud_header.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl new file mode 100644 index 000000000..562ae0d02 --- /dev/null +++ b/view/tpl/cloud_header.tpl @@ -0,0 +1,10 @@ +<div class="section-title-wrapper"> + <div class="pull-right"> + <button id="files-create-btn"class="btn btn-xs btn-primary" title="{{if $quota.limit || $quota.used}}{{$quota.desc}}{{/if}}" onclick="openClose('files-mkdir-tools'); closeMenu('files-upload-tools');"><i class="icon-folder-close-alt"></i> Create</button> + <button id="files-upload-btn" class="btn btn-xs btn-success" title="{{if $quota.limit || $quota.used}}{{$quota.desc}}{{/if}}" onclick="openClose('files-upload-tools'); closeMenu('files-mkdir-tools');"><i class="icon-upload"></i> Upload</button> + </div> + <h2>{{$header}}</h2> + <div class="clear"></div> +</div> +{{$actionspanel}} + |