Commit Graph

144 Commits

Author SHA1 Message Date
Alf Høgemark
f00699e8bb Change case of the unit "bit" from "Bit" to "bit" in web UI
The correct case for "kilobit" is "kilobit", not "kiloBit".
And the same applies for Mbit, Gbit etc.
Reference is https://en.wikipedia.org/wiki/Kilobit

This commit changes the texts used in the web UI, so
that it correctly displays as "bit", "kbit", "Mbit" etc.

This fixes bugzilla item 10918.

Signed-off-by: Alf Høgemark <alf@i100.no>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2016-07-20 16:46:23 +01:00
Larsen
a2069a37b8 Link the IPFire logo to ipfire.org
Signed-off-by: Lars Schuhmacher <larsen007@web.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-07-29 16:22:06 +01:00
Michael Tremer
905a9dc346 maniac theme: Remove unnecessary Thumbs.db file
Reported-by: Lars Schuhmacher <larsen007@web.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-06-16 17:08:49 +02:00
Stefan Schantl
f28a284c33 Drop old flag icons. 2015-05-03 21:53:03 +02:00
Stefan Schantl
c98b743c09 firewall.cgi: Dynamically show/hide DNAT and SNAT configure elements.
Fixes #10732.
2015-04-19 01:19:11 +02:00
Michael Tremer
6e8089a94f theme: Fix spacing of version string in footer. 2014-05-10 14:25:36 +02:00
Michael Tremer
2b6c5f2579 ipfire theme: Fix default setting for hostname in title. 2014-03-13 15:43:52 +01:00
Alf Høgemark
480f354d89 ipfire theme: Use div align for center
Revert change to make openbox produce validating html,
when center alignment for box is wanted.

I have not been able to find css solution for
properly aligning the div horisontally.
2014-02-26 18:37:57 +01:00
Alf Høgemark
0f43165084 ipfire theme: Fix align on div, and fix javascript tag
Remove align attribute on div for openbox, rather use
style attribute with text-align, since align attribute
causes html validation warnings, since it is deprecated.

Remove deprecated and useless attribute on javascript tag.
2014-02-22 17:35:46 +01:00
Michael Tremer
2f65e28425 Merge remote-tracking branch 'alfh/bugfix_missing_swapvisibility' into next 2014-02-19 20:48:12 +01:00
Alf Høgemark
a636a76016 ipfire theme: Add missing swapVisibility javascript function
qos.cgi and media.cgi depend on swapVisibility function, this
is defined in each theme, but was missing from the new theme.

Add the function, and implement it using jquery, since jquery
is always present in the new theme.
2014-02-19 18:05:55 +01:00
Alf Høgemark
db3096173d webgui menus: Make top menu item clickable on mobile safari
The menus in the new default theme does not work properly on
ipad and I guess other devices using mobile safari.

The reason is that <a> tags without href is not marked as
clickable by ios, and therefore no css hover effect is applied.

The fix is either to add a href="#" attribute
or a onclick="return true;" atribute on the <a> tag.
I prefer the href solution, since it is a no javascript solution.
2014-02-19 17:30:49 +01:00
Alf Høgemark
2c01f467d9 cgi-bin and themes: Remove language attribute on script tag 2014-02-15 16:11:45 +01:00
Alexander Marx
b1be2de786 NEW THEME: added padding right for TH and TD tags 2014-01-29 14:32:56 +01:00
Alexander Marx
11e012ef66 NEW THEME: added padding-left to all tables <td> because it looks much better 2014-01-29 14:32:50 +01:00
Arne Fitzenreiter
e66d300a43 WebIF: fix gpl accept redirection for elinks.
elinks doesn't like get a 302 redirection after an other.
2014-01-23 19:21:22 +01:00
Michael Tremer
30491c6ac7 Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen
Conflicts:
	html/html/themes/ipfire/include/css/style.css
