From 43a0e4adc0f71d924c82b09ae3d13fa7d996d9aa Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 25 May 2005 09:27:37 +0000 Subject: [PATCH] added alt tag to php outpu in files: M include/smarty/debug.tpl M include/class_plugin.inc M include/class_pluglist.inc git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@432 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_plugin.inc | 4 ++-- include/class_pluglist.inc | 26 +++----------------------- include/smarty/debug.tpl | 4 ++-- 3 files changed, 7 insertions(+), 27 deletions(-) diff --git a/include/class_plugin.inc b/include/class_plugin.inc index 5fd4220f0..8137dbb68 100644 --- a/include/class_plugin.inc +++ b/include/class_plugin.inc @@ -176,7 +176,7 @@ class plugin { /* Do we represent a valid account? */ if (!$this->is_account){ - echo " ". + echo "\"\" ". _("This 'dn' has no account extensions.").""; return; } @@ -355,7 +355,7 @@ class plugin } else { $state= ""; } - $display= "\n

$text

\n"; + $display= "\n

$text

\n"; $display.= "acl, "all")." ".$state. ">

 

"; diff --git a/include/class_pluglist.inc b/include/class_pluglist.inc index 33189acce..0f8f6ba04 100644 --- a/include/class_pluglist.inc +++ b/include/class_pluglist.inc @@ -116,7 +116,7 @@ class pluglist { _($plHeadline)."

\n"; /* Generate icon entry with description */ - $this->menuparts[_($headline)][]= ''; + $this->menuparts[_($headline)][]= ''; } } @@ -142,7 +142,7 @@ class pluglist { } /* Fill current array */ - $result= ""; + $result= "
"; $count= 0; foreach ($this->menuparts[$this->current] as $entry){ if ($count == 2){ @@ -205,31 +205,11 @@ class pluglist { } $entries= $entries."\n"; $col++ ; - - /* - / * next row? * / - $image= get_template_path('images/'.$info['ICON']); - if ($col % 5){ - $entries= $entries."\n"; - $col++; - } else { - $entries= $entries."\n\n\n"; - $col= 1; - } - */ } } diff --git a/include/smarty/debug.tpl b/include/smarty/debug.tpl index 7f1c9d425..98c811d3c 100644 --- a/include/smarty/debug.tpl +++ b/include/smarty/debug.tpl @@ -5,7 +5,7 @@ {assign_debug_info} {if isset($_smarty_debug_output) and $_smarty_debug_output eq "html"} -
". - "\"\" ". _($plHeadline)."". - "\"*\" ". - _($plHeadline)."". - "\"*\" ". - _($plHeadline)."
+
{section name=templates loop=$_debug_tpls} @@ -37,7 +37,7 @@ {rdelim} _smarty_console = window.open("",title.value,"width=680,height=600,resizable,scrollbars=yes"); _smarty_console.document.write("Smarty Debug Console_"+self.name+""); - _smarty_console.document.write("
Smarty Debug Console
included templates & config files (load time in seconds):
"); + _smarty_console.document.write("
"); _smarty_console.document.write(""); _smarty_console.document.write(""); {section name=templates loop=$_debug_tpls} -- 2.30.2
Smarty Debug Console
included templates & config files (load time in seconds):