summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/interfaces.widget.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-126/+0
|
* Widgets code stylePhil Davis2015-04-171-5/+9
|
* Fix lineup of copyright linesPhil Davis2015-01-011-25/+25
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Interfaces widget remove blank line if no IPv4 addressPhil Davis2014-12-201-2/+1
| | | | If the interface had an IPv6 address but no IPv4 address, there was a blank line where the IPv4 address would have been. There is no need for that, and one day IPv4 will be old legacy and systems will routinely have no IPv4 addresses at all - they will all be IPv6. Might as well make that look ordinary on the display now. The br goes in the div so we can put it in and out from the AJAX also.
* Interfaces widget create all divPhil Davis2014-12-201-25/+24
| | | All div for the various things need to be created here, so that later AJAX can switch the necessary things on/off and write a new IPv4 or IPv6 address into the div when an interface acquires an address.
* Tidy up "widgets" XHTMLColin Fleming2014-12-141-4/+2
| | | | | | | | Add CDATA sections to scripts Add ALT to image tags and close image tags DIV tag cannot be inside a STRONG tag, so swap them around SCRIPT cannot be part of TR tag, so place the SCRIPT inside a TD tag but hide it.
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+2
|
* Back to use listr instead of vncellt since it has small fonts and mitigate ↵Renato Botelho2014-10-281-9/+8
| | | | changes of go outside the sidget. It should fix #3937
* Simplify logicRenato Botelho2014-10-281-21/+20
|
* Remove unecessary variablesRenato Botelho2014-10-281-5/+3
|
* Whitespace and indentRenato Botelho2014-10-281-59/+85
|
* Tidy up "interfaces.widget.php" XHTMLColin Fleming2014-09-141-3/+2
| | | | | | Remove duplicate closing TR tag DIV tag cannot be enclosed in a B (bold) tag Change class and style
* Remove blank line if only an ipv6 address is in useCharlieMarshall2014-08-281-3/+7
|
* improve/tidy up interfaces widgetCharlieMarshall2014-08-281-16/+10
|
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-1/+1
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-1/+1
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on https on www.pfsense.orgChris Buechler2014-03-141-1/+1
|/
* cleanup interfaces.widget.phpCharlie Marshall2013-10-251-18/+0
|
* remove whitespaces from widgetsCharlie Marshall2013-08-061-10/+10
|
* Tidy up widget XHTMLColin Fleming2013-03-051-18/+18
| | | | | | | | | Close BR tag Close INPUT tag Depcrated ampersand in HREF Added ALT to img tag Added close body tag Added close htm tag
* Update PHP shorthand tagColin Fleming2013-01-141-7/+7
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* Put v6 IP on a new line to save horizontal spacejim-p2012-06-131-3/+2
|
* More html fine tuningSeth Mos2011-03-151-1/+1
|
* Add the IPv6 addresses to the interfaces status widgetSeth Mos2011-03-151-45/+47
|
* Add $nocsrf = true;Scott Ullrich2011-01-031-0/+3
|
* Redo most of the ppp interface handling to be consistent with the other mpd5 ↵Ermal2010-03-271-3/+2
| | | | configurations. This way there is no more special handling for ppp around.
* Show a 3G icon when item is a serial type interfaceScott Ullrich2010-02-011-11/+15
|
* Give more room to the interfaces td (40%)Scott Ullrich2009-10-251-2/+2
|
* General widget cleanupsScott Ullrich2009-03-141-27/+51
|
* Catch up with file rename.Ermal Luçi2008-09-091-1/+1
|
* Merge lan configuration to the interfaces_wan.php page wich does the ↵Ermal Luçi2008-09-071-11/+2
| | | | | | configuration of all other assigned interfaces.
* Missed previous merge config.Ermal Luçi2008-07-141-1/+1
|
* Continue interface improvements.Ermal Luçi2008-06-211-8/+5
|
* insert IP div always, so ajax updates always succeedScott Dale2008-05-231-2/+2
|
* include required files for when widget is being loaded by AJAX calls.Scott Dale2007-12-301-18/+30
|
* underline linksScott Dale2007-07-151-3/+3
|
* updated copyrightScott Dale2007-07-031-0/+34
|
* update widgets to use css properlyScott Dale2007-06-221-4/+4
|
* update interface widgetScott Dale2007-05-311-4/+6
|
* Widget base. Note: changes to widgets are not saved yet.Scott Dale2007-05-071-0/+56
OpenPOWER on IntegriCloud