2014-01-11 13:08:27 +01:00
Michael Tremer
b5890e7369 theme: Move table styles to bottom of the CSS file. 2014-01-11 13:06:00 +01:00
Michael Tremer
412a1f43ce theme: Make table borders lighter. 2014-01-11 13:04:45 +01:00
Michael Tremer
9c9c9cb613 theme: Fix padding at the top of page header. 2014-01-11 13:03:06 +01:00
Michael Tremer
d0c91170ca theme: Change default font to DejaVu Sans. 2014-01-11 12:58:05 +01:00
Michael Tremer
7fbb771896 theme: Change HTML doctype to HTML5.
This is really not valid HTML5 code, nor is it XHTML 1.1 Strict.
2014-01-11 12:55:30 +01:00
Michael Tremer
1ada718c39 theme: Set width to 960px. 2014-01-11 12:51:21 +01:00
Michael Tremer
68e89a2f28 Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen 2014-01-11 12:46:56 +01:00
Michael Tremer
0f9894afa1 theme: Fix size and colouring of the headlines. 2014-01-11 12:45:04 +01:00
Alexander Marx
82f7d1b4d8 Edited stylecss so that TR:first-child td {} has a top border (for firewall rulecreation) 2014-01-11 12:13:32 +01:00
Michael Tremer
c82aa2ec9e theme: Decrease font size of h2 elements. 2014-01-09 18:46:03 +01:00
Michael Tremer
4e36e1791f theme: Fix coding style of the rounded tables. 2014-01-09 12:17:39 +01:00
Alexander Marx
918bacacbd fifteen-theme: modified round theme for tables 2014-01-08 16:34:45 +01:00
Michael Tremer
30aef1726c theme: Don't show headlines in bigger font. 2014-01-08 15:08:03 +01:00
Michael Tremer
4c2910e91b theme: Fix CSS coding style. 2014-01-08 15:07:42 +01:00
Alexander Marx
b0cffde30e fifteen-theme: added some css for tables in style.css 2014-01-07 11:41:19 +01:00
Michael Tremer
935f311ed9 Add an alternative default theme with rounded corners. 2014-01-05 21:07:41 +01:00
Michael Tremer
fe9f758815 ipfire theme: Show hostname in title by default. 2014-01-05 19:36:06 +01:00
Michael Tremer
dd2ef3b237 ipfire-theme: Update path to jQuery. 2014-01-05 19:32:23 +01:00
Michael Tremer
121628ea68 GUI: Remove the blend effects option. 2014-01-05 19:31:32 +01:00
Michael Tremer
3f653a29ae ipfire-legacy theme: Update web resource paths. 2014-01-05 19:25:46 +01:00
Michael Tremer
f14e224b1c ipfire theme: Update file paths to web resource files. 2014-01-05 19:18:55 +01:00
Michael Tremer
802d795488 header.pl: Include required perl module. 2014-01-05 19:06:08 +01:00
Michael Tremer
b3f7b96824 ipfire theme: Remove lowercase stylization. 2014-01-05 19:02:09 +01:00
Michael Tremer
a4b9426b0f Rename ipfire-new theme to ipfire. 2014-01-05 18:58:27 +01:00
Michael Tremer
ff972c8276 Rename old default theme to ipfire-legacy. 2014-01-05 18:58:02 +01:00
Michael Tremer
c3f00878dd ipfire-new: Update footer. 2014-01-05 18:51:22 +01:00
Michael Tremer
697a4d5217 ipfire-new: Cleanup CSS code.
Lots of code that was either redudant, unused or unnecessary
has been removed or has been cleaned up.
2014-01-05 18:15:40 +01:00
Michael Tremer
f880f8a225 ipfire-new: Re-indent CSS file. 2014-01-05 15:10:27 +01:00
Michael Tremer
926241aea2 speedmeter: Convert bytes to bits.
I assumed that it was computes in bits (hence the variable names).
2014-01-05 14:59:24 +01:00
Michael Tremer
eb6389d09d ipfire-new: Fix positioning of the page headline. 2014-01-05 14:50:34 +01:00
Michael Tremer
865c761575 speedmeter: Show speeds in Bit/s, kBit/s, MBit/s, ...
Also clean up the dirty HTML code.
2014-01-05 14:40:06 +01:00
Michael Tremer
ceda40f2bc ipfire-new: Fix encoding of refreshInetInfo.js. 2014-01-05 14:15:11 +01:00
Alexander Marx
af731c7dc5 New theme for the IPFire web user interface 2014-01-05 14:05:36 +01:00