Subversion Repositories cheapmusic

Rev

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

Rev 130 Rev 134
Line 523... Line 523...
523
    }
523
    }
524
 
524
 
525
    $xh->tag('span', " ");
525
    $xh->tag('span', " ");
526
    $xh->add_attribute("id", "discogsSearch" . $cnt . "Btn");
526
    $xh->add_attribute("id", "discogsSearch" . $cnt . "Btn");
527
    $xh->add_attribute("type", "submit");
527
    $xh->add_attribute("type", "submit");
528
    $xh->add_attribute("name", "submit");
528
    $xh->add_attribute("name", "submitBtn");
529
    $xh->add_attribute("value", "discogsSearch");
529
    $xh->add_attribute("value", "discogsSearch");
530
    $xh->add_attribute("class", "btn btn-success btn-sm");
530
    $xh->add_attribute("class", "btn btn-success btn-sm");
531
    $xh->add_attribute("title", "Search for Store Offers");
531
    $xh->add_attribute("title", "Search for Store Offers");
532
    $xh->add_attribute("aria-label", "Search for Store Offers");
532
    $xh->add_attribute("aria-label", "Search for Store Offers");
533
    $xh->add_attribute("data-toggle", "tooltip");
533
    $xh->add_attribute("data-toggle", "tooltip");