| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: I9471c2bbd8941e70965a86d369c8de87be9a4417
(cherry picked from commit 109a304e154a179bd340b06880ce95baec4dab03)
|
|
|
|
|
|
|
| |
These should be strings in quotes, otherwise PHP looks for them to be
constants and would be issuing notice level "errors" underneath.
(cherry picked from commit 499adf7352647e401fbaf496ebac8dfb9591ad97)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required.
It seems to me that there is no harm at all in always using
require_once().
|
|
|
|
|
| |
to match edit to util.inc
(cherry picked from commit c57e936a6596550619f7261e85b633ca5016cbf2)
|
|
|
|
|
|
|
|
| |
1) If there is no IPsec status response display an info box wrapped in table tags to prevent horizontal scroll bar.
2) Correct colspan to match header columns.
3) Punctuation.
(cherry picked from commit fc48da171336985cd63beccf0110051dfbe92a47)
|
| |
|
|
|
|
| |
(cherry picked from commit f332da5fbb0ca2018f1ff733208702bc5ad77b2d)
|
|
|
|
|
|
| |
Revise recording of open children
(cherry picked from commit 067551a44058656cd980bd95f55c59399c5c36af)
|
|
|
|
| |
(cherry picked from commit b102779f21ab50d3de3dc41a63ab5cffae378f78)
|
|
|
|
| |
(cherry picked from commit 146684ee657f0f146afad5aa9d74b89884ee4c53)
|
|
|
|
| |
(cherry picked from commit 9723b525a4ec62946248014747bfa1f4ed2ef8ae)
|
|
|
|
| |
(cherry picked from commit 4260c32a42c6d0201737730a373e795703ca1141)
|
|
|
|
| |
(cherry picked from commit 94463e858131f23d44bfdb72cd3c8b053cf6ed28)
|
| |
|
| |
|
|
|
|
| |
they don't hang up the entire GUI. Ticket #5520
|
| |
|
|
|
|
|
|
| |
etc). Ticket #5965
Still need to review Advanced buttons and Repeatable block buttons.
|
| |
|
| |
|
|
|
|
| |
'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
|
|
|
|
| |
more consistent. Convert page title to title case.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As well as internationalization of this info box, I have:
1) Made all of them the same text - it seemed odd that there were 2
different versions of text for the same thing.
2) Made it an info-level infoblock. It seemed odd to me that this was
showing as a warning - it is really just a helpful info with link.
3) Made it open on page load if IPsec is not enabled, otherwise if IPsec
is already enable it loads closed and the user can open and read it if
they care.
What do you think about this combination of things in the UI?
I suspect there are a few other places where there is a convenient link
'You can configure xxx here', but it shows as a warning.
If there is agreement about the infoblock approach I have suggested
here, then I can do similar in other places.
|
| |
|
|
|
|
|
|
| |
Make all the panel-heading uses also have consistent <h2
class="panel-title"> so they all display the same size.
Forum https://forum.pfsense.org/index.php?topic=105275.0
|
|
|
|
|
|
|
|
| |
status_ipsec.php
- remove unused column
vpn_ipsec.php
- reduce COLPSAN to seven
|
|
|
|
| |
was the reason they were added, it was never finished and it's not being used
|
| |
|
|
|