mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
This commit is contained in:
		
						commit
						9a675bafb4
					
				|  | @ -2780,13 +2780,16 @@ mayscript> | |||
| 		$this->printTimelineHtml($height); | ||||
| 	} /* }}} */ | ||||
| 
 | ||||
| 	protected function printPopupBox($title, $content) { /* {{{ */ | ||||
| ?>
 | ||||
| 		<span class="openpopupbox"><?php echo $title; ?></span>
 | ||||
| 	protected function printPopupBox($title, $content, $ret=false) { /* {{{ */ | ||||
| 		$html = ' | ||||
| 		<span class="openpopupbox">'.$title.'</span> | ||||
| 		<div class="popupbox" style="display: none;"> | ||||
| 			<?php echo $content; ?>
 | ||||
| 		</div> | ||||
| <?php | ||||
| 			'.$content.' | ||||
| 		</div>'; | ||||
| 		if($ret) | ||||
| 			return $html; | ||||
| 		else | ||||
| 			echo $html; | ||||
| 	} /* }}} */ | ||||
| 
 | ||||
| 	protected function printAccordion($title, $content) { /* {{{ */ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann