Commit Graph

32 Commits

Author SHA1 Message Date
Chris Buechler
ab54ec9f8d Bring back showing of default value like previous versions. 2015-01-11 19:33:46 -06:00
Phil Davis
6317d31dfc Fix lineup of copyright lines
and module names and other bits of formatting and typos in header
comment sections.
2015-01-01 10:13:14 -02:00
Renato Botelho
d961e7e33e Welcome 2015 2014-12-31 16:22:27 -02:00
Jim Thompson
29aef6c45b Change copyright statement to reflect reality 2014-11-10 23:36:14 -06:00
Jim Thompson
dd447bde2b modify copyright statement to reflect reality 2014-11-10 22:49:50 -06:00
Ermal
d87fcac96b Do not require the default sysctl items to be set on the config.xml but rather extract the definitions from the sysctl tree. Also to reduce config.xml size 2014-11-10 21:47:14 +01:00
Renato Botelho
62424bdbbb Remove almost all calls to history.back() and make Cancel button back to HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work 2014-09-12 16:37:08 -03:00
ayvis
8cd558b61b xhtml Compliance
replaced <br>, <br/> and </br> with <br />
2014-03-14 21:24:03 +01:00
Renato Botelho
e41ec5848f Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print 2014-03-12 11:42:49 -03:00
Renato Botelho
7997ed4440 Many fixes on privileges, ticket #3216:
- Rename some privileges:
   page-diag-system-activity => page-diagnostics-system-activity
   page-interfacess-groups => page-interfaces-groups
   page-interfacess-lagg => page-interfaces-lagg
   page-interfacess-qinq => page-interfaces-qinq
- Write an upgrade function to replace above privileges by the new name
- Remove unused privilege page-diagnostics-logs-wireless
- Remove duplicated privileges
- Fix limiter-info, pf-info and system-pftop that were using wrong name
- Add privs for edit pages (interfaces_groups, interfaces_lagg,
  interfaces_qinq and services-igmpproxy)
- Fix ID for acptiveportal allowedhostnames and editallowedhostnames
- Fix some wrong matches
2013-11-15 19:21:18 -02:00
Colin Fleming
a5a616096c Tidy up System:Advanced:Tunables XHTML
Deprecate ampersand
Close INPUT tags
2013-03-07 21:08:41 +00:00
jim-p
7100a85c32 No need to include head.inc twice 2011-04-26 14:37:43 -04:00
jim-p
87ae1a2b4a Fix page title. 2011-02-28 14:02:37 -05:00
jim-p
1586486175 Change the description field on sysctl tunables to be 'descr' and not 'desc' so they will gain CDATA protection. Ticket #320 2010-10-19 12:00:09 -04:00
Renato Botelho
ee9933b6e2 Use <?php instead of the short form 2010-08-12 11:15:26 -03:00
Renato Botelho
ea53e38ff1 gettext fixes 2010-08-12 09:44:02 -03:00
smos
0b1f663406 When doubleclicking a tunable, bring up the edit screen 2010-05-10 11:25:46 +02:00
Carlos Eduardo Ramos
18464b74ff Implement gettext() 2010-04-27 14:56:58 -03:00
Ermal
2b5f6a7e48 Correct MATCH name. 2010-03-26 21:23:48 +00:00
Erik Fonnesbeck
25f36aaf6d Redirect to the correct page after deleting an item. 2010-03-24 01:43:28 -06:00
Chris Buechler
6699b0aec6 fix this page 2010-01-22 15:20:20 -05:00
sullrich
45849d22e7 Show default values 2009-12-06 00:55:48 -05:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -04:00
Scott Ullrich
487b16ecd8 Adding Notifications tab 2009-07-09 21:03:58 -04:00
Ermal Luçi
a368a026db * Reorganize the 'apply' button infrustructure in the GUI.
- Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals.
	- Convert all pages to the new infrustructure
	- This improves a lot the control on this notification
2009-06-30 17:15:22 +00:00
Scott Ullrich
faf158b17e s/action/act/ 2008-11-02 22:24:13 +00:00
Scott Ullrich
0a9251d216 Actually reload sysctl on changes 2008-11-02 21:47:21 +00:00
Scott Ullrich
5591f7534b Fix add feature 2008-11-02 21:45:40 +00:00
Scott Ullrich
b6b53776d4 Correct script name 2008-11-02 21:35:07 +00:00
Matthew Grooms
2ff19bfd40 Move the 'advanced users only' notice into the tab body so the tab headers
are not displaced by this message.
2008-09-09 18:54:57 +00:00
Matthew Grooms
ab3c85535d Cleanup the tab format of the system advanced pages. The edges were square
instead of rounded like most pfSense pages.
2008-09-09 05:50:32 +00:00
Matthew Grooms
df81417f55 Break out the advanced system options page into tabs group by categories.
Fold the sysctl tunables page into a tab under the advanced options page.
This reduces the top level menu options by one. There should be no
functional changes.
2008-09-04 15:40:54 +00:00