summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/thermal_sensors.widget.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-279/+0
|
* Standardize widget iform and submit namesPhil Davis2015-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | The log and picture widgets were both using "iforma" and "submita". Actually it did not break anything because it was only the form name repeated, not id. And nothing was using these names. Traffic Graphs widget was using just "iform". That is a bit dangerous for the future. I got tricked when cut-pasting some code to make some settings options for the Gateways widget. I kept "iform" and then wondered for a while why my Traffic Graphs widget show-hide settings would not save. There was traffic graph JS that referred to just "iform" and that started modifying the "iform" in my new Gateways widget code. Rather than having names "iforma", "iformb"... "submita", "submitb"... it seems much less risk of accidental duplication if these are named like: name_of_widget_iform name_of_widget_submit I don't think there is any user-visible bug in 2.2.* - so this standardization could just go into 2.3
* Widgets code stylePhil Davis2015-04-171-86/+84
|
* Fix lineup of copyright linesPhil Davis2015-01-011-2/+2
| | | | | 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/+2
|
* Update SCRIPT tags.Colin Fleming2014-05-191-2/+2
| | | | Add CDATA sections to SCRIPT tags in various files
* removed duplicate type=text/javascriptayvis2014-03-251-1/+1
| | | added type for <script>
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* remove whitespaces from widgetsCharlie Marshall2013-08-061-29/+29
|
* Tidy up "thermal_sonsors.widget.php" XHTMLColin Fleming2013-04-161-41/+6
| | | | | | | | Add CDATA section to SCRIPT tag Move the STYLE block into the "all.css" theme files Close INPUT tag Remove name statement from DIV tag Add summary statement to TABLE tag
* No need for nocsrf here tooErmal2013-03-211-2/+0
|
* Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).01101001c2013-03-181-0/+316
Original post: http://forum.pfsense.org/index.php/topic,59193.0.html
OpenPOWER on IntegriCloud