Code

replaced plugbottom by pluin-actions
[gosa.git] / gosa-plugins / gofon / gofon / fonreports / contents.tpl
index ce2ae650832eb2a9c415b5d0078664d5ad324d4d..d1d3f29a5e7e6f5e3dba805aee6a0e3961645877 100644 (file)
@@ -4,7 +4,7 @@
 <div class="contentboxb">
  <p class="contentboxb" style="border-top:1px solid #B0B0B0; padding-top:5px;">
  <img class="center" alt="" align="middle" border=0 src="{$search_image}">&nbsp;{t}Search for{/t}
- <input name="search_for" size=25 maxlength=60 value="{$search_for}" title="{t}Enter user name to search for{/t}" onChange="mainform.submit()">
+ <input type='text' name="search_for" size=25 maxlength=60 value="{$search_for}" title="{t}Enter user name to search for{/t}" onChange="mainform.submit()">
  {t}in{/t}
  <select size="1" name="search_base" title="{t}Select subtree to base search on{/t}" onChange="mainform.submit()">
   {html_options options=$bases selected=$base_select}
@@ -28,7 +28,7 @@
 
 <br>
 
-{if $search_result }
+{if $search_result}
  <table style="width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;" cellpadding=2 cellspacing=1 border=0 rules="cols" summary="">
   <tr style="background-color: #E8E8E8; height:26px; font-weight:bold">
    <td><a href="main.php{$plug}&amp;sort=0">{t}Date{/t} {$mode0}</a></td>
@@ -48,9 +48,7 @@
   </tr>
  </table>
 
-<p class="plugbottom">
- &nbsp;
-</p>
+<hr>
 {else}
   <b>{t}Search returned no results...{/t}</b>
 {/if}