fmt
This commit is contained in:
@@ -47,7 +47,7 @@ class UploadTheme extends Themelet
|
|||||||
$form = SHM_FORM("upload", "POST", true, "file_upload");
|
$form = SHM_FORM("upload", "POST", true, "file_upload");
|
||||||
$form->appendChild(
|
$form->appendChild(
|
||||||
TABLE(
|
TABLE(
|
||||||
["id" => "large_upload_form", "class"=>"form"],
|
["id" => "large_upload_form", "class" => "form"],
|
||||||
TR(
|
TR(
|
||||||
TH(["width" => "20"], "Common Tags"),
|
TH(["width" => "20"], "Common Tags"),
|
||||||
TD(["colspan" => "6"], INPUT(["name" => "tags", "type" => "text", "placeholder" => "tagme", "class" => "autocomplete_tags"]))
|
TD(["colspan" => "6"], INPUT(["name" => "tags", "type" => "text", "placeholder" => "tagme", "class" => "autocomplete_tags"]))
|
||||||
@@ -242,7 +242,7 @@ class UploadTheme extends Themelet
|
|||||||
$form = SHM_FORM("replace/".$image_id, "POST", true);
|
$form = SHM_FORM("replace/".$image_id, "POST", true);
|
||||||
$form->appendChild(emptyHTML(
|
$form->appendChild(emptyHTML(
|
||||||
TABLE(
|
TABLE(
|
||||||
["id" => "large_upload_form", "class"=>"form"],
|
["id" => "large_upload_form", "class" => "form"],
|
||||||
$upload_list,
|
$upload_list,
|
||||||
TR(TD("Source"), TD(["colspan" => 3], INPUT(["name" => "source", "type" => "text"]))),
|
TR(TD("Source"), TD(["colspan" => 3], INPUT(["name" => "source", "type" => "text"]))),
|
||||||
TR(TD(["colspan" => 4], INPUT(["id" => "uploadbutton", "type" => "submit", "value" => "Post"]))),
|
TR(TD(["colspan" => 4], INPUT(["id" => "uploadbutton", "type" => "submit", "value" => "Post"]))),
|
||||||
|
Reference in New Issue
Block a user