Subversion Repositories cheapmusic

Rev

Rev 99 | Rev 107 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 99 Rev 104
Line 607... Line 607...
607
}
607
}
608
 
608
 
609
// print directions when no results are found
609
// print directions when no results are found
610
function printNoResultsWarning() {
610
function printNoResultsWarning() {
611
    $str = "<div class=\"text-center bg-warning p-3 rounded\">";
611
    $str = "<div class=\"text-center bg-warning p-3 rounded\">";
612
    $str .= "<p class=\"display-5 font-weight-bold\">Your search returned no results</p>";
612
    $str .= "<p class=\"display-5 font-weight-bold\">Your search returned no store offers</p>";
613
    $str .= "<p>You may want to try the following:</p>";
613
    $str .= "<p>You may want to try the following:</p>";
614
    $str .= "<ul><li>Check the spelling</li><li>Try using fewer words</li><li>Check the search filter (<i class=\"fas fa-filter\"></i>) if you used one</li><li>Try using artist and title if you used a barcode; some albums have been released under various barcodes</li></ul>";
614
    $str .= "<ul><li>Check the spelling</li><li>Try using fewer words</li><li>Check the search filter (<i class=\"fas fa-filter\"></i>) if you used one</li><li>Try using artist and title if you used a barcode; some albums have been released under various barcodes</li></ul>";
615
    $str .= "</div>";
615
    $str .= "</div>";
616
 
616
 
617
    return $str;
617
    return $str;