view/edit for author
This commit is contained in:
parent
e4c95d5b56
commit
358f191be2
@ -3,7 +3,15 @@ class ArtistsTheme extends Themelet {
|
||||
|
||||
public function get_author_editor_html(/*string*/ $author) {
|
||||
$h_author = html_escape($author);
|
||||
return "<tr><td>Author</td><td><input class='editor_author' type='text' name='tag_edit__author' value='$h_author'></td></tr>";
|
||||
return "
|
||||
<tr>
|
||||
<td>Author</td>
|
||||
<td>
|
||||
<span class='view'>$h_author</span>
|
||||
<input class='edit' type='text' name='tag_edit__author' value='$h_author'>
|
||||
</td>
|
||||
</tr>
|
||||
";
|
||||
}
|
||||
|
||||
public function display_artists(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user