| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* migrated /index and most widgets on it
* migrated /system.php using new form-layout
* removed /themes and /javascript; html will change too much
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On Status->Services, the Services Status widget when a service status is down, the red "x" button does not line up with the green "running" button in the column.
This is because listbg has:
padding-right: 16px;
But the normal listr has:
padding-right: 6px;
It seems really odd that listbg as 16 pixels right padding. I expected it to have all the same padding as listr, just with a different color.
listn and listbggrey have the same "feature" of extra padding-right.
listn does not seem to be used anywhere anyway - might as well "fix" it in case something uses it some time.
listbggrey seems to only be used by pkg_mgr_installed.php in the case when an installed package version is in advance of the online version - quite an unusual thing! Changing padding-right from 16px back to 6px is fine for that.
Then the "feature" is lso in listhdr and listhdrr - lots of examples like firewall_aliases.php have the column headings as listhdr or listhdrr, so in theory if the column is not so wide already, it will put 16px on the right after the column heading text. But the actual rows of data underneath use listr and listbg, which only specify 6px right padding. In the end it usually does not make any difference - there is space already and the browser lines it all up anyway. But it seems to me an odd difference in the css.
listtopic also has this 16px right padding thing - but it seems to be used just for text display that is not in columns, so I did not mess with that.
Changing this css fixes the lineup of the red "x" in the services status column and does not seem to break anything else. In theory it could make other things better also.
Someone who knows how the css was intended to be used could comment on this! If I have got the right idea, and these "16px" things were just a mistake from the past, then it should be checked in the css for all themes and corrected appropriately...
I am happy to do that, once someone confirms it is the thing to do.
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
In the Firewall Log Widget view time field is of more use than source port and protocol.
Add time field and remove source port and protocol fields.
Fields: Action, Time, Interface, Source IP, Destination IP & Port
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
themes. Fixes #2900
|
|
|
|
|
|
|
|
|
|
|
| |
The HTML boolean operator "nowrap" has been deprecated to a "style" and
it's "butt ugly", IMHO.
So, add a new class called "nowrap" to "all.css" and "wizard.css" and
start replacing "nowrap" with "class='nowrap'", if there is already a
class defined then just add, "class='whatever nowrap'".
Update "loader.js" and "bottom-loader.js" with proper CDATA sections.
|
|
|
|
|
|
|
|
| |
Firewall log alternating colored rows
Firewall log sortable
Fixed several sorting issues in widgets and other pages
Sorting now possible on multiple rows in the header tables
Sorting now possible for text that starts with IPv4:port
|
|
|
|
|
|
|
|
| |
-Not load descriptions
-Show descriptions in a column
-Show descriptions on a second row (after a click on 'show descriptions')
'fixed' a few html validation issues..
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
in ticket #830
|
|
|
|
| |
monitors.
|
|
|
|
| |
(Fixes PPTP user edit screen, possibly others)
|
|
|
|
| |
Tested on FF and Opera. While here, remove redundant graph ID declaration. Fixes #35 on 2.0.
|
| |
|
|
|
|
| |
table headers to match all other forms. Sponsored-by: BSD Perimeter Commercial Support
|
|
|
|
| |
static menu layer on the very top
|
| |
|
|
|
|
| |
some pages; Cleaning up some never used images on all themes; Sending _orangeflow to the pastebin (it won't ever be finished and was never useable anyway)
|
|
|
|
| |
page
|
|
|