| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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().
|
|
|
|
|
|
|
| |
Currently, a `BLACK RIGHT-POINTING POINTER` and a `BLACK LEFT-POINTING
TRIANGLE` are used to display the direction.
This commit changes both arrows to be `POINTER`s.
|
|
|
|
| |
(cherry picked from commit 94463e858131f23d44bfdb72cd3c8b053cf6ed28)
|
| |
|
|
|
|
| |
'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.
|
| |
|
|
|
|
| |
was the reason they were added, it was never finished and it's not being used
|
| |
|
|
|