summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e31a473)
raw | patch | inline | side by side (parent: e31a473)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Jun 2005 06:42:18 +0000 (06:42 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Jun 2005 06:42:18 +0000 (06:42 +0000) |
plugins/gofon/phoneaccount/generic.tpl | patch | blob | history |
index 50765c7f9ded26e31585e78ca608e7eccfd5c6e1..b6f74be04326473c2b5c676e396a96b43144bff9 100644 (file)
</table>
<p class="seperator"> </p>
<br>
-<table width="100%">
+<table>
<tr>
- <td width="50%">
- <table>
- <tr>
- <td>{t}Select Macro{/t}
- </td>
- <td>
- <img src="images/select_phone.png">
- <select name="macro" onchange="document.mainform.submit()" {$telephoneNumberACL}>
- {html_options options=$macros selected=$macro}
- </select>
- <input type="submit" name="refresh" value="{t}refresh{/t}" {$goFonMacroACL}>
- </td>
- </tr>
- </table>
- </td>
- <td>
- {$macrotab}
+ <td colspan=2>{t}Select macro{/t}
+ <img src="images/select_phone.png">
+ <select name="macro" onchange="document.mainform.submit()" {$telephoneNumberACL}>
+ {html_options options=$macros selected=$macro}
+ </select>
+ <input type="submit" name="refresh" value="{t}refresh{/t}" {$goFonMacroACL}>
</td>
</tr>
</table>
+<br>
+{$macrotab}
<input type="hidden" name="phoneTab" value="phoneTab">