Update of /cvsroot/netpass/NetPass/www/htdocs/Admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20485/www/htdocs/Admin
Modified Files:
switch.mhtml
Log Message:
bug fix Admin javascript/IE compat
Index: switch.mhtml
===================================================================
RCS file: /cvsroot/netpass/NetPass/www/htdocs/Admin/switch.mhtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- switch.mhtml 3 Aug 2005 02:44:39 -0000 1.5
+++ switch.mhtml 22 Aug 2005 20:39:35 -0000 1.6
@@ -112,13 +112,13 @@
</td>
<td class='vlanmapRow'><input id='addVlan' name='addVlan' size=20 value='Add Vlan Map...'
onblur='switch_onblur_addVlan(this);' onfocus='switch_onfocus_addVlan(this);'><BR>
- <B><U>Format examples:</U></B><BR>
+ <B>Hit TAB after entrering in the new mapping.<P><U>Format examples:</U></B><BR>
<I>portA,portB-portF:unquar/quar</I><BR>
<I>1,5-7:101/201</I><BR>
<I>1-24:101/201</I><BR>
<I>1,2,3,4,5:101/201</I><BR>
</td>
- <td class='vlanmapRow'><input type='submit' onclick='switch_onclick_deleteVlan();return false;'
+ <td class='vlanmapRow'><input type='button' onclick='switch_onclick_deleteVlan();return false;'
name='deleteVlan' id='deleteVlan' value='Delete Vlan'>
</td>
</tr>
|