mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
2c0729915c
|
@ -273,7 +273,7 @@ $(document).ready(function() {
|
|||
'element'=>'input',
|
||||
'type'=>'hidden',
|
||||
'name'=>'sequence',
|
||||
'value'=>$seq,
|
||||
'value'=>(string) $seq,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
@ -38,10 +38,10 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style {
|
|||
echo '<tr><td width="20%"></td><td width="80%"></td></tr>';
|
||||
} /* }}} */
|
||||
|
||||
protected function showEndPaneContent($name, $currentab) { /* {{{ */
|
||||
protected function showEndPaneContent($name, $currenttab) { /* {{{ */
|
||||
echo '</table>';
|
||||
$this->contentContainerEnd();
|
||||
parent::showEndPaneContent($name, $isactive);
|
||||
parent::showEndPaneContent($name, $currenttab);
|
||||
} /* }}} */
|
||||
|
||||
protected function getTextField($name, $value, $type='', $placeholder='') { /* {{{ */
|
||||
|
|
Loading…
Reference in New Issue
Block a user