forked from Cavemanon/cavepaintings
forms
This commit is contained in:
@ -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'>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user