Project

General

Profile

« Previous | Next » 

Revision 1609

Added by Dietmar over 12 years ago

change Website Baker to WebsiteBaker in installer

View differences:

branches/2.8.x/CHANGELOG
13 13

  
14 14

  
15 15
----------------------------------- 2.8.3 --------------------------------
16
209 Feb-2012 Build 1608 Dietmar Woellbrink (Luisehahne)
16
09 Feb-2012 Build 1609 Dietmar Woellbrink (Luisehahne)
17
! change Website Baker to WebsiteBaker in installer
18
09 Feb-2012 Build 1608 Dietmar Woellbrink (Luisehahne)
17 19
! A small optical correction of the installer.
18 20
09 Feb-2012 Build 1607 Dietmar Woellbrink (Luisehahne)
19 21
# typofix in /modules/form/view.php (Tks to jacobi22)
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.2');
54
if(!defined('REVISION')) define('REVISION', '1608');
54
if(!defined('REVISION')) define('REVISION', '1609');
55 55
if(!defined('SP')) define('SP', 'SP2');
branches/2.8.x/wb/install/index.php
4 4
 * @category        backend
5 5
 * @package         install
6 6
 * @author          WebsiteBaker Project
7
 * @copyright       2009-2011, Website Baker Org. e.V.
7
 * @copyright       2009-2012, WebsiteBaker Org. e.V.
8 8
 * @link			http://www.websitebaker2.org/
9 9
 * @license         http://www.gnu.org/licenses/gpl.html
10 10
 * @platform        WebsiteBaker 2.8.x
......
71 71
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
72 72
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
73 73
<head>
74
<title>Website Baker Installation Wizard</title>
74
<title>WebsiteBaker Installation Wizard</title>
75 75
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
76 76
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
77 77
<script language="javascript" type="text/javascript">
......
112 112
<input type="hidden" name="remember" id="remember" value="true" />
113 113

  
114 114
		<div style="padding: 5px; text-align: center; font-weight: bold;">
115
			Welcome to the Website Baker Installation Wizard.
115
			Welcome to the WebsiteBaker Installation Wizard.
116 116
		</div>
117 117
		<?php
118 118
		if(isset($_SESSION['message']) AND $_SESSION['message'] != '') {
......
473 473
				<tr valign="top">
474 474
					<td>
475 475
						<p class="warning">
476
						Website Baker is released under the
476
						WebsiteBaker is released under the
477 477
						<a href="http://www.gnu.org/licenses/gpl.html" target="_blank" tabindex="19">GNU General Public License</a>
478 478
						<br />
479 479
						By clicking install, you are accepting the license.
......
497 497

  
498 498
	<div style="padding: 10px 0px 10px 0px; text-align:center;">
499 499
		<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
500
		<a href="http://www.websitebaker.org/" style="color: #000000;" target="_blank">Website Baker</a>
500
		<a href="http://www.websitebaker2.org/" style="color: #000000;" target="_blank">WebsiteBaker</a>
501 501
		is	released under the
502 502
		<a href="http://www.gnu.org/licenses/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a>
503 503
		<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->

Also available in: Unified diff