changed to ipaddress
This commit is contained in:
parent
6446f9fd2e
commit
fc453fb3dc
|
@ -758,8 +758,8 @@ the community's host, or via an invitation e-mail message. Please enter it in th
|
|||
<dialog name="ipban.add" formname="ipbanform" menusel="nochange">
|
||||
<title>Add IP Address Ban</title>
|
||||
<action>sysadmin/ip_ban_add.js.vs</action>
|
||||
<ip-address name="address" capt="IP address" required="true"/>
|
||||
<ip-address name="mask" capt="IP address mask" required="true"/>
|
||||
<ipaddress name="address" capt="IP address" required="true"/>
|
||||
<ipaddress name="mask" capt="IP address mask" required="true"/>
|
||||
<checkbox name="echeck" capt="IP address ban expires"/>
|
||||
<int name="etime" capt="Expires in" required="true" min="1" max="100000"/>
|
||||
<list name="eunit" capt="Expires in" capt2="(units)" required="true">
|
||||
|
|
|
@ -111,6 +111,8 @@ public class DialogElementLoader
|
|||
} // end catch
|
||||
|
||||
// save off the retrieved information
|
||||
if (logger.isDebugEnabled())
|
||||
logger.debug("Initialized tag <" + tagname + "/> to ctor " + ctor.toString());
|
||||
tmp_factories.put(tagname,ctor);
|
||||
|
||||
} // end for
|
||||
|
|
|
@ -31,7 +31,7 @@ public class IPAddressField extends TextField
|
|||
*--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
public static final String TAGNAME = "ip-address";
|
||||
public static final String TAGNAME = "ipaddress";
|
||||
|
||||
/*--------------------------------------------------------------------------------
|
||||
* Constructors
|
||||
|
|
Loading…
Reference in New Issue
Block a user