Merge branch 'design_team' of github.com:Rulingcom/orbit into design_team
This commit is contained in:
		
						commit
						5d5e798b1a
					
				|  | @ -62,14 +62,16 @@ function myFileBrowser(field_name, url, type, win) { | |||
|     tinyMCE.activeEditor.windowManager.open({ | ||||
|         file : cmsURL, | ||||
|         title : 'File Browser', | ||||
|         width : 850,  // Your dimensions may differ - toy around with them! | ||||
|         height : 455, | ||||
|         width : 530,  // Your dimensions may differ - toy around with them! | ||||
|         height : 350, | ||||
|         resizable : "no", | ||||
|         inline : "no",  // This parameter only has an effect if you use the inlinepopups plugin! | ||||
|         close_previous : "no" | ||||
|     }, { | ||||
|         window : win, | ||||
|         input : field_name, | ||||
|         alt : "alt", | ||||
|         title : "title" | ||||
|     }); | ||||
|     return false; | ||||
|   } | ||||
|  |  | |||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
		Reference in New Issue