fix typo
This commit is contained in:
parent
eee1d871e0
commit
ba21820fd0
|
@ -454,7 +454,7 @@ function makePopupButton( $url, $winName, $winSize, $buttonValue, $condition=1,
|
||||||
} else {
|
} else {
|
||||||
$string .= ' data-window-tag="' . htmlspecialchars($winSize) . '"';
|
$string .= ' data-window-tag="' . htmlspecialchars($winSize) . '"';
|
||||||
}
|
}
|
||||||
if ($condtion) {
|
if ($condition) {
|
||||||
$string .= ' disabled="disabled"';
|
$string .= ' disabled="disabled"';
|
||||||
}
|
}
|
||||||
$string .= ($options ? (' ' . $options) : '') . '/>';
|
$string .= ($options ? (' ' . $options) : '') . '/>';
|
||||||
|
|
Loading…
Reference in New Issue