summaryrefslogtreecommitdiffstats
path: root/templates/show_object_rating_static.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused static rating, whatever that wasPaul Arthur2012-12-191-58/+0
|
* Switch from _() to T_()Paul Arthur2012-04-121-4/+4
| | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function.
* Clean up some PHPDoc crapPaul Arthur2011-04-041-6/+1
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* templates header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* some templates modified header commentmomo-i2011-02-031-17/+29
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-2/+2
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Modified: More translatable templates.momo-i2008-08-251-3/+3
|
* changed rating display to use 1 digit rounded average, a little bit ↵spocky2008-04-021-2/+2
| | | | | | different than "half star rating" request (Ticket #156), but easily done and also more precise. minor change to sidebar filter display.
* - Updated Now Playing html/cssspocky2007-11-131-32/+25
| | | | | | | - Fixed Star-rating css - Updated Pager (5 elements around selected page# should be enough) - Updated Album class so that disk# is part of the link - Some more cleanup/updates to html/themes (hopefully it should be almost done in a week, so that themers can start theming on 3.4)
* Fixed star-rating cssspocky2007-08-201-5/+5
|
* fixed object rating css issuespocky2007-08-191-5/+5
|
* - updated star-rating to integrate original author's improvments (better ↵spocky2007-08-171-13/+6
| | | | | | compatibility, php code no more dependent on the stars image size which means themers can now use any image size they like) - updated random albums css so that it does not break lines when cover is not downloaded quickly enough
* broke a ton of stuff, but added some hotness... yes that is an excuseKarl 'vollmerk' Vollmer2007-08-061-1/+1
|
* first, let's produce a page that's w3c validspocky2007-07-301-7/+7
|
* some minor tweakage to make ajaxie stuff kind of work in IEKarl 'vollmerk' Vollmer2007-07-171-3/+3
|
* Added classes to show_localplay_status.inc and updated all themes for ↵nf2007-07-141-0/+64
compatibility. Added show_object_rating_static.inc (supplied by andy90) and modified rating.lib for this to work Removed obsolete patches from cleandy themes. Fixed a tiny css bug in StoneBlue theme. Fixed horizontal menu in Burgundy theme (explicit height in #sidebar li)