Changeset 429

Show
Ignore:
Timestamp:
03/19/07 14:59:41 (2 years ago)
Author:
rats
Message:

- GUI:

  • fixed: problems with domain default page
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r428 r429  
    1515        - GUI: 
    1616                * serveral fixes with permissions 
     17                * fixed: problems with domain default page 
    1718 
    18192007-03-18 Benedikt Heintel 
  • trunk/engine/vhcs2-dmn-mngr

    r428 r429  
    20492049                return $rs if ($rs != 0); 
    20502050 
     2051                $rs = sys_command("$main::cfg{'CMD_CP'} -pr $root_dir/gui/errordocs/images $www_dir/$dmn_name/htdocs/"); 
     2052                return $rs if ($rs != 0); 
     2053 
     2054                $rs = setfmode("$www_dir/$dmn_name/htdocs/images", $sys_user, httpd_gid, 0640); 
     2055                return $rs if ($rs != 0); 
     2056 
    20512057        } 
    20522058 
  • trunk/gui/domain_default_page/index.html

    r428 r429  
    88<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
    99<link href="/vhcs2/themes/omega_original/css/vhcs.css" rel="stylesheet" type="text/css"> 
    10 <script type="text/javascript" src="/vhcs2/themes/omega_original/css/vhcs.js"></script> 
    1110</head> 
    1211 
     
    1716      <table width="100%" border="0" cellspacing="0" cellpadding="0"> 
    1817        <tr> 
    19           <td width="179" height="75"><img src="./top_left.jpg" width="179" height="75"></td> 
    20           <td width="801" height="75"><img src="./top_left_bg.jpg" width="801" height="75"></td> 
    21           <td background="/top_bg.jpg">&nbsp;</td> 
    22           <td width="73" height="75"><img src="./top_right.jpg" width="73" height="75"></td> 
     18          <td width="179" height="75"><img src="./images/top_left.jpg" width="179" height="75"></td> 
     19          <td width="801" height="75"><img src="./images/top_left_bg.jpg" width="801" height="75"></td> 
     20          <td background="./images/top_bg.jpg">&nbsp;</td> 
     21          <td width="73" height="75"><img src="./images/top_right.jpg" width="73" height="75"></td> 
    2322        </tr> 
    2423      </table>