[pools] remove dead code
This commit is contained in:
parent
53f0c130a3
commit
f3772236f9
1 changed files with 0 additions and 7 deletions
|
@ -168,13 +168,6 @@ class PoolsTheme extends Themelet
|
||||||
{
|
{
|
||||||
global $user;
|
global $user;
|
||||||
|
|
||||||
// This could become a SHM_INPUT function that also accepts 'type' and other attributes.
|
|
||||||
$_hidden = function (string $name, $value) {
|
|
||||||
return INPUT(["type" => "hidden", "name" => $name, "value" => $value]);
|
|
||||||
};
|
|
||||||
|
|
||||||
$_input_id = $_hidden("pool_id", $pool->id);
|
|
||||||
|
|
||||||
$editor = emptyHTML(
|
$editor = emptyHTML(
|
||||||
SHM_SIMPLE_FORM(
|
SHM_SIMPLE_FORM(
|
||||||
"pool/import/{$pool->id}",
|
"pool/import/{$pool->id}",
|
||||||
|
|
Reference in a new issue