mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
fix second parameter of showEndPaneContent()
This commit is contained in:
parent
4d9a36b080
commit
fb366307bf
|
@ -38,10 +38,10 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style {
|
||||||
echo '<tr><td width="20%"></td><td width="80%"></td></tr>';
|
echo '<tr><td width="20%"></td><td width="80%"></td></tr>';
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
protected function showEndPaneContent($name, $currentab) { /* {{{ */
|
protected function showEndPaneContent($name, $currenttab) { /* {{{ */
|
||||||
echo '</table>';
|
echo '</table>';
|
||||||
$this->contentContainerEnd();
|
$this->contentContainerEnd();
|
||||||
parent::showEndPaneContent($name, $isactive);
|
parent::showEndPaneContent($name, $currenttab);
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
protected function getTextField($name, $value, $type='', $placeholder='') { /* {{{ */
|
protected function getTextField($name, $value, $type='', $placeholder='') { /* {{{ */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user