Project

General

Profile

« Previous | Next » 

Revision 1161

Added by Dietmar over 14 years ago

new update FCKeditor to Version 2.6.5 Modulversion 2.9.1

View differences:

fck_tablecell.html
139 139

  
140 140
function SelectColor( wich )
141 141
{
142
	oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', oEditor.FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 410, 320, wich == 'Back' ? SelectBackColor : SelectBorderColor, window ) ;
142
	oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', oEditor.FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 410, 320, wich == 'Back' ? SelectBackColor : SelectBorderColor ) ;
143 143
}
144 144

  
145 145
	</script>
......
224 224
									 <span fcklang="DlgCellType">Cell Type</span>:</td>
225 225
									<td colspan="2">
226 226
										&nbsp; <select id="selCellType">
227
											<option fcklang="DlgCellTypeData" value="td" />Data
228
											<option fcklang="DlgCellTypeHeader" value="th" />Header
227
											<option fcklang="DlgCellTypeData" value="td">Data</option>
228
											<option fcklang="DlgCellTypeHeader" value="th">Header</option>
229 229
										</select>
230 230
								</tr>
231 231
								<tr>

Also available in: Unified diff