summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 385c34a)
raw | patch | inline | side by side (parent: 385c34a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Jun 2005 13:43:27 +0000 (13:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Jun 2005 13:43:27 +0000 (13:43 +0000) |
index dbd128e7f5edbd47e5701d042ce2a0825fa97ee2..f9e5febe241731b9a30f19391346983e79663bea 100644 (file)
</tr>
</table>
-<p class="plugbottom" style="height:4px; margin-bottom:0px;"> </p>
+<p class="plugbottom" style="height:4px; margin-bottom:0px;"> </p>
<table summary="" style="width:100%;">
<tr>
index ce7e001d32369b98798b6d1848a70948e6debdd2..8096a5683224879436909d7771a1a58f302e2a14 100755 (executable)
<td>
<select size="1" name="base" title="{t}Choose subtree to place application in{/t}">
{html_options options=$bases selected=$base_select}
+ <option disabled> </option>
</select>
</td>
</tr>
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index a3ad38706a4d8ff68e5cb6c73761b0629bbd532b..1dc4a8d2566f4befe20379f8e980e5337f26c421 100644 (file)
} else {
$color= "";
}
- $hl.= " <option $color label=\"$cn\" value=\"$cn\" $selected>$description</option>\n";
+ $hl.= " <option $color label=\"$cn\" value=\"$cn\" $selected>$description </option>\n";
}
$hl.= "</select>\n";
$smarty->assign ("hardware_list", $hl);
index 1b4087346e507c394945418cfefb2d46042c9447..34e5c1744c14f561077e38fb78249bff2ccfbfe7 100644 (file)
<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> </option>
</select>
<br>
<input name="phonenumber" size=20 align=middle maxlength=60 {$telephoneNumberACL} value="">
<td colspan=2><img alt="" src="images/select_macro.png" align="middle"> {t}Phone macro{/t}
<select name="macro" onchange="document.mainform.submit()" {$telephoneNumberACL}>
{html_options options=$macros selected=$macro}
+ <option disabled> </option>
</select>
<input type="submit" name="refresh" value="{t}refresh{/t}" {$goFonMacroACL}>
</td>