* Finish task #43557.

This commit is contained in:
tanghucheng
2021-10-26 10:45:49 +08:00
parent aad6d4c76a
commit a577f54958
+1 -1
View File
@@ -51,7 +51,7 @@
}
}
$colspan = count($visibleFields) + 3;
$hiddenStory = (isonlybody() and $storyID) ? ' hidden' : '';
$hiddenStory = '';
if($hiddenStory and isset($visibleFields['story'])) $colspan -= 1;
?>
<form method='post' class='load-indicator batch-actions-form form-ajax' enctype='multipart/form-data' id="batchCreateForm">