Remove redundant button
Fix parent-id type issue
This commit is contained in:
parent
f99f28712c
commit
3c63d1d107
2 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,7 @@ class RelationshipsTheme extends Themelet
|
|||
return SHM_POST_INFO(
|
||||
"Parent",
|
||||
!$user->is_anonymous(),
|
||||
$image->parent_id ?: "None",
|
||||
strval($image->parent_id) ?: "None",
|
||||
INPUT(["type"=>"number", "name"=>"tag_edit__parent", "value"=>$image->parent_id])
|
||||
);
|
||||
}
|
||||
|
|
|
@ -72,7 +72,6 @@ class CustomViewImageTheme extends ViewImageTheme
|
|||
<input name='search' type='text' style='width:75%'>
|
||||
<input type='submit' value='Go' style='width:20%'>
|
||||
<input type='hidden' name='q' value='/post/list'>
|
||||
<input type='submit' value='Find' style='display: none;'>
|
||||
</form>
|
||||
";
|
||||
|
||||
|
|
Reference in a new issue