Changeset 1812
- Timestamp:
- 2008-03-26 17:57:38 (4 months ago)
- Location:
- FCKeditor/trunk/editor
- Files:
-
- 2 added
- 2 modified
-
dialog/fck_about.html (modified) (4 diffs)
-
dialog/fck_about/sponsors (added)
-
dialog/fck_about/sponsors/spellchecker_net.gif (added)
-
_source/internals/fckcommands.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_about.html
r1565 r1812 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 2 <!-- 3 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net … … 71 71 <table cellpadding="0" cellspacing="0" border="0" width="100%" style="height: 100%"> 72 72 <tr> 73 <td >73 <td colspan="2"> 74 74 <img alt="" src="fck_about/logo_fckeditor.gif" width="236" height="41" align="left" /> 75 75 <table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right"> … … 86 86 </tr> 87 87 <tr style="height: 100%"> 88 <td align="center"> 89 <br /> 88 <td align="center" valign="middle"> 90 89 <span style="font-size: 14px" dir="ltr"> 91 <br />92 90 <b><a href="http://www.fckeditor.net/?about" target="_blank" title="Visit the FCKeditor web site"> 93 91 Support <b>Open Source</b> Software</a></b> </span> 94 <br /> 95 <br /> 96 <br /> 92 <div style="padding-top:15px"> 93 <img alt="" src="fck_about/logo_fredck.gif" width="87" height="36" /> 94 </div> 95 </td> 96 <td align="center" nowrap="nowrap" valign="middle"> 97 <div> 98 <div style="margin-bottom:5px" dir="ltr">Selected Sponsor</div> 99 <a href="http://www.spellchecker.net/fckeditor/" target="_blank"><img alt="Selected Sponsor" border="0" src="fck_about/sponsors/spellchecker_net.gif" width="75" height="75" /></a> 100 </div> 101 </td> 102 </tr> 103 <tr> 104 <td width="100%" nowrap="nowrap"> 97 105 <span fcklang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/?About" 98 106 target="_blank">http://www.fckeditor.net/</a>. … … 100 108 Copyright © 2003-2008 <a href="#" onclick="SendEMail();">Frederico Caldeira Knabben</a> 101 109 </td> 102 </tr>103 <tr>104 110 <td align="center"> 105 < img alt="" src="fck_about/logo_fredck.gif" width="87" height="36" />111 <a href="http://www.fckeditor.net/sponsors/apply" target="_blank">Become a Sponsor</a> 106 112 </td> 107 113 </tr> -
FCKeditor/trunk/editor/_source/internals/fckcommands.js
r1617 r1812 56 56 case 'BulletedList' : oCommand = new FCKDialogCommand( 'BulletedList', FCKLang.BulletedListProp , 'dialog/fck_listprop.html?UL' , 370, 160 ) ; break ; 57 57 case 'NumberedList' : oCommand = new FCKDialogCommand( 'NumberedList', FCKLang.NumberedListProp , 'dialog/fck_listprop.html?OL' , 370, 160 ) ; break ; 58 case 'About' : oCommand = new FCKDialogCommand( 'About' , FCKLang.About , 'dialog/fck_about.html' , 4 00, 310, function(){ return FCK_TRISTATE_OFF ; } ) ; break ;58 case 'About' : oCommand = new FCKDialogCommand( 'About' , FCKLang.About , 'dialog/fck_about.html' , 420, 330, function(){ return FCK_TRISTATE_OFF ; } ) ; break ; 59 59 case 'Find' : oCommand = new FCKDialogCommand( 'Find' , FCKLang.DlgFindAndReplaceTitle, 'dialog/fck_replace.html' , 340, 230, null, null, 'Find' ) ; break ; 60 60 case 'Replace' : oCommand = new FCKDialogCommand( 'Replace' , FCKLang.DlgFindAndReplaceTitle, 'dialog/fck_replace.html' , 340, 230, null, null, 'Replace' ) ; break ;