]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
changes to support a mobile theme
[friendica.git] / mod / photos.php
index 624f0bdcaa2038367cffb47bd0780deeffade527..da33126bb05f48884b034daac378768e6374e2a2 100644 (file)
@@ -988,7 +988,7 @@ function photos_content(&$a) {
 
                call_hooks('photo_upload_form',$ret);
 
-               $default_upload = '<input type="file" name="userfile" />        <div class="photos-upload-submit-wrapper" >
+               $default_upload = '<input id="photos-upload-choose" type="file" name="userfile" />      <div class="photos-upload-submit-wrapper" >
                <input type="submit" name="submit" value="' . t('Submit') . '" id="photos-upload-submit" /> </div>';