mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	add method successMsg()
This commit is contained in:
		
							parent
							
								
									1144ee4500
								
							
						
					
					
						commit
						a53cd4b0cd
					
				|  | @ -1524,6 +1524,12 @@ $(document).ready(function() { | ||||||
| 		echo "</div>\n"; | 		echo "</div>\n"; | ||||||
| 	} /* }}} */ | 	} /* }}} */ | ||||||
| 
 | 
 | ||||||
|  | 	function successMsg($msg) { /* {{{ */ | ||||||
|  | 		echo "<div class=\"alert alert-success\">\n"; | ||||||
|  | 		echo $msg; | ||||||
|  | 		echo "</div>\n"; | ||||||
|  | 	} /* }}} */ | ||||||
|  | 
 | ||||||
| 	function ___exitError($pagetitle, $error, $noexit=false, $plain=false) { /* {{{ */ | 	function ___exitError($pagetitle, $error, $noexit=false, $plain=false) { /* {{{ */ | ||||||
| 
 | 
 | ||||||
| 		/* This is just a hack to prevent creation of js files in an error | 		/* This is just a hack to prevent creation of js files in an error | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann