From 887c24a5149961d1fc0d00bf71e75bb8d82cf5b2 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 25 May 2005 09:11:07 +0000 Subject: [PATCH] added alt=\"\" for \"\" ".$_SESSION['objectinfo']); } else { diff --git a/plugins/generic/references/class_reference.inc b/plugins/generic/references/class_reference.inc index 643076dc3..5b97749d7 100644 --- a/plugins/generic/references/class_reference.inc +++ b/plugins/generic/references/class_reference.inc @@ -119,7 +119,7 @@ class reference extends plugin } else { $img= "images/sort_down.png"; } - $this->objectlist.= ' '.$attrs['cn'][0].''.$description.''.$content.' '.$addon; + $this->objectlist.= '\"\" '.$attrs['cn'][0].''.$description.''.$content.' '.$addon; $id++; } @@ -153,7 +153,7 @@ class reference extends plugin $result= ""; foreach ($classes as $class){ if (isset($this->obtypes[$class])){ - $result.= " ".$this->obtypes[$class]['text']." "; + $result.= "\"\" ".$this->obtypes[$class]['text']." "; } } return (preg_replace('/ $/', '', $result)); diff --git a/plugins/gofax/blocklists/main.inc b/plugins/gofax/blocklists/main.inc index baa2dffd6..6bedd267a 100644 --- a/plugins/gofax/blocklists/main.inc +++ b/plugins/gofax/blocklists/main.inc @@ -17,7 +17,7 @@ if ($remove_lock){ /* Page header*/ if (isset($_SESSION['objectinfo'])){ - $display= print_header(get_template_path('images/blocklists.png'), _("Blocklist management"), " ".$_SESSION['objectinfo']); + $display= print_header(get_template_path('images/blocklists.png'), _("Blocklist management"), "\"\"align=\"middle\" ".$_SESSION['objectinfo']); } else { $display= print_header(get_template_path('images/blocklists.png'), _("Blocklist management")); } diff --git a/plugins/gofon/reports/class_fonreport.inc b/plugins/gofon/reports/class_fonreport.inc index ee630aed1..293c11ddb 100644 --- a/plugins/gofon/reports/class_fonreport.inc +++ b/plugins/gofon/reports/class_fonreport.inc @@ -230,7 +230,7 @@ class fonreport extends plugin for($i= 0; $i<7; $i++){ $smarty->assign("mode$i", ""); } - $smarty->assign("mode".$this->sort, "sort_direction. + $smarty->assign("mode".$this->sort, "\"\"sort_direction. ".png\" border=0 align=center>"); return($smarty->fetch(get_template_path('contents.tpl', TRUE))); } -- 2.30.2