]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/photos_upload.tpl
Fixed indentation
[friendica.git] / view / theme / frio / templates / photos_upload.tpl
index ae596d8bd3319c97078c7840315351b7aebe6227..f6a84373dff9291f47de0c395756ecd13c6f1a74 100644 (file)
@@ -4,18 +4,18 @@
 
        <div id="photos-usage-message">{{$usage}}</div>
 
-       <form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form">
+       <form action="profile/{{$nickname}}/photos" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form">
                <div id="photos-upload-div" class="form-group">
-                       <label id="photos-upload-text" for="photos-upload-newalbum" >{{$newalbum}}</label>
+                       <label id="photos-upload-text" for="photos-upload-newalbum">{{$newalbum}}</label>
 
                        <input id="photos-upload-album-select" class="form-control" placeholder="{{$existalbumtext}}" list="dl-photo-upload" type="text" name="album" size="4">
-                       <datalist id="dl-photo-upload">{{$albumselect}}</datalist>
+                       <datalist id="dl-photo-upload">{{$albumselect  nofilter}}</datalist>
                </div>
                <div id="photos-upload-end" class="clearfix"></div>
 
-               <div id="photos-upload-noshare-div" class="photos-upload-noshare-div checkbox pull-left" >
+               <div id="photos-upload-noshare-div" class="photos-upload-noshare-div checkbox pull-left">
                        <input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" checked/>
-                       <label id="photos-upload-noshare-text" for="photos-upload-noshare" >{{$nosharetext}}</label>
+                       <label id="photos-upload-noshare-text" for="photos-upload-noshare">{{$nosharetext}}</label>
                </div>
 
                {{if $alt_uploader}}
@@ -28,7 +28,7 @@
 
                        <div id="photos-upload-spacer"></div>
 
-                       {{$alt_uploader}}
+                       {{$alt_uploader nofilter}}
                {{/if}}
 
 
                        <div class="photos-upload-wrapper">
                                <div id="photos-upload-perms" class="btn-group pull-right">
                                        <button class="btn btn-default" data-toggle="modal" data-target="#aclModal" onclick="return false;">
-                                               <i id="jot-perms-icon" class="fa {{$lockstate}}"></i> 
+                                               <i id="jot-perms-icon" class="fa {{$lockstate}}"></i>
                                        </button>
 
-                                       {{$default_upload_submit}}
+                                       {{$default_upload_submit nofilter}}
                                </div>
-                               {{$default_upload_box}}
+                               {{$default_upload_box nofilter}}
                        </div>
                        <div class="clearfix"></div>
                {{/if}}