Subversion Repositories cheapmusic

Rev

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

Rev 81 Rev 86
Line 273... Line 273...
273
    $searchTitle = 'Searching for:<br><br><strong>' . (string)$master->{'title'} . ' by ' . (empty($searchArtists) ? 'Various Artists' : $searchArtists) . '</strong>';
273
    $searchTitle = 'Searching for:<br><br><strong>' . (string)$master->{'title'} . ' by ' . (empty($searchArtists) ? 'Various Artists' : $searchArtists) . '</strong>';
274
    if (!empty($barcode)) {
274
    if (!empty($barcode)) {
275
        $searchTitle .= " (" . displayBarcode($barcode) . ")";
275
        $searchTitle .= " (" . displayBarcode($barcode) . ")";
276
    }
276
    }
277
 
277
 
278
    $str .= "  <button type=\"submit\" name=\"submit\" value=\"discogsSearch\" class=\"btn btn-primary m-1 btn-sm\" onclick=\"document.getElementById('discogsTitle').value = '" . addslashes((string)$master->{'title'}) . "';document.getElementById('discogsArtist').value = '" . addslashes($searchArtists) . "';document.getElementById('discogsBarcode').value = '" . $barcode . "';progressBar('" . sanitizeInput2($searchTitle) . "');\" title=\"Search for Sales Offers\" data-toggle=\"tooltip\"><i class=\"fas fa-search\"></i></button>";
278
    $str .= "  <button type=\"submit\" name=\"submit\" value=\"discogsSearch\" class=\"btn btn-primary m-1 btn-sm\" onclick=\"document.getElementById('discogsTitle').value = '" . addslashes((string)$master->{'title'}) . "';document.getElementById('discogsArtist').value = '" . addslashes($searchArtists) . "';document.getElementById('discogsBarcode').value = '" . $barcode . "';progressBar('" . sanitizeInput2($searchTitle) . "');\" title=\"Search for Store Offers\" data-toggle=\"tooltip\"><i class=\"fas fa-search\"></i></button>";
279
    $str .= "</span>";
279
    $str .= "</span>";
280
    $str .= "</div>";
280
    $str .= "</div>";
281
    $str .= "<span id=\"wishlistAdd" . $cnt . "\"></span>";
281
    $str .= "<span id=\"wishlistAdd" . $cnt . "\"></span>";
282
    $str .= "</div>";
282
    $str .= "</div>";
283
 
283