pari: trunk r280 - in /trunk/config: setup/4.html trunks.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Mon Jan 22 11:22:35 MST 2007
Author: pari
Date: Mon Jan 22 12:22:34 2007
New Revision: 280
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=280
Log:
changing the Service Provider password field type from 'text' to 'password'
Modified:
trunk/config/setup/4.html
trunk/config/trunks.html
Modified: trunk/config/setup/4.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/4.html?view=diff&rev=280&r1=279&r2=280
==============================================================================
--- trunk/config/setup/4.html (original)
+++ trunk/config/setup/4.html Mon Jan 22 12:22:34 2007
@@ -745,7 +745,7 @@
<tr><td colspan='2' align='center' id='providerlogo_image'></td></tr>
<tr><td colspan='2' align='center'><div id='providerdesc' align='left' style='width:230px;height:100px; font-size:10px'></div></td></tr>
<tr><td class="field_text">Username:</td><td><input size='20' id='username' class="input8"></td></tr>
- <tr><td class="field_text">Password:</td><td><input size='20' id='secret' class="input8"></td></tr>
+ <tr><td class="field_text">Password:</td><td><input size='20' type="password" id='secret' class="input8"></td></tr>
</table>
</div>
<div id='customvoip' align="center" style='display:none' align="center">
@@ -800,7 +800,7 @@
</tr>
<tr>
<td class="field_text">Password:</td>
- <td><input type="text" id="customvoip_secret" size=14 onkeyup=" $('cancel').disabled= false;$('save').disabled= false;" class="input8"></td>
+ <td><input type="password" id="customvoip_secret" size=14 onkeyup=" $('cancel').disabled= false;$('save').disabled= false;" class="input8"></td>
</tr>
</table>
</div>
Modified: trunk/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/trunks.html?view=diff&rev=280&r1=279&r2=280
==============================================================================
--- trunk/config/trunks.html (original)
+++ trunk/config/trunks.html Mon Jan 22 12:22:34 2007
@@ -699,7 +699,7 @@
<tr><td colspan='2' align='center'><img id='providerlogo' style='visibility:hidden;'></td></tr>
<tr><td colspan='2' align='center'><div id='providerdesc' align='left' style='width:230px;height:100px; font-size:10px'></div></td></tr>
<tr onmouseover="show_tooltip('en', 'trunks', 3);"><td class="field_text">Username:</td><td><input size='20' id='username' class="input8"></td></tr>
- <tr onmouseover="show_tooltip('en', 'trunks', 4);"><td class="field_text">Password:</td><td><input size='20' id='secret' class="input8"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'trunks', 4);"><td class="field_text">Password:</td><td><input type="password" size='20' id='secret' class="input8"></td></tr>
</table>
</div>
<div id='customvoip' align="center" style='display:none' align="center">
@@ -749,7 +749,7 @@
</tr>
<tr>
<td class="field_text">Password:</td>
- <td><input type="text" id="customvoip_secret" size=14 onkeyup=" $('cancel').disabled= false;$('save').disabled= false;" class="input8"></td>
+ <td><input type="password" id="customvoip_secret" size=14 onkeyup=" $('cancel').disabled= false;$('save').disabled= false;" class="input8"></td>
</tr>
</table>
</div>
More information about the asterisk-gui-commits
mailing list