summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_artist_row.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-8/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-1/+1
| | | | | | 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
|
* I should have done it this way in the first place, instead of that uglyPaul 'flowerysong' Arthur2010-06-091-3/+2
| | | | show_playlist_full_row hack.
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-1/+1
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-1/+1
|
* reduced size of the font when editingKarl 'vollmerk' Vollmer2008-01-141-1/+1
|
* minor tweaks to session insertion to prevent crazy people with http agent ↵Karl 'vollmerk' Vollmer2008-01-131-1/+1
| | | | strings over 255 from breaking the query, also fixed missing truncate
* slight tweak to artist page so that you can hit enter and it will still ↵Karl 'vollmerk' Vollmer2007-10-101-1/+3
| | | | save, needs to be done to other editing methods
* - Cleaned up php files (removed useless inlines styles, replaced header td ↵spocky2007-09-241-1/+1
| | | | | | | | | | with th...) - Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections
* fixed a few more warnings, fixed artist editing and improved album editing a ↵Karl 'vollmerk' Vollmer2007-07-291-0/+36
little (so it cleans up after its self)