Code

same fixes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 13:43:27 +0000 (13:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 13:43:27 +0000 (13:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@856 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/generic.tpl
plugins/gofon/macro/generic.tpl
plugins/gofon/phoneaccount/class_phoneAccount.inc
plugins/gofon/phoneaccount/generic.tpl

index dbd128e7f5edbd47e5701d042ce2a0825fa97ee2..f9e5febe241731b9a30f19391346983e79663bea 100644 (file)
@@ -53,7 +53,7 @@
  </tr>
 </table>
 
-<p class="plugbottom" style="height:4px; margin-bottom:0px;">&nbsp</p>
+<p class="plugbottom" style="height:4px; margin-bottom:0px;">&nbsp;</p>
 
 <table summary="" style="width:100%;">
   <tr>
index ce7e001d32369b98798b6d1848a70948e6debdd2..8096a5683224879436909d7771a1a58f302e2a14 100755 (executable)
@@ -21,6 +21,7 @@
                                <td>
                                           <select size="1" name="base" title="{t}Choose subtree to place application in{/t}">
                                                        {html_options options=$bases selected=$base_select}
+               <option disabled>&nbsp;</option>
                                           </select>
                                </td>
                        </tr>
index a3ad38706a4d8ff68e5cb6c73761b0629bbd532b..1dc4a8d2566f4befe20379f8e980e5337f26c421 100644 (file)
@@ -352,7 +352,7 @@ class phoneAccount extends plugin
       } else {
         $color= "";
       }
-      $hl.= "  <option $color label=\"$cn\" value=\"$cn\" $selected>$description</option>\n";
+      $hl.= "  <option $color label=\"$cn\" value=\"$cn\" $selected>$description&nbsp;</option>\n";
     }
     $hl.= "</select>\n";
     $smarty->assign ("hardware_list", $hl);
index 1b4087346e507c394945418cfefb2d46042c9447..34e5c1744c14f561077e38fb78249bff2ccfbfe7 100644 (file)
@@ -4,6 +4,7 @@
    <h2><img alt="" align="middle" src="images/banana.png"> {t}Phone numbers{/t}</h2>
       <select style="width:380px; height:120px;" name="phonenumber_list[]" size=6 multiple {$telephoneNumberACL}>
        {html_options options=$phoneNumbers}
+               <option disabled>&nbsp;</option>
       </select>
       <br>
       <input name="phonenumber" size=20 align=middle maxlength=60 {$telephoneNumberACL} value="">
@@ -55,6 +56,7 @@
                <td colspan=2><img alt="" src="images/select_macro.png" align="middle">&nbsp;{t}Phone macro{/t}
                         <select name="macro" onchange="document.mainform.submit()" {$telephoneNumberACL}>
                           {html_options options=$macros selected=$macro}
+               <option disabled>&nbsp;</option>
                         </select>
                         <input type="submit" name="refresh" value="{t}refresh{/t}" {$goFonMacroACL}>
                </td>