sverhagen / mp3-browser

This Joomla plugin will create a table of every MP3 in a specified folder. It displays the ID3 information of each track with a link to download or play the file in the browser
https://www.totaalsoftware.com/products/mp3-browser
GNU General Public License v2.0
5 stars 5 forks source link

Hide header #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please help me to hide the header_row
I´m using joomla 3.X

Thanks!

Original issue reported on code.google.com by mkfelipe...@gmail.com on 9 Apr 2015 at 2:59

GoogleCodeExporter commented 9 years ago
I think you could comment out some stuff in the AbstractHtmlTable.start method. 
Alternatively you could add the following CSS to your template:

.mp3browser thead {
    display: none;
}

Original comment by sanderverh on 9 Apr 2015 at 6:14