aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-02 19:04:19 -0700
committerfriendica <info@friendica.com>2013-05-02 19:04:19 -0700
commit9f36fd107f54e0acaf722dc43bb818c7b7877a8e (patch)
treef161a5e38890b7030a1583921140f3d3ec57cf17
parentd517b4fdf507172f87daae3f04e182b1aa61e64c (diff)
downloadvolse-hubzilla-9f36fd107f54e0acaf722dc43bb818c7b7877a8e.tar.gz
volse-hubzilla-9f36fd107f54e0acaf722dc43bb818c7b7877a8e.tar.bz2
volse-hubzilla-9f36fd107f54e0acaf722dc43bb818c7b7877a8e.zip
smarter handling of js_upload source param
-rw-r--r--version.inc2
-rw-r--r--view/theme/redbasic/css/style.css3
-rw-r--r--view/tpl/photos_upload.tpl1
-rw-r--r--view/tpl/smarty3/photos_upload.tpl1
4 files changed, 5 insertions, 2 deletions
diff --git a/version.inc b/version.inc
index 339a3e3ae..e237be207 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2013-05-01.300
+2013-05-02.301
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 1e553f13a..93cf70efe 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1365,7 +1365,8 @@ footer {
float: left;
width: 225px;
height: 260px;
- overflow: auto;
+ overflow: hidden;
+ margin: 2px;
}
#directory-search-wrapper {
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl
index 93c0b7d54..6d3692897 100644
--- a/view/tpl/photos_upload.tpl
+++ b/view/tpl/photos_upload.tpl
@@ -3,6 +3,7 @@
<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" >
+ <input type="hidden" id-"photos-upload-source" name="source" value="photos" />
<div id="photos-upload-new-wrapper" >
<div id="photos-upload-newalbum-div">
<label id="photos-upload-newalbum-text" for="photos-upload-newalbum" >$newalbum</label>
diff --git a/view/tpl/smarty3/photos_upload.tpl b/view/tpl/smarty3/photos_upload.tpl
index 713e1169d..1f9532224 100644
--- a/view/tpl/smarty3/photos_upload.tpl
+++ b/view/tpl/smarty3/photos_upload.tpl
@@ -8,6 +8,7 @@
<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" >
+ <input type="hidden" id-"photos-upload-source" name="source" value="photos" />
<div id="photos-upload-new-wrapper" >
<div id="photos-upload-newalbum-div">
<label id="photos-upload-newalbum-text" for="photos-upload-newalbum" >{{$newalbum}}</label>