Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  Form
Form.class.php 3.09 KB

Latest revisions

# Date Author Comment
8d9f7a80 06/13/2015 12:16 PM sbeaver

IpAddress.class.php

Updated to allow the addMask() method to accept a maximum value so that
it can be used for IPv4 and IPv6 addresses. e.g.:

$myIp->addMask(‘mask’, $pconfig[‘mask’], 32);

Defaults to 128 for compatibility.

Once merged I will revisit the pages with IPv4 input fields.

b5249aa3 05/30/2015 01:07 PM Sjon Hortensius

Fix whitespace in textareas, remove it from tpl

a13c317e 05/21/2015 08:09 AM Sjon Hortensius

Fix but where value in Textarea wasn't processed. Fixes #216

38e06c66 05/10/2015 11:41 AM Sjon Hortensius

Support new Form('text') too, convert existing custom buttons

+ fix html @system_firmware

85033097 05/09/2015 11:58 AM Sjon Hortensius

Form - introduce MultiCheckbox(+Group) #142

fe0d6189 05/09/2015 09:33 AM SjonHortensius

Merge pull request #165 from Bouwdie/services_dhcp_relay

Covnert services_dhcp_relay + bugfix in IpAddress

fa6cb13a 05/08/2015 07:25 PM Sander van Leeuwen

Remove 'form-control' class from file inputs

Refs. #180

4889ed28 05/05/2015 11:51 AM Peter Bouwdewijn

Added fix in IpAddress to check if a mask is set to prevent a method call on a non object.
Migrated form.
Moved server input to an array form value.

e22512fc 05/02/2015 12:41 PM Sjon Hortensius

ensure gettext and htmlspecialchars are correctly called

44d906ca 05/02/2015 12:13 PM Sjon Hortensius

system_authservers - fix toggle by making it explicit fixes #108

also allow calling toggles without any arguments

View revisions

Also available in: Atom