This commit is contained in:
Shish
2012-03-11 15:49:37 +00:00
parent 652984adc1
commit c78ad128bf
7 changed files with 51 additions and 41 deletions

View File

@ -5,7 +5,7 @@ class ArtistsTheme extends Themelet {
$h_author = html_escape($author);
return "
<tr>
<td>Author</td>
<th>Author</th>
<td>
<span class='view'>$h_author</span>
<input class='edit' type='text' name='tag_edit__author' value='$h_author'>

View File

@ -8,7 +8,7 @@ class RatingsTheme extends Themelet {
$e_checked = $rating == 'e' ? " checked" : "";
$html = "
<tr>
<td>Rating</td>
<th>Rating</th>
<td>
<input type='radio' name='rating' value='s' id='s'$s_checked><label for='s'>Safe</label>
<input type='radio' name='rating' value='q' id='q'$q_checked><label for='q'>Questionable</label>