mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
make printPopupBox() public
This commit is contained in:
parent
db3f380604
commit
c021e4b4cb
|
@ -2935,7 +2935,7 @@ $(document).ready(function() {
|
||||||
$this->printTimelineHtml($height);
|
$this->printTimelineHtml($height);
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
protected function printPopupBox($title, $content, $ret=false) { /* {{{ */
|
public function printPopupBox($title, $content, $ret=false) { /* {{{ */
|
||||||
$id = md5(uniqid());
|
$id = md5(uniqid());
|
||||||
/*
|
/*
|
||||||
$this->addFooterJS('
|
$this->addFooterJS('
|
||||||
|
|
Loading…
Reference in New Issue
Block a user