Commit Graph

10750 Commits

Author SHA1 Message Date
Colin Fleming
32bb88e5aa Tidy up "interfaces_vlan_edit.php" XHTML
Update HTML boolean operators
Close INPUT and BR tags
2013-04-15 20:53:44 +01:00
Renato Botelho
808ba41785 Notify user that static arp will be configured even if DHCP server is disabled 2013-04-15 09:39:45 -03:00
Jim P
b4505103f4 Merge pull request #561 from ExolonDX/branch_02
Update pkg_edit.php
2013-04-14 13:34:44 -07:00
Colin Fleming
8df076fe35 Update pkg_edit.php
Correct CDATA sections in SCRIPT tag
Correct ALT statement in IMG tag
2013-04-14 21:48:03 +02:00
Colin Fleming
7c8bce79ea Update pkg_edit.php
Correct CDATA section in SCRIPT tag
2013-04-14 21:43:23 +02:00
Renato Botelho
5b431a20de Add a new parameter to return all aliases, including hosts. It fixes #2941 2013-04-14 15:51:44 -03:00
Renato Botelho
5da58a38c7 Fix whitespaces and indent 2013-04-14 15:41:09 -03:00
Renato Botelho
d28cd156d3 Make fe80: addresses check case insensitive 2013-04-14 14:36:25 -03:00
Chris Buechler
612170a7ac make fe80 gateway check case-insensitive 2013-04-14 12:21:40 -05:00
Jim P
4ef2fadee9 Merge pull request #559 from ExolonDX/branch_03
Tidy up "pkg.php" XHTML
2013-04-14 07:37:32 -07:00
Jim P
c597702713 Merge pull request #558 from ExolonDX/branch_02
Tidy up "pkg_edit.php" XHTML
2013-04-14 07:35:59 -07:00
Colin Fleming
44507df4d6 Tidy up "pkg.php" XHTML
Move SCRIPT tags out of the TABLE tag
Add CDATA section to SCRIPT tags
Close INPUT and IMG tags and add ALT statement to IMG tags
Update HTML boolean operators
Move NOWRAP to class statement
Deprecate ampersand in ANCHOR tags
Add missing closing FONT tags
Swap closing TR and TD tags
2013-04-14 13:59:17 +01:00
Colin Fleming
befa8be057 Tidy up "pkg_edit.php" XHTML
Close BR and IMG tags and add ALT statement to IMG tags
Change ONCLICK to lower case
Move "fbegin.inc" PHP statement before the SCRIPTS
Add CDATA sections to SCRIPT tags
2013-04-14 13:37:11 +01:00
Colin Fleming
32b91bcfbd Tidy up "interfaces.php" XHTML
Close BR and IMG tags and add ALT statement to IMG tags
Change ONCLICK and ONCHANGE to lower case.
Add CDATA section to SCRIPT tags
2013-04-14 13:27:14 +01:00
Ermal Luçi
9a2d3fc164 Merge pull request #556 from tuyan/c8b07434e3a1c9ae905c2e6cbef6f8fb25e3db00
Fix calculation of accounting gigawords.
2013-04-11 23:47:32 -07:00
jim-p
5dc0c7b1de Add a line to let the user know that the wizard can be stopped by clicking the logo at the top, so people don't think they are stuck/required to do the wizard. 2013-04-11 16:35:55 -04:00
Tuyan Ozipek
c8b07434e3 Fixed PHP_INT_MAX not being 2^32 for accounting gigawords. 2013-04-11 15:51:28 -04:00
timdufrane
9411d6abef Fixed 802.1p duplicating values for vlanprio and vlanprioset
For real this time. Friggin' github.
2013-04-11 15:32:29 -03:00
timdufrane
7e2237f640 Clean inconsistent "none" and empty conventions for advanced fields - removes residual "none" entries on save 2013-04-11 14:54:26 -03:00
timdufrane
f456783426 Fix none where should be empty string for 802.1p 2013-04-10 14:56:10 -03:00
jim-p
64620f90aa Add a note to the ARP page about IPv6 peers using NDP, with a link. 2013-04-10 09:51:15 -04:00
Renato Botelho
ede3d0e008 Update translation template 2013-04-10 08:48:16 -03:00
Renato Botelho
8543a5bbe2 Prohibit adding aliases containing FQDNs in static routes. Fixes #2941 2013-04-10 08:07:07 -03:00
Renato Botelho
87f6110179 Check if IP is v4 or v6 2013-04-10 07:42:18 -03:00
rbgarga
014780f96c Merge pull request #552 from ExolonDX/branch_19
Tidy up "firewall_virtaul_ip_edit.php" XHTML
2013-04-09 07:22:42 -07:00
rbgarga
f323826609 Merge pull request #551 from ExolonDX/branch_18
Tidy up "firewall_virtual_ip.php" XHTML
2013-04-09 07:22:29 -07:00
rbgarga
767e90536e Merge pull request #550 from ExolonDX/branch_17
Tidy up "firewall_rules_edit.php" XHTML
2013-04-09 07:22:12 -07:00
rbgarga
5446dc611f Merge pull request #549 from ExolonDX/branch_16
Tidy up "firewall_rules.php" XHTML
2013-04-09 07:22:00 -07:00
Colin Fleming
1d970c6bdd Tidy up "firewall_virtaul_ip_edit.php" XHTML
Add CDATA sections to SCRIPT tags
Update HTML boolean operators
Close INPUT and BR tags
2013-04-09 15:10:26 +01:00
Colin Fleming
3bfe618af8 Tidy up "firewall_virtual_ip.php" XHTML
Close INPUT, BR and IMG tags and add ALT to IMG tags
Deprecate the ampersand in ANCHOR tags
Move NOWRAP to class statement
Add missing closing TD and closing TR tags
2013-04-09 15:05:43 +01:00
Colin Fleming
4143e7fb18 Tidy up "firewall_rules_edit.php" XHTML
Close INPUT, BR and IMG tags and add ALT to IMG tags
Update HTML boolean operators
Add missing closing P tags
Remove NAME paramenter from TR and DIV tags, invalid HTML
2013-04-09 14:45:16 +01:00
Colin Fleming
f4245bbc11 Tidy up "firewall_rules.php" XHTML
Close INPUT, BR and IMG tags and add ALT to IMG tags
Deprecate the ampersand in ANCHOR tags
Move NOWRAP to class statement
Add missing closing FONT
Add missing opening and closing TR tags
Add CDATA sections to SCRIPT tags
2013-04-09 14:39:03 +01:00
Jim P
c3954b847c Merge pull request #548 from ExolonDX/branch_15
Tidy up "firewall_aliases*.php" XHTML
2013-04-09 05:17:11 -07:00
Colin Fleming
709e62f0e9 Tidy up "firewall_aliases*.php" XHTML
Add CDATA sections to SCRIPT tags
Close INPUT and BR tags
Update HTML boolean operators
Move NOWRAP to class statement
Add missing closing TD tag
2013-04-09 12:48:13 +01:00
rbgarga
bf8c51fd00 Merge pull request #547 from ExolonDX/branch_14
Tidy up "system_crlmanager.php" XHTML
2013-04-09 04:26:15 -07:00
rbgarga
3aff412153 Merge pull request #546 from ExolonDX/branch_13
Update "system_certmanager.php" XHTML
2013-04-09 04:25:57 -07:00
rbgarga
8a9857e4a1 Merge pull request #545 from ExolonDX/branch_12
Tidy up "system_camanager.php" XHTML
2013-04-09 04:25:49 -07:00
Colin Fleming
0d15afff56 Tidy up "system_crlmanager.php" XHTML
Add CDATA section to SCRIPT tags
Update HTML boolean operators
Close INPUT and BR tags
Move TFOOT between THEAD and TBODY, this is a "quirk" of HTML
2013-04-09 12:19:45 +01:00
Colin Fleming
b8e1877f48 Update "system_certmanager.php" XHTML
Add CDATA section to SCRIPT tags
Update HTML boolean operators
Close BR tags
Deprecate ampersand in ANCHOR tags
2013-04-09 12:17:17 +01:00
Colin Fleming
96028288cb Tidy up "system_camanager.php" XHTML
Add CDATA sections to SCRIPT tags
Close INPUT and BR tags
Update HTML boolean operators
2013-04-09 12:14:32 +01:00
rbgarga
d74d7dfa02 Merge pull request #543 from ExolonDX/branch_09
Tidy up XHTML
2013-04-08 15:01:35 -07:00
rbgarga
63c9f559ea Merge pull request #542 from ExolonDX/branch_07
Tidy up "system_authservers.php" XHTML
2013-04-08 15:01:22 -07:00
rbgarga
e6eb8d7b83 Merge pull request #541 from ExolonDX/branch_06
Tidy up "system_usermanager_settings.php" XHTML
2013-04-08 15:01:13 -07:00
rbgarga
beea6bbf6a Merge pull request #540 from ExolonDX/branch_05
Tidy up "system_groupmanager.php" XHTML
2013-04-08 15:01:04 -07:00
rbgarga
a10b2f7516 Merge pull request #539 from ExolonDX/branch_04
Tidy up "system_usermanager.php" XHTML
2013-04-08 15:00:46 -07:00
rbgarga
75dda65d97 Merge pull request #538 from ExolonDX/branch_03
Tidy up "wizard.php" XHTML
2013-04-08 15:00:21 -07:00
rbgarga
2ec078150e Merge pull request #537 from ExolonDX/branch_02
Tidy up "pkg_mgr_settings.php" XHTML
2013-04-08 14:59:43 -07:00
rbgarga
1dba542288 Merge pull request #536 from ExolonDX/branch_01
Tidy up "pkg_mgr_install.php" XHTML
2013-04-08 14:59:34 -07:00
Colin Fleming
8b60b40f77 Tidy up XHTML
Add CDATA sections to SCRIPT tags
Add SUMMARY to TABLE tags
2013-04-08 20:46:48 +01:00
Colin Fleming
0f3a8925b3 Tidy up "system_authservers.php" XHTML
Add CDATA sections to SCRIPT tags
Update HTML boolean operators
Close INPUT tags
Move TFOOT between THEAD and TBODY, this is a "quirk" of HTML
Deprecate the ampersand in ANCHOR tags
Add missing closing HTML tag
2013-04-08 20:25:52 +01:00