diff options
author | redmatrix <mike@macgirvin.com> | 2016-08-29 19:15:22 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-08-29 19:15:22 -0700 |
commit | aec67e6be2540f7070174a600cf857fa64d8228e (patch) | |
tree | a681027765b56777bdb81837bc02e4279ec3ab4d /view/tpl/cloud_actionspanel.tpl | |
parent | 8b6230726fac986b96f0dc8405d30afe456605df (diff) | |
parent | 4050ff7c1f5a1acd34f58af3d41d12be49331ac7 (diff) | |
download | volse-hubzilla-aec67e6be2540f7070174a600cf857fa64d8228e.tar.gz volse-hubzilla-aec67e6be2540f7070174a600cf857fa64d8228e.tar.bz2 volse-hubzilla-aec67e6be2540f7070174a600cf857fa64d8228e.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/cloud_actionspanel.tpl')
-rw-r--r-- | view/tpl/cloud_actionspanel.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index b851e391e..36edc3b44 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -1,7 +1,6 @@ <div id="files-mkdir-tools" class="section-content-tools-wrapper"> <label for="files-mkdir">{{$folder_header}}</label> <form id="mkdir-form" method="post" action="file_upload" class="acl-form" data-form_id="mkdir-form" data-allow_cid='{{$allow_cid}}' data-allow_gid='{{$allow_gid}}' data-deny_cid='{{$deny_cid}}' data-deny_gid='{{$deny_gid}}'> - <!--input type="hidden" name="sabreAction" value="mkcol"--> <input type="hidden" name="folder" value="{{$folder}}" /> <input type="hidden" name="channick" value="{{$channick}}" /> <input type="hidden" name="return_url" value="{{$return_url}}" /> |