summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_wol_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Cancel button after input errorPhil Davis2015-07-131-1/+6
| | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style services r s wPhil Davis2015-05-271-68/+71
|
* Pencil symbolsPhil Davis2015-03-091-2/+2
| | | | | | | | | These are places in the GUI where the cursor sits not in the far left side of the input box and there is odd-looking white space to the left of the cursor. Normally there would be a little input graphic in the white space to the left of the cursor (a pencil, a computer screen, a lock symbol...) This change makes the pencil be displayed in all those places.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+4
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Tidy up "services_wol" XHTMLColin Fleming2014-04-181-7/+7
| | | | | | | | | Add SUMMARY to tables Update HTML Boolean operators Close INPUT and IMG tags and add ALT to IMG tags Deprecate ampersand in anchor tags Move NOWRAP into class statement Remove empty EM tag
* xhtml Complianceayvis2014-03-141-3/+3
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Implement gettext() calls on services_wol_edit.phpRafael Lucas2010-07-121-13/+13
|
* Fix sorting issues that were introduced in an old commit, resulting in the ↵Erik Fonnesbeck2010-03-101-2/+1
| | | | incorrect item sometimes being shown when clicking edit buttons.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Remove all nested functions decalaration seems php does not like them! Make ↵Ermal Luçi2009-07-141-5/+5
| | | | all the nested functions real functions.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-0/+10
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Rename link_int_to_bridge_interface to link_interface_to_bridgeErmal Luçi2008-11-071-1/+1
| | | | * Create two new function link_interface_to_{gif,gre}
* Fix detection if an interface is part of bridge.Ermal Luçi2008-08-311-1/+1
|
* Add CSS HeaderScott Ullrich2008-08-301-0/+3
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Continue interface improvementsErmal Luçi2008-06-211-10/+2
|
* Do not show LAN interface when it is not present.Scott Ullrich2008-02-091-1/+5
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Nuke display_topbar(). Its's currently red and looks incredibly out of ↵Scott Ullrich2005-12-051-1/+0
| | | | place. Hopefully we can add this back post 1.0
* Changes submitted by databeestje which adds links to dhcp and other pagesScott Ullrich2005-08-231-0/+6
| | | | that display mac easily allowing the addition of the item to the WOL db.
* More pgtitle cleanupsBill Marquette2005-07-031-1/+1
|
* More screens inherit rounded tabletopsBill Marquette2005-07-031-0/+1
|
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+4
|
* Make Cancel button match the Save buttons styleScott Ullrich2005-04-281-1/+1
|
* * Add missing cancel buttonScott Ullrich2005-04-221-1/+1
| | | | * cancel -> Cancel
* Add a Cancel button which takes the browser back to the page prior.Scott Ullrich2005-04-211-1/+1
|
* normalize MAC addressesBill Marquette2005-04-141-0/+3
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Initial revisionScott Ullrich2004-11-071-0/+143
OpenPOWER on IntegriCloud