|
Upload Pic Progress Notification
This modification is in the archives.
This small modification at least lets members know their pictures are uploading.
Very easy to install or edit. Open (album_picture_upload) Template 1- Find: Code:
</head> Code:
<script language="JavaScript">
function render(t) {
document.getElementById(t).style.display="";
}
</script>
Code:
<input type="submit" class="button" value="$vbphrase[upload_pictures]" accesskey="s" tabindex="1" /> </div> Code:
<input type="submit" class="button" value="$vbphrase[upload_pictures]" accesskey="s" tabindex="1" onClick="render('progress')" />
</div>
<div align="center" style="display:none;" id="progress">Upload in progress, Please wait... <img src="/images/misc/13x13progress.gif" border="0"></div>
That gives you the idea ![]() Screenshot attached Download No files for download. Screenshots |
|||||||||