Project

General

Profile

« Previous | Next » 

Revision 1215

Added by MaGnaL over 14 years ago

Rollback of accidentally checked in files

View differences:

branches/2.8.x/wb/upgrade-script.php
103 103
<h2>Step 1: Backup your files</h2>
104 104
<p>It is highly recommended to <strong>create a manual backup</strong> of the entire <strong>/pages folder</strong> and the <strong>MySQL database</strong> before proceeding.<br /><strong class="error">Note: </strong>The upgrade script alters some settings of your existing database!!! You need to confirm the disclaimer before proceeding.</p>
105 105

  
106
<form name="send" action="<?php echo $_SERVER['PHP_SELF'];?>" method="post">
106
<form name="send" action="<?php echo $_SERVER['PHP_SELF'];?>" method="POST">
107 107
<textarea cols="80" rows="5">DISCLAIMER: The Website Baker upgrade script is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. One needs to confirm that a manual backup of the /pages folder (including all files and subfolders contained in it) and backup of the entire Website Baker MySQL database was created before you can proceed.</textarea>
108 108
<br /><br /><input name="backup_confirmed" type="checkbox" value="confirmed" />&nbsp;I confirm that a manual backup of the /pages folder and the MySQL database was created.
109 109
<br /><br /><input name="send" type="submit" value="Start upgrade script" />
branches/2.8.x/wb/admin/preferences/index.php
123 123
	if(TIME_FORMAT == $format AND !isset($_SESSION['USE_DEFAULT_TIME_FORMAT'])) {
124 124
		$template->set_var('SELECTED', ' selected="selected"');
125 125
	} elseif($format == 'system_default' AND isset($_SESSION['USE_DEFAULT_TIME_FORMAT'])) {
126
		$template->set_var('SELECTED', ' selected="selected"');
126
		$template->set_var('SELECTED', 'selected');
127 127
	} else {
128 128
		$template->set_var('SELECTED', '');
129 129
	}
......
157 157
								'TEXT_TIME_FORMAT' => $TEXT['TIME_FORMAT'],
158 158
								'TEXT_CURRENT_PASSWORD' => $TEXT['CURRENT_PASSWORD'],
159 159
								'TEXT_NEW_PASSWORD' => $TEXT['NEW_PASSWORD'],
160
								'TEXT_RETYPE_NEW_PASSWORD' => $TEXT['RETYPE_NEW_PASSWORD'],
161
								'TEXT_PLEASE_SELECT' => $TEXT['PLEASE_SELECT']
160
								'TEXT_RETYPE_NEW_PASSWORD' => $TEXT['RETYPE_NEW_PASSWORD']
162 161
								)
163 162
						);
164 163

  
branches/2.8.x/wb/templates/classic_theme/templates/preferences.htt
28 28
	<td>{TEXT_TIMEZONE}:</td>
29 29
	<td>
30 30
		<select name="timezone" style="width: 98%;">
31
			<option value="-20">{TEXT_PLEASE_SELECT}...</option>
31
			<option value="-20">Please select...</option>
32 32
			<!-- BEGIN timezone_list_block -->
33 33
				<option value="{VALUE}" {SELECTED}>{NAME}</option>
34 34
			<!-- END timezone_list_block -->
......
39 39
	<td>{TEXT_DATE_FORMAT}:</td>
40 40
	<td>
41 41
		<select name="date_format" style="width: 98%;">
42
			<option value="">{TEXT_PLEASE_SELECT}...</option>
42
			<option value="">Please select...</option>
43 43
			<!-- BEGIN date_format_list_block -->
44 44
				<option value="{VALUE}" {SELECTED}>{NAME}</option>
45 45
			<!-- END date_format_list_block -->
......
50 50
	<td>{TEXT_TIME_FORMAT}:</td>
51 51
	<td>
52 52
		<select name="time_format" style="width: 98%;">
53
			<option value="">{TEXT_PLEASE_SELECT}...</option>
53
			<option value="">Please select...</option>
54 54
			<!-- BEGIN time_format_list_block -->
