JavaScript Notify Button
1.0 - SP1
Adds the SP1 JavaScript confirmation pop-up to the "notify of replies" button
Thanks to Omario and Altan for their help
BHRA Webmaster
http://www.bhra.org.uk/
Sources/Display.pl
if($enable_notification) {
my $startnum = $start || '0';
$notify = qq~$menusep$img{'notify'}~;
}
if($enable_notification) {
my $startnum = $start || '0';
$notify = qq~$menusep$img{'notify'}~;
if(-e "$datadir/$mnum.mail") {
fopen(FILE, "$datadir/$mnum.mail");
@starter = ;
fclose(FILE);
foreach $alx (@starter) {
$alx =~ s/[\n\r]//g;
if($settings[2] eq "$alx") {
$notify = qq~$menusep$img{'notify'}~;
}
}
}
}