[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] filemanager/inc/class.uiphpwebhosting.inc.php, 1.6.2.
From: |
nomail |
Subject: |
[Phpgroupware-cvs] filemanager/inc/class.uiphpwebhosting.inc.php, 1.6.2.6.2.2 |
Date: |
Sat, 6 Nov 2004 17:13:48 +0100 |
Update of /filemanager/inc
Modified Files:
Branch: Version-0_9_16-branch
class.uiphpwebhosting.inc.php
date: 2004/11/06 16:13:48; author: powerstat; state: Exp; lines: +12 -12
Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: filemanager/inc/class.uiphpwebhosting.inc.php
diff -u filemanager/inc/class.uiphpwebhosting.inc.php:1.6.2.6.2.1
filemanager/inc/class.uiphpwebhosting.inc.php:1.6.2.6.2.2
--- filemanager/inc/class.uiphpwebhosting.inc.php:1.6.2.6.2.1 Mon Apr 21
15:58:10 2003
+++ filemanager/inc/class.uiphpwebhosting.inc.php Sat Nov 6 16:13:48 2004
@@ -80,7 +80,7 @@
{
if($this->bo->debug)
{
- echo 'DEBUG: ui.no_access_exists: you do not
have access to this directory<br>'."\n";
+ echo 'DEBUG: ui.no_access_exists: you do not
have access to this directory<br />'."\n";
}
$p =
CreateObject('phpgwapi.Template',$this->template_dir);
$p->set_unknowns('remove');
@@ -96,7 +96,7 @@
$p->set_var('error',$error_msg);
$p->parse('errors','ind_error',True);
- $p->set_var('error','<br><br>Go to your <a
href="'.$GLOBALS['phpgw']->link('/index.php',
+ $p->set_var('error','<br /><br />Go to your <a
href="'.$GLOBALS['phpgw']->link('/index.php',
Array(
'menuaction' =>
$this->bo->appname.'.ui'.$this->bo->appname.'.index',
'path' =>
urlencode($this->bo->homedir)
@@ -117,8 +117,8 @@
if($this->bo->debug)
{
- echo 'DEBUG: ui.create_home_dir: PATH =
'.$this->bo->path.'<br>'."\n";
- echo 'DEBUG: ui.create_home_dir: PATH =
'.urlencode($this->bo->path).'<br>'."\n";
+ echo 'DEBUG: ui.create_home_dir: PATH =
'.$this->bo->path.'<br />'."\n";
+ echo 'DEBUG: ui.create_home_dir: PATH =
'.urlencode($this->bo->path).'<br />'."\n";
}
if(($this->bo->path == $this->bo->homedir) &&
!$this->bo->vfs->file_exists($this->bo->homedir,Array(RELATIVE_NONE)))
@@ -126,7 +126,7 @@
//$this->bo->vfs->override_acl = 1;
if
(!$this->bo->vfs->mkdir($this->bo->homedir,Array(RELATIVE_NONE)))
{
- echo lang('failed to create directory')
. ' <b>'. $this->bo->homedir . '</b><br><br>';
+ echo lang('failed to create directory')
. ' <b>'. $this->bo->homedir . '</b><br /><br />';
}
//$this->bo->vfs->override_acl = 0;
}
@@ -137,14 +137,14 @@
//$this->bo->vfs->override_acl = 1;
if
(!$this->bo->vfs->mkdir($this->bo->homedir,Array(RELATIVE_NONE)))
{
- echo lang('failed to create
directory') . ' <b>'. $this->bo->homedir . '</b><br><br>';
+ echo lang('failed to create
directory') . ' <b>'. $this->bo->homedir . '</b><br /><br />';
}
//$this->bo->vfs->override_acl = 0;
if($this->bo->debug)
{
- echo 'DEBUG:
ui.create_home_dir: PATH = '.$this->bo->path.'<br>'."\n";
- echo 'DEBUG:
ui.create_home_dir(): matches[1] = '.$this->bo->matches[1].'<br>'."\n";
+ echo 'DEBUG:
ui.create_home_dir: PATH = '.$this->bo->path.'<br />'."\n";
+ echo 'DEBUG:
ui.create_home_dir(): matches[1] = '.$this->bo->matches[1].'<br />'."\n";
}
$group_id =
$GLOBALS['phpgw']->accounts->name2id($this->bo->matches[1]);
@@ -164,8 +164,8 @@
if($this->bo->debug)
{
- echo 'DEBUG: ui.verify_path: PATH =
'.$this->bo->path.'<br>'."\n";
- echo 'DEBUG: ui.verify_path: exists =
'.$this->bo->vfs->file_exists($this->bo->path,Array(RELATIVE_NONE)).'<br>'."\n";
+ echo 'DEBUG: ui.verify_path: PATH =
'.$this->bo->path.'<br />'."\n";
+ echo 'DEBUG: ui.verify_path: exists =
'.$this->bo->vfs->file_exists($this->bo->path,Array(RELATIVE_NONE)).'<br
/>'."\n";
}
if($this->bo->path != $this->bo->homedir &&
@@ -924,7 +924,7 @@
echo '<table border="0" align="center"
border="1">'."\n"
. ' <tr align="left"
bgcolor="'.$this->nextmatchs->alternate_row_color().'">'."\n"
. ' <td>'."\n"
- . ' <b>TYPE:</b>
'.$this->bo->vfs->file_type($file,Array(RELATIVE_NONE)).'<br>'."\n"
+ . ' <b>TYPE:</b>
'.$this->bo->vfs->file_type($file,Array(RELATIVE_NONE)).'<br />'."\n"
. ' </td>'."\n"
. ' </tr>'."\n"
. ' <tr align="left"
bgcolor="'.$this->nextmatchs->alternate_row_color().'">'."\n"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] filemanager/inc/class.uiphpwebhosting.inc.php, 1.6.2.6.2.2,
nomail <=