move imageS to image
|
Before Width: | Height: | Size: 148 B After Width: | Height: | Size: 148 B |
|
Before Width: | Height: | Size: 807 B After Width: | Height: | Size: 807 B |
|
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 81 B |
|
Before Width: | Height: | Size: 76 B After Width: | Height: | Size: 76 B |
|
Before Width: | Height: | Size: 118 B After Width: | Height: | Size: 118 B |
|
Before Width: | Height: | Size: 100 B After Width: | Height: | Size: 100 B |
|
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 374 B |
|
Before Width: | Height: | Size: 77 B After Width: | Height: | Size: 77 B |
|
Before Width: | Height: | Size: 196 B After Width: | Height: | Size: 196 B |
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
|
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 96 B |
|
Before Width: | Height: | Size: 923 B After Width: | Height: | Size: 923 B |
|
Before Width: | Height: | Size: 84 B After Width: | Height: | Size: 84 B |
|
Before Width: | Height: | Size: 76 B After Width: | Height: | Size: 76 B |
|
Before Width: | Height: | Size: 76 B After Width: | Height: | Size: 76 B |
|
Before Width: | Height: | Size: 88 B After Width: | Height: | Size: 88 B |
|
Before Width: | Height: | Size: 90 B After Width: | Height: | Size: 90 B |
|
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 96 B |
|
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
|
Before Width: | Height: | Size: 88 B After Width: | Height: | Size: 88 B |
|
Before Width: | Height: | Size: 76 B After Width: | Height: | Size: 76 B |
|
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
|
Before Width: | Height: | Size: 107 B After Width: | Height: | Size: 107 B |
|
Before Width: | Height: | Size: 109 B After Width: | Height: | Size: 109 B |
|
Before Width: | Height: | Size: 93 B After Width: | Height: | Size: 93 B |
|
Before Width: | Height: | Size: 89 B After Width: | Height: | Size: 89 B |
|
|
@ -364,7 +364,7 @@ class Document
|
|||
{
|
||||
if ( $this->d_id == 0 )
|
||||
return '';
|
||||
$image='<IMG SRC="images/insert_table.gif" title="'.$this->d_filename.'" border="0">';
|
||||
$image='<IMG SRC="image/insert_table.gif" title="'.$this->d_filename.'" border="0">';
|
||||
$r="";
|
||||
$r='<A class="mtitle" HREF="show_document.php?d_id='.$this->d_id.'">'.$image.'</A>';
|
||||
return $r;
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@ class widget {
|
|||
" updateRTE('".$this->name."');\n ".
|
||||
" return true; \n".
|
||||
"} \n".
|
||||
'initRTE("images/", "", "");'."\n".
|
||||
'initRTE("image/", "", "");'."\n".
|
||||
'//-->'."\n".
|
||||
'</script>'.
|
||||
'<noscript><p><b>Javascript must be enabled to use this form.</b></p></noscript>'.
|
||||
|
|
|
|||
|
|
@ -670,7 +670,7 @@ $sort_echeance="<th> <A class=\"mtitle\" HREF=\"?$url&o=ea\">$image_asc</A>Ech
|
|||
//document
|
||||
if ( $row['jr_pj_name'] != "")
|
||||
{
|
||||
$image='<IMG SRC="images/insert_table.gif" title="'.$row['jr_pj_name'].'" border="0">';
|
||||
$image='<IMG SRC="image/insert_table.gif" title="'.$row['jr_pj_name'].'" border="0">';
|
||||
$r.="<TD>".sprintf('<A class="detail" HREF="show_pj.php?jrn=%s&jr_grpt_id=%s">%s</A>',
|
||||
$p_jrn,
|
||||
$row['jr_grpt_id'],
|
||||
|
|
|
|||