46 Commits

Author SHA1 Message Date
Franco Fichtner
854ab5a9b8 system: gateway group status into main list; closes #2201 2018-02-26 17:46:06 +00:00
Franco Fichtner
2c9b064662 system: add labels to gateway groups, more refactor for #2201 2018-02-26 17:08:43 +00:00
Franco Fichtner
2a32eb7fdb system: merge single gateway status into main page #2201 2018-02-15 08:43:49 +00:00
NOYB
6ef9a127ff HTML Compliance - Attribute "type" on Element <script>
Warning: The type attribute is unnecessary for JavaScript resources.

HTML5: Edition for Web Authors
http://www.w3.org/TR/2014/REC-html5-20141028/scripting-1.html
The default, which is used if the attribute is absent, is "text/javascript".

The Script element
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type.
2018-01-22 19:13:34 +01:00
Franco Fichtner
b0aa1be38d www: more cleanups possible for #1733 2017-07-22 16:52:50 +02:00
Ad Schellevis
69510a5fad legacy ui pages cleanup for https://github.com/opnsense/core/issues/1733 2017-07-22 15:01:26 +02:00
Franco Fichtner
c5ab052b67 system: url_safe() for #1168 2016-10-11 08:11:12 +02:00
Franco Fichtner
224b5d8247 www: util.inc is provided by guiconfig.inc for #1065 2016-07-22 07:12:21 +02:00
Franco Fichtner
c221e3a8c9 gateways: fix Fatal error: Call to undefined function
PR: https://forum.opnsense.org/index.php?topic=1668
2016-07-21 21:12:33 +02:00
Ad Schellevis
4e3b66c257 zapp pfsense-utils.inc 2016-06-20 16:59:19 +02:00
Ad Schellevis
7ab0b3463f (legacy) www: strip action attribute from forms where not needed, closes https://github.com/opnsense/core/issues/929 2016-05-12 19:45:28 +02:00
Ad Schellevis
862fd2c6ae Remember scrolling position when toggling, https://github.com/opnsense/core/issues/840 2016-03-28 17:52:09 +02:00
Franco Fichtner
6e3e407d85 services: rename shorcut_section to better reflect its purpose; closes #674 2016-01-18 09:30:34 +01:00
Franco Fichtner
3d93e25ba0 services: remove indirect mapping and fix remaining services 2016-01-18 09:29:38 +01:00
Franco Fichtner
46a8533aa6 src: whitespace sweep 2016-01-10 22:44:28 +01:00
Manuel Faux
cea23f8cae UX: moved tooltip position to top for most tooltips 2016-01-10 12:06:48 +01:00
Manuel Faux
87014246c0 UX: changed delete icon from "X" to "trash" 2016-01-10 12:06:48 +01:00
Manuel Faux
418c800dab UX: added missing and unified existing tooltips of buttons
* Added missing tooltips for existing buttons for list management (add line,
    remove line, move line, clone line)
  * Shortened existing tooltip texts to a minimum
  * Fixed incorrect tooltip texts
  * Changed order of buttons to 1. move item, 2. delete item, 3. add item, 4.
    clone item
  * Changed tooltips "click to toggle enable/disable rule" to "disable rule" and
    "enable rule" corresponding to the current state, respectively.
2016-01-08 00:01:38 +01:00
Manuel Faux
fa142b5536 UX: Changed icon for "add similar item"
Changed button icon of "add similar item" from plus to clone symbol.
2016-01-07 17:06:38 +01:00
Fabian Franz
1d0f083d96 change dialog style 2015-12-31 18:00:31 +01:00
Frank Wall
6567725d61 bring back gateway descriptions 2015-12-27 18:14:46 +01:00
Franco Fichtner
86d50f8793 www: remove the need for manual $pgtitle #461 2015-12-08 19:45:59 +01:00
Franco Fichtner
166c571b5e www: another batch for #461 2015-12-05 08:24:21 +01:00
Ad Schellevis
1ec4bd2ddc (legacy) page markup fix for system_gateways.php 2015-11-22 17:51:32 +00:00
Ad Schellevis
a453828f3a (legacy) cleanup system_gateways.php, correct hanlding of post/get, proper code ordering.
Not perfect, but at least makes it readable.
Things to correct at some point in time: very obscure return_gateways_array and move route delete actions to configd
2015-11-20 08:34:52 +00:00
Franco Fichtner
7f75ddb851 www: eradiacate print_info_box_np() for #444 2015-10-31 23:35:17 +01:00
Franco Fichtner
d11e97562b system/routes: convert to submenu
Thin out "Status" and "Diagnostics" white at it, although the
overall static page conception isn't consistent at all.  Not
liking this, but something has got to be done.  Won't be the
last commit I think.  :)
2015-09-21 15:12:57 +02:00
Ad Schellevis
a7ac26237f (legacy) remove unused parameter in get_std_save_message 2015-08-17 08:27:34 +00:00
Ad Schellevis
d51831b32d (legacy) fix PHP Fatal error: Call to undefined function create_gateway_quality_rrd() in /usr/local/etc/inc/gwlb.inc on line 330
setup_gateways_monitor needs rrd.inc
2015-08-04 14:21:46 +00:00
Franco Fichtner
042f798d7e system: fix iteration warning 2015-07-28 21:14:08 +02:00
Ad Schellevis
465e699e71 (legacy) dependency cleanups related to functions.inc / interfaces.inc 2015-07-22 16:56:38 +00:00
Ad Schellevis
ea5dd43a31 (legacy) move pfsense-utils.inc dependency 2015-07-22 15:09:18 +00:00
Ad Schellevis
cbcf5927ca (legacy) more dependency moves, slowly pouring functions.inc empty.... 2015-07-22 13:08:05 +00:00
Ad Schellevis
4f33b50c2d (legacy) move services.inc out of fbegin.inc to pages with service shortcut 2015-07-22 09:47:07 +00:00
Ad Schellevis
7418af459b (legacy) add additional check on $input_errors as part of cleanup notices 2015-07-06 16:58:36 +00:00
Ad Schellevis
ba800ae6c8 (legacy) fix check on $savemsg and $input_errors 2015-07-06 14:43:02 +00:00
Franco Fichtner
22e0e257a2 queues: remove shaper.inc 2015-06-18 14:20:20 +02:00
Franco Fichtner
27a063052e system/gateway: style sweep 2015-05-15 09:53:47 +02:00
Franco Fichtner
fd84f7206f www: last batch of tabs, mhh, someone forgot the routing tabs... 2015-04-13 09:40:12 +02:00
Franco Fichtner
15eb3c5652 gateways: more potential fails of legacy code vs. new config system 2015-04-03 12:12:43 +02:00
Ad Schellevis
fe5ae1b7b2 cleanup requires + small typo's 2015-03-23 20:47:12 +00:00
Jos Schellevis
6000388b06 Cleanups and bootstrap enhancements 2015-01-21 14:48:13 +00:00
Jos Schellevis
9c1cc27e08 Add tabs to System Routing, fixes #19 2015-01-09 10:53:15 +00:00
Jos Schellevis
9094a66095 Happy new Year...Copyrights for www done 2015-01-01 14:48:13 +00:00
Franco Fichtner
25940e50d2 system: apply whitespace changes
Huge commit, but the previous commits have proven to be
harmless, so let's do it!
2014-12-28 14:29:32 +01:00
Franco Fichtner
727453c076 src: move all files (again)
Make "src" the implicit "/usr/local" so that nobody can
sneak in weird files in the base file system or potentially
overwrite them.

This is the last time, I swear...  :)
2014-12-10 16:42:39 +01:00