Changeset 2289
- Timestamp:
- 09/07/06 04:40:12 (6 years ago)
- Files:
-
- modules/branches/2.1/music/page.music.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.1/music/page.music.php
r1947 r2289 242 242 <input type="hidden" name="action" value="addedfile"> 243 243 <input type="file" name="mohfile"/> 244 <input type="button" value="<?php echo _("Upload")?>" onclick="document.upload.submit(upload);alert('<?php echo _("Please wait until the page loads. Your file is being processed.")?>');"/>244 <input type="button" value="<?php echo _("Upload")?>" onclick="document.upload.submit(upload);alert('<?php echo addslashes(_("Please wait until the page loads. Your file is being processed."))?>');"/> 245 245 </form> 246 246 <br />
