]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/photos_upload.tpl
move tpl scripts to util
[friendica.git] / view / theme / frost-mobile / photos_upload.tpl
index 4b8bd90d2b5652c8a597d480a5f118e23b8da231..43dbcaad7b1182946c0c5e9e4c456f5c71782da4 100644 (file)
        <div id="photos-upload-new-end"></div>
        <div id="photos-upload-exist-wrapper">
                <div id="photos-upload-existing-album-text">$existalbumtext</div>
+               <select id="photos-upload-album-select" name="album">
                $albumselect
+               </select>
        </div>
        <div id="photos-upload-exist-end"></div>
 
+       $default_upload_box
 
        <div id="photos-upload-noshare-div" class="photos-upload-noshare-div" >
                <input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" checked />
-               <div id="photos-upload-noshare-label">
                <label id="photos-upload-noshare-text" for="photos-upload-noshare" >$nosharetext</label>
-               </div>
        </div>
 
+
        <div id="photos-upload-perms" class="photos-upload-perms" >
-               <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="popupbox button" />
-               <span id="jot-perms-icon" class="icon $lockstate  photo-perms-icon" ></span><div class="photo-jot-perms-text">$permissions</div>
+               <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button popupbox" />
+               <span id="jot-perms-icon" class="icon $lockstate" ></span>$permissions
                </a>
+       </div>
        <div id="photos-upload-perms-end"></div>
 
        <div style="display: none;">
 
        <div id="photos-upload-spacer"></div>
 
-       $uploader
+       $alt_uploader
 
-       $default
+       $default_upload_submit
 
        <div class="photos-upload-end" ></div>
 </form>
 
-<script>
-       $("#photos-upload-album-select").removeAttr('size');
-</script>