smarter handling of js_upload source param
This commit is contained in:
parent
d517b4fdf5
commit
9f36fd107f
@ -1 +1 @@
|
||||
2013-05-01.300
|
||||
2013-05-02.301
|
||||
|
@ -1365,7 +1365,8 @@ footer {
|
||||
float: left;
|
||||
width: 225px;
|
||||
height: 260px;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#directory-search-wrapper {
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user