Ticket #2591: music.patch
| File music.patch, 0.6 kB (added by ded, 4 years ago) |
|---|
-
page.music.php
old new 285 285 <form name="randomon" action="<?php $_SERVER['PHP_SELF'] ?>" method="post"> 286 286 <?php 287 287 if (file_exists("{$path_to_dir}/.random")) { 288 ?> <input type="submit" name="randoff" value=" Disable Random Play"> <?php288 ?> <input type="submit" name="randoff" value="<?php echo _("Disable Random Play");?>"> <?php 289 289 } else { 290 ?> <input type="submit" name="randon" value=" Enable Random Play"> <?php290 ?> <input type="submit" name="randon" value="<?php echo _("Enable Random Play");?>"> <?php 291 291 } 292 292 ?> 293 293 </form>
