Project

General

Profile

« Previous | Next » 

Revision 1289

Added by kweitzel over 14 years ago

Branch 2.8.1 merged back into Trunk

View differences:

fck_about.html
78 78
								border-left: #000000 1px solid; border-bottom: #000000 1px solid">
79 79
								<span fcklang="DlgAboutVersion">version</span>
80 80
								<br />
81
								<b>2.6.4.1</b><br />
82
								Build 23187</td>
81
								<b>2.6.5</b><br />
82
								Build 23959</td>
83 83
						</tr>
84 84
					</table>
85 85
				</td>
......
111 111
					<a href="http://www.fckeditor.net/sponsors/apply" target="_blank">Become a Sponsor</a>
112 112
				</td>
113 113
			</tr>
114
            <tr>
115
                <td>&nbsp;</td>
116
                <td>&nbsp;</td>
117
            </tr>
118
            <tr>
119
                <td align="center" valign="middle">
120
					<span fcklang="DlgAboutModule" style="font-size: 12px" dir="ltr">
121
                    Modified for Website Baker Version 2.8.x<br />Modulversion 2.9.4
122
                    </span>
123
                </td>
124
                <td>&nbsp;</td>
125
            </tr>
126
            <tr>
127
				<td align="center" valign="middle">
128
					<span style="font-size: 12px" dir="ltr">
129
						<b><a href="http://www.websitebaker.org" target="_blank" title="Visit the Website Baker web site">
130
							Support <b>Website Baker</b> CMS</a></b> </span>
131
					<div style="padding-top:15px">
132
                        <a href="http://club.websitebakers.com/" target="_blank" title="The club is named Website Baker Org The club shall appear in the register of associations and then bear the additional e.V.">
133
						<img alt="Website Baker Org e.V." src="fck_about/wb-logo.gif" title="The association has its seat in Schwanewede, Germany." />
134
                        </a>
135
					</div>
136
				</td>
137
                <td></td>
138
            </tr>
139

  
114 140
		</table>
115 141
	</div>
116 142
	<div id="divLicense" style="display: none">
......
146 172
var sUserLang = '?' ;
147 173

  
148 174
if ( window.navigator.language )
149
	sUserLang = window.navigator.language.toLowerCase() ;
175
	sUserLang = window.navigator.language ;
150 176
else if ( window.navigator.userLanguage )
151
	sUserLang = window.navigator.userLanguage.toLowerCase() ;
177
	sUserLang = window.navigator.userLanguage ;
152 178

  
153
document.write( '<b>User Language<\/b><br />' + sUserLang ) ;
179
document.write( '<b>Language<\/b><br />' + sUserLang ) ;
154 180
//-->
155 181
					</script>
156 182
				</td>

Also available in: Unified diff