]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/photos_upload.tpl
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / theme / frost / photos_upload.tpl
index 28a8bb67fbdecd526100ba00877342df19364b3b..2aa12a3ca1309b74ea418f8d501e3ad106efc2bf 100644 (file)
@@ -12,7 +12,9 @@
        <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" size="4">
                $albumselect
+               </select>
        </div>
        <div id="photos-upload-exist-end"></div>
 
@@ -28,6 +30,7 @@
                <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>
+       </div>
        <div id="photos-upload-perms-end"></div>
 
        <div style="display: none;">
        </div>
 </form>
 
-<!--
-<script>
-       $("a#photos-upload-perms-menu").fancybox({
-               'transitionIn' : 'none',
-               'transitionOut' : 'none'
-       }); 
-</script>-->