summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_vlan.php
Commit message (Collapse)AuthorAgeFilesLines
* UI ConsistencyPhil Davis2016-01-141-2/+2
| | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* Fixed #5566Stephen Beaver2016-01-131-28/+37
|
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-1/+1
|
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-1/+1
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* Adjust more calls to print_info_box with unquoted stringsNewEraCracker2016-01-071-1/+1
|
* HTML Compliance - Interfaces / VLANNOYB2015-12-311-0/+1
| | | | A table row was 5 columns wide and exceeded the column count established by the first row (4).
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style g-iPhil Davis2015-12-151-2/+2
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Fixed #5541Stephen Beaver2015-11-281-5/+3
|
* Add support to set the VLAN PCP (priority code point) in GUI. Pull Request ↵Luiz Otavio O Souza2015-11-271-0/+2
| | | | #1757. Ticket #4133
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-2/+3
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Buttons update to new design:wqStephen Beaver2015-11-041-6/+11
|
* Fix confirm on deleteStephen Beaver2015-11-021-4/+6
|
* fix tabstopsheper2015-11-021-11/+11
|
* revert back to $_POST after request from Steve_Bheper2015-11-021-26/+44
| | | | note: onclick="return confirm" does not function as expected. vlan still removed when choosing "cancel"
* convert interfaces_vlan to faheper2015-11-021-37/+21
| | | this page used $_POST instead on $_GET. no clue why. changed it to $_GET like every other page i've come across thus far. (it only seems to complicate things, without an actual benefit??)
* Converted interfaces_vlan.php from GET to POST for securityStephen Beaver2015-10-031-54/+99
| | | | Added Bootstrap attributes to table
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-73/+49
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+165
OpenPOWER on IntegriCloud