]> 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 e3bcd30692e42eb468f0efbf5587fb36180bb1be..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  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}}
@@ -40,7 +40,7 @@
                        <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 nofilter}}