Better format.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 23 Oct 2009 23:31:31 +0000 (23:31 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 23 Oct 2009 23:31:31 +0000 (23:31 +0000)
update.html

index 296ea160f7073da2033888a86d33926a55a2ba33..54f1d412bdb2f1101288d27aed2d54c958776311 100644 (file)
@@ -22,7 +22,7 @@ these files. </li>
       </li>
       <li>Upload all the new files.
       </li>
-      <li>Look into the file, <span style="font-weight: bold; font-style: italic;">config.default.php and compare with your own config.php</span> file. You should update the the following in your config.php:</li><ol><li>Change the $version in your <span style="font-weight: bold;">config.php</span> file, about line 59, from "2.2.X" to "2.2 RC".</li><li>Copy these 2 lines from <span style="font-weight: bold;">config.default.php</span> about line 80-82 into <span style="font-weight: bold;">config.php</span> about line 80:</li><ol><li>/* Show users online discretetely in the footer */<br />$show_users_online = 0;</li><li>Change this to 1 if you want to show users online.</li></ol><li>Replace the 2 lines about line 110-111 in <span style="font-weight: bold;">config.php</span>:</li><ol><li>$table_style &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='#8cacbb' style='border-collapse: collapse'";<br />$table_style2 &nbsp;&nbsp; &nbsp;= "cellpadding=3 border=1 bordercolor='#cccccc' style='border-collapse: collapse'";</li></ol><li>With these 4 lines from <span style="font-weight: bold;">config.default.php</span>:</li><ol><li>if (!isset($_SESSION['bordercolor']))<br />&nbsp; &nbsp; $_SESSION['bordercolor'] = "#8cacbb";<br />$table_style &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='".$_SESSION['bordercolor']."' class='tablestyle'";<br />$table_style2 &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='#cccccc' class='tablestyle2'";</li></ol><li>Remove these 2 lines from <span style="font-weight: bold;">config.php</span> about line 176-176:</li><ol><li>/* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */<br />$def_app = "orders";</li></ol><li>Copy these 2 lines from <span style="font-weight: bold;">config.default.php</span> about line 202-203:</li><ol><li>define("ICON_SUBMIT", "ok.gif");&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // new in 2.2<br />define("ICON_ESCAPE", "escape.png");&nbsp;&nbsp;&nbsp; // new in 2.2</li></ol><li>And paste them into <span style="font-weight: bold;">config.php</span> about line 209</li></ol>
+      <li>Look into the file, <span style="font-weight: bold; font-style: italic;">config.default.php and compare with your own config.php</span> file. You should update the the following in your config.php:<br /></li><ol style="font-family: Courier New,Courier,monospace;"><li><small>Change the $version in your <span style="font-weight: bold;">config.php</span> file, about line 59, from "2.2.X" to "2.2 RC".</small></li><li><small>Copy these 2 lines from <span style="font-weight: bold;">config.default.php</span> about line 80-82 into <span style="font-weight: bold;">config.php</span> about line 80:</small></li><ol><li><small>/* Show users online discretetely in the footer */<br />$show_users_online = 0;</small></li><li><small>Change this to 1 if you want to show users online.</small></li></ol><li><small>Replace the 2 lines about line 110-111 in <span style="font-weight: bold;">config.php</span>:</small></li><ol><li><small>$table_style &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='#8cacbb' style='border-collapse: collapse'";<br />$table_style2 &nbsp;&nbsp; &nbsp;= "cellpadding=3 border=1 bordercolor='#cccccc' style='border-collapse: collapse'";</small></li></ol><li><small>With these 4 lines from <span style="font-weight: bold;">config.default.php</span>:</small></li><ol><li><small>if (!isset($_SESSION['bordercolor']))<br />&nbsp; &nbsp; $_SESSION['bordercolor'] = "#8cacbb";<br />$table_style &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='".$_SESSION['bordercolor']."' class='tablestyle'";<br />$table_style2 &nbsp;&nbsp;&nbsp; = "cellpadding=3 border=1 bordercolor='#cccccc' class='tablestyle2'";</small></li></ol><li><small>Remove these 2 lines from <span style="font-weight: bold;">config.php</span> about line 176-176:</small></li><ol><li><small>/* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */<br />$def_app = "orders";</small></li></ol><li><small>Copy these 2 lines from <span style="font-weight: bold;">config.default.php</span> about line 202-203:</small></li><ol><li><small>define("ICON_SUBMIT", "ok.gif");&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // new in 2.2<br />define("ICON_ESCAPE", "escape.png");&nbsp;&nbsp;&nbsp; // new in 2.2</small></li></ol><li><small>And paste them into <span style="font-weight: bold;">config.php</span> about line 209<br /></small></li></ol>
       <li>Rename or remove the /install folder (you have already performed the install
 process earlier). </li>
     </ol>