pari: trunk r689 - /trunk/config/feditor.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Tue Apr 17 16:00:19 MST 2007
Author: pari
Date: Tue Apr 17 18:00:19 2007
New Revision: 689
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=689
Log:
increased the font size and width of the textarea in the file editor
Modified:
trunk/config/feditor.html
Modified: trunk/config/feditor.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/feditor.html?view=diff&rev=689&r1=688&r2=689
==============================================================================
--- trunk/config/feditor.html (original)
+++ trunk/config/feditor.html Tue Apr 17 18:00:19 2007
@@ -370,12 +370,14 @@
</span>
<div id="div_editcontextContent" style="display:none; z-index:1001; background-color : #E0E6C4" onclick="stopBubble(event)">
<table>
- <tr>
- <td> <textarea id="context_Content" rows=1 cols=50 class="input8"></textarea> </td>
- <td valign="top" align="center">
+ <tr>
+ <td valign="top" align="right">
<input id="save_contextContent" type=button value="Save" class="input8" onclick="update_contextContent();">
<input id="cancel_contextContent" type=button value="Cancel" class="input8" onclick="cancel_contextContent();">
</td>
+ </tr>
+ <tr>
+ <td> <textarea id="context_Content" rows=1 cols=95 class="input9"></textarea> </td>
</tr>
</table>
</div>
More information about the asterisk-gui-commits
mailing list