Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Oct 11, 2024
1 parent d08376d commit 1a7ad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pools/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function new_pool_composer(Page $page): void
{
$form = SHM_SIMPLE_FORM("pool/create", TABLE(
TR(TD("Title:"), TD(INPUT(["type" => "text", "name" => "title"]))),
TR(TD("Public?:"), TD("Yes",INPUT(["type" => "radio", "name" => "public", "value" => "Y", "checked" => "checked"]),"No",INPUT(["type" => "radio", "name" => "public", "value" => "N"]))),
TR(TD("Public?:"), TD("Yes", INPUT(["type" => "radio", "name" => "public", "value" => "Y", "checked" => "checked"]), "No", INPUT(["type" => "radio", "name" => "public", "value" => "N"]))),
TR(TD("Description:"), TD(TEXTAREA(["name" => "description"]))),
TR(TD(["colspan" => "2"], SHM_SUBMIT("Create")))
));
Expand Down

0 comments on commit 1a7ad42

Please sign in to comment.