[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.25, 1.26

Dirk Haun dhaun at qs1489.pair.com
Sun Dec 30 15:24:48 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv2408

Modified Files:
	index.php 
Log Message:
Fixed duplicate border on "New Install" / "Upgrade" buttons; changed some '&' to '&'


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** index.php	30 Dec 2007 19:57:22 -0000	1.25
--- index.php	30 Dec 2007 20:24:46 -0000	1.26
***************
*** 308,312 ****
                          require_once $siteconfig_path;
                          require_once $_CONF['path_system'] . 'lib-database.php';
!                         $req_string = 'index.php?mode=' . $install_type . '&step=3&dbconfig_path=' . $dbconfig_path
                                      . '&language=' . $language
                                      . '&site_name=' . urlencode($site_name)
--- 308,312 ----
                          require_once $siteconfig_path;
                          require_once $_CONF['path_system'] . 'lib-database.php';
!                         $req_string = 'index.php?mode=' . $install_type . '&step=3&dbconfig_path=' . $dbconfig_path
                                      . '&language=' . $language
                                      . '&site_name=' . urlencode($site_name)
***************
*** 1704,1708 ****
              // Set up the request string
              $req_string = 'index.php?mode=write_paths'
!                         . '&dbconfig_path=' . urlencode($_PATH['db-config.php'])
                          . '&public_html_path=' . urlencode($_PATH['public_html/'])
                          . '&language=' . $language;
--- 1704,1708 ----
              // Set up the request string
              $req_string = 'index.php?mode=write_paths'
!                         . '&dbconfig_path=' . urlencode($_PATH['db-config.php'])
                          . '&public_html_path=' . urlencode($_PATH['public_html/'])
                          . '&language=' . $language;
***************
*** 1712,1719 ****
                 <div class="install-type-container-inner">
                     <h2>' . $LANG_INSTALL[23] . '</h2>
!                    <div class="install" onmouseover="this.style.background=\'#BBB\'" onmouseout="this.style.background=\'#CCC\'"><a class="install" href="'
!                    . $req_string . '&op=install">' . $LANG_INSTALL[24] . '</a></div>
!                    <div class="upgrade" onmouseover="this.style.background=\'#BBB\'" onmouseout="this.style.background=\'#CCC\'"><a class="install" href="'
!                    . $req_string . '&op=upgrade">' . $LANG_INSTALL[25] . '</a></div>
                 </div>
              </div>' . LB;
--- 1712,1719 ----
                 <div class="install-type-container-inner">
                     <h2>' . $LANG_INSTALL[23] . '</h2>
!                    <div class="install" onmouseover="this.style.background=\'#BBB\'" onmouseout="this.style.background=\'#CCC\'"><a href="' . $req_string
!                     . '&op=install">' . $LANG_INSTALL[24] . '</a></div>
!                    <div class="upgrade" onmouseover="this.style.background=\'#BBB\'" onmouseout="this.style.background=\'#CCC\'"><a href="' . $req_string
!                     . '&op=upgrade">' . $LANG_INSTALL[25] . '</a></div>
                 </div>
              </div>' . LB;




More information about the geeklog-cvs mailing list