summaryrefslogtreecommitdiffstats
path: root/templates/show_rules.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-20/+19
|
* Switch from _() to T_()Paul Arthur2012-04-121-5/+5
| | | | | | 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.
* Fix display of logic operator in searchPaul Arthur2012-03-311-3/+11
| | | | | It could be in either $_REQUEST or a playlist object, so we need to check the correct one.
* Added class names to generic box names.mywindow2011-09-191-2/+2
|
* Add some additional CSS classes for searchPaul Arthur2011-05-281-1/+1
|
* Reworked searchPaul Arthur2011-04-021-0/+67
Still has tentacles and should have been integrated into the existing API/Browse implementation better, but it's functional.