Show an icone with the name of the file as title
This commit is contained in:
parent
3569274c6f
commit
85d191cd6b
1 changed files with 2 additions and 1 deletions
|
|
@ -364,8 +364,9 @@ class Document
|
|||
{
|
||||
if ( $this->d_id == 0 )
|
||||
return '';
|
||||
$image='<IMG SRC="images/insert_table.gif" title="'.$this->d_filename.'" border="0">';
|
||||
$r="";
|
||||
$r='<A class="mtitle" HREF="show_document.php?d_id='.$this->d_id.'">Document</A>';
|
||||
$r='<A class="mtitle" HREF="show_document.php?d_id='.$this->d_id.'">'.$image.'</A>';
|
||||
return $r;
|
||||
}
|
||||
/* ! Get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue