[xoops-cvslog 4474] CVS update: xoops2jp/html/install/class

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 9月 9日 (土) 23:39:18 JST


Index: xoops2jp/html/install/class/settingmanager.php
diff -u xoops2jp/html/install/class/settingmanager.php:1.2.8.1 xoops2jp/html/install/class/settingmanager.php:1.2.8.2
--- xoops2jp/html/install/class/settingmanager.php:1.2.8.1	Tue Mar  7 22:11:39 2006
+++ xoops2jp/html/install/class/settingmanager.php	Sat Sep  9 23:39:18 2006
@@ -29,7 +29,7 @@
 * setting manager for XOOPS installer
 *
 * @author Haruki Setoyama  <haruk****@plane*****>
-* @version $Id: settingmanager.php,v 1.2.8.1 2006/03/07 13:11:39 nobunobu Exp $
+* @version $Id: settingmanager.php,v 1.2.8.2 2006/09/09 14:39:18 tom_g3x Exp $
 * @access public
 **/
 class setting_manager {
@@ -212,8 +212,7 @@
     function confirmForm(){
         $yesno = empty($this->db_pconnect) ? _INSTALL_L24 : _INSTALL_L23;
         $ret =
-            '<table border="0" cellpadding="0" cellspacing="0" valign="top" width="90%"><tr><td class="bg2">
-                <table width="100%" border="0" cellpadding="4" cellspacing="1">
+            '<table border="0" cellpadding="5" cellspacing="1" valign="top" width="90%" class="separate">
                     <tr>
                         <td class="bg3"><b>'._INSTALL_L51.'</b></td>
                         <td class="bg1">'.$this->sanitizer->htmlSpecialChars($this->database).'</td>
@@ -250,7 +249,6 @@
                         <td class="bg3"><b>'._INSTALL_L56.'</b></td>
                         <td class="bg1">'.$this->sanitizer->htmlSpecialChars($this->xoops_url).'</td>
                     </tr>
-                </table></td></tr>
             </table>
             <input type="hidden" name="database" value="'.$this->sanitizer->htmlSpecialChars($this->database).'" />
             <input type="hidden" name="dbhost" value="'.$this->sanitizer->htmlSpecialChars($this->dbhost).'" />


xoops-cvslog メーリングリストの案内
Back to archive index