Code

w3c
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Dec 2005 09:38:58 +0000 (09:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 19 Dec 2005 09:38:58 +0000 (09:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2330 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiManagement.inc
plugins/admin/fai/headpage.tpl

index 63c5b52e05afdbbb6fa42febda07af78ef386584..55e8499b1ef067f51692e48c21cb6685af0ca6ba 100644 (file)
@@ -482,7 +482,7 @@ class faiManagement extends plugin
                $action  = "<input class='center' type='image' src='images/edit.png'    alt='"._("edit")."'   name='entry_edit_%KEY%' title='"._("Edit class")."'>";
                $action .= "<input class='center' type='image' src='images/edittrash.png' alt='"._("delete")."' name='entry_delete_%KEY%' title='"._("Delete class")."'>";
 
-               $editlink ="<a href='?plug=".$_GET['plug']."&edit_entry=%KEY%'>%NAME%</a>";             
+               $editlink ="<a href='?plug=".$_GET['plug']."&amp;edit_entry=%KEY%'>%NAME%</a>";                 
                $linkopen = "<a href='?plug=".$_GET['plug']."&amp;act=dep_open&amp;dep_id=%s'>%s</a>";
 
                foreach($this->departments as $key => $val) {
index 75d2bd5e50f832af78ff139df7e81a74533cdd1d..9c5b87b421acee14750c71b2e05878f7e2437c21 100644 (file)
@@ -44,7 +44,7 @@
      <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
      <tr>
      <td>
-     <label for="regex"><img alt="{t}Display objects matching{/t}" src="{$search_image}" align='middle' title='{t}Display objects matching{/t}'/>
+     <img alt="{t}Display objects matching{/t}" src="{$search_image}" align='middle' title='{t}Display objects matching{/t}'/>
      </td>
      <td width="99%">
      <input type='text' name='regex' maxlength='20' style='width:99%' value='{$regex}' id='filter'