summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 90490c8)
raw | patch | inline | side by side (parent: 90490c8)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 11:23:36 +0000 (11:23 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 11:23:36 +0000 (11:23 +0000) |
plugins/admin/systems/phonesettings.tpl | patch | blob | history |
index 0c22e09ac3701c90a07026e5db84ae0f4da18236..1b7fccb6d80242781d1a0b263823f5465f915e7f 100644 (file)
<table width="100%" cellpadding=10>
<tr>
- <td colspan>
+ <td>
<table width="100%">
<tr>
<td width="25%">
{t}Default IP{/t}
</td>
<td>
- <input width="200" name="goFonDefaultIP" value="{$goFonDefaultIP}" {$goFonDefaultIPUSED}>
+ <input style="width:200px" name="goFonDefaultIP" value="{$goFonDefaultIP}" {$goFonDefaultIPUSED}>
</td>
</tr>
<tr>
{t}Quality{/t}
</td>
<td>
- <input width="200" name="goFonQualify" value="{$goFonQualify}" {$goFonQualifyUSED}>
+ <input style="width:200px" name="goFonQualify" value="{$goFonQualify}" {$goFonQualifyUSED}>
</td>
</tr>
</table>
{t}GoFonSecret{/t}
</td>
<td>
- <input width="200" name="goFonSecret" value="{$goFonSecret}" {$goFonSecretUSED}>
+ <input style="width:200px" name="goFonSecret" value="{$goFonSecret}" {$goFonSecretUSED}>
</td>
</tr>
<tr>
{t}GoFonInkeys{/t}
</td>
<td>
- <input width="200" name="goFonInkeys" value="{$goFonInkeys}" {$goFonInkeysUSED}>
+ <input style="width:200px" name="goFonInkeys" value="{$goFonInkeys}" {$goFonInkeysUSED}>
</td>
</tr>
<tr>
{t}GoFonOutKeys{/t}
</td>
<td>
- <input width="200" name="goFonOutkey" value="{$goFonOutkey}" {$goFonOutkeyUSED}>
+ <input style="width:200px" name="goFonOutkey" value="{$goFonOutkey}" {$goFonOutkeyUSED}>
</td>
</tr>
</table>
{t}AccountCode {/t}
</td>
<td>
- <input width="200" name="goFonAccountCode" value="{$goFonAccountCode}" {$goFonAccountCodeUSED}>
+ <input style="width:200px" name="goFonAccountCode" value="{$goFonAccountCode}" {$goFonAccountCodeUSED}>
</td>
</tr>
</table>
{t}MSN{/t}
</td>
<td>
- <input width="200" name="goFonMSN" value="{$goFonMSN}" {$goFonMSNUSED}>
+ <input style="width:200px" name="goFonMSN" value="{$goFonMSN}" {$goFonMSNUSED}>
</td>
</tr>
</table>