mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	- added method errorMsg()
This commit is contained in:
		
							parent
							
								
									23bd930abf
								
							
						
					
					
						commit
						8422ced0ab
					
				|  | @ -861,6 +861,12 @@ class LetoDMS_Bootstrap_Style extends LetoDMS_View_Common { | |||
| 		echo "</div>\n"; | ||||
| 	} /* }}} */ | ||||
| 
 | ||||
| 	function errorMsg($msg) { /* {{{ */ | ||||
| 		echo "<div class=\"alert alert-error\">\n"; | ||||
| 		echo $msg; | ||||
| 		echo "</div>\n"; | ||||
| 	} /* }}} */ | ||||
| 
 | ||||
| 	function exitError($pagetitle,$error) { /* {{{ */ | ||||
| 	 | ||||
| 		$this->htmlStartPage($pagetitle); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 steinm
						steinm