X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fnewmail%2Ftestsound.php;h=1ae75739c6dfbbd8ab5aa97d2d0dd6901b0b48f8;hp=583dd8f192b58b46995879bac7423f2af4f11dd5;hb=a9aa7ab752b604cd0682b5eb45bc7bad9cb2919f;hpb=692155b7fd835420fda759bff62c0f34f6b1d583 diff --git a/plugins/newmail/testsound.php b/plugins/newmail/testsound.php index 583dd8f1..1ae75739 100644 --- a/plugins/newmail/testsound.php +++ b/plugins/newmail/testsound.php @@ -17,21 +17,23 @@ if (!isset($sound)) { $sound = "Click.wav"; } - $sound = str_replace("../plugins/newmail/", "", $sound); - $sound = str_replace("../", "", $sound); - $sound = str_replace("..\\", "", $sound); -?> - -Test Sound - topmargin=0 leftmargin=0 -rightmargin=0 marginwidth=0 marginheight=0> -
- -
- -Loading the sound...

-
- -
-
- + $sound = str_replace('../plugins/newmail/', '', $sound); + $sound = str_replace('../', '', $sound); + $sound = str_replace("..\\", '', $sound); + + displayHtmlHeader( _("Test Sound"), '', FALSE ); + + echo "\n". + '
'. + "". + '
'. + '' . _("Loading the sound...") . '

'. + '
'. + ''. + '
'. + '
'. + ''; + +?> \ No newline at end of file