diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-05 13:54:56 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-05 13:54:56 +0000 |
commit | d93df86298450512853e4085f519486eea2d8468 (patch) | |
tree | 5cb17095d0ce4571b08ae15872a35b3ddca7f563 /view/tpl | |
parent | 806f1f0fa134cc0168c9f86aaf10b8357fc19905 (diff) | |
download | volse-hubzilla-d93df86298450512853e4085f519486eea2d8468.tar.gz volse-hubzilla-d93df86298450512853e4085f519486eea2d8468.tar.bz2 volse-hubzilla-d93df86298450512853e4085f519486eea2d8468.zip |
Fixed some wrapping problems when the user has set a larger font size. And some UI love for the file permissions page (as requested by Mike ;) and changed the position of the file properties link on the cloud page.
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/attach_edit.tpl | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl index 5d2703a2d..3a4f0dd2a 100644 --- a/view/tpl/attach_edit.tpl +++ b/view/tpl/attach_edit.tpl @@ -1,11 +1,13 @@ +<div id="attach-edit-backlink">< <a href="filestorage/{{$channelnick}}">{{$backlink}}</a></div> <h1>{{$header}}</h1> -<h2>{{$file.filename}}</h2> - - -<div id="attach-edit-backlink"><a href="filestorage/{{$channelnick}}">{{$backlink}}</a></div> - +<div id="attach-edit-perms" > +<button class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" onclick="return false;"> + <i id="jot-perms-icon" class="icon-{{$lockstate}} jot-icons"></i> +</button> +{{$aclselect}} {{$file.filename}} +</div> <form action="filestorage/{{$channelnick}}/{{$file.id}}/edit" method="post" > @@ -14,7 +16,6 @@ <input type="hidden" name="uid" value="{{$uid}}" /> <input type="hidden" name="fileid" value="{{$file.id}}" /> - {{if $isadir}} <div id="attach-edit-recurse" > <label id="attach-edit-recurse-text" for="attach-recurse-input" >{{$recurse}}</label> @@ -28,13 +29,6 @@ <div class="cut-paste-desc">{{$cpldesc}}</div> <input type="text" id="linkpasteinput" name="cutpasteextlink" value="{{$cloudpath}}" onclick="this.select();"/><br /> -<div id="attach-edit-perms" > -<button class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" onclick="return false;"> - <i id="jot-perms-icon" class="icon-{{$lockstate}} jot-icons"></i> -</button> -{{$aclselect}} -</div> - <div class="clear"></div> <input id="attach-edit-submit" type="submit" name="submit" value="{{$submit}}" /> </form> |