55 55
				<option value="{VALUE}" {SELECTED}>{NAME}</option>
56 56
			<!-- END time_format_list_block -->
branches/2.8.x/wb/templates/wb_theme/templates/preferences.htt
28 28
	<td>{TEXT_TIMEZONE}:</td>
29 29
	<td>
30 30
		<select name="timezone" style="width: 98%;">
31
			<option value="-20">{TEXT_PLEASE_SELECT}...</option>
31
			<option value="-20">Please select...</option>
32 32
			<!-- BEGIN timezone_list_block -->
33 33
				<option value="{VALUE}" {SELECTED}>{NAME}</option>
34 34
			<!-- END timezone_list_block -->
......
39 39
	<td>{TEXT_DATE_FORMAT}:</td>
40 40
	<td>
41 41
		<select name="date_format" style="width: 98%;">
42
			<option value="">{TEXT_PLEASE_SELECT}...</option>
42
			<option value="">Please select...</option>
43 43
			<!-- BEGIN date_format_list_block -->
44 44
				<option value="{VALUE}" {SELECTED}>{NAME}</option>
45 45
			<!-- END date_format_list_block -->
......
50 50
	<td>{TEXT_TIME_FORMAT}:</td>
51 51
	<td>
52 52
		<select name="time_format" style="width: 98%;">
53
			<option value="">{TEXT_PLEASE_SELECT}...</option>
53
			<option value="">Please select...</option>
54 54
			<!-- BEGIN time_format_list_block -->
55 55
				<option value="{VALUE}" {SELECTED}>{NAME}</option>
56 56
			<!-- END time_format_list_block -->
branches/2.8.x/wb/templates/argos_theme/templates/preferences.htt
29 29
	<td>{TEXT_TIMEZONE}:</td>
30 30
	<td>
31 31
		<select name="timezone" style="width: 98%;">
32
			<option value="-20">{TEXT_PLEASE_SELECT}...</option>
32
			<option value="-20">Please select...</option>
33 33
			<!-- BEGIN timezone_list_block -->
34 34
				<option value="{VALUE}" {SELECTED}>{NAME}</option>
35 35
			<!-- END timezone_list_block -->
......
40 40
	<td>{TEXT_DATE_FORMAT}:</td>
41 41
	<td>
42 42
		<select name="date_format" style="width: 98%;">
43
			<option value="">{TEXT_PLEASE_SELECT}...</option>
43
			<option value="">Please select...</option>
44 44
			<!-- BEGIN date_format_list_block -->
45 45
				<option value="{VALUE}" {SELECTED}>{NAME}</option>
46 46
			<!-- END date_format_list_block -->
......
51 51
	<td>{TEXT_TIME_FORMAT}:</td>
52 52
	<td>
53 53
		<select name="time_format" style="width: 98%;">
54
			<option value="">{TEXT_PLEASE_SELECT}...</option>
54
			<option value="">Please select...</option>
55 55
			<!-- BEGIN time_format_list_block -->
56 56
				<option value="{VALUE}" {SELECTED}>{NAME}</option>
57 57
			<!-- END time_format_list_block -->
branches/2.8.x/wb/modules/show_menu2/languages/NL.php
27 27
*/
28 28

  
29 29
//Module Description
30
$module_description = 'Deze module integreert een de geavanceerde menu functie <code> show_menu2 () </ code> in Website Baker. Gedetailleerde informatie is beschikbaar op <a href="http://code.jellycan.com/show_menu2/" target="_blank"> http://code.jellycan.com/show_menu2/ </a> of in de <a href = "{WB_URL}/modules/show_menu2/README_EN" target = "_blank"> README </a>.';
30
$module_description = 'Deze module integreert een de geavanceerde menu functie <code> show_menu2 () </ code> in Website Baker. Gedetailleerde informatie is beschikbaar op <a href="http://code.jellycan.com/show_menu2/" target="_blank"> http://code.jellycan.com/show_menu2/ </a> of in de <a href = "{WB_URL}/modules/show_menu2/README_EN" target = "_blank"> README </a>.
31 31

  
32 32
?>

Also available in: Unified diff