Skip to content

Commit 23fa2a2

Browse files
committed
L10N and front-end assets patch.
- Adds Tamil support. - Removes some old, lingering traces of the old webfonts support. - Removes the themes filter (we don't need that anymore). - Some other minor stuff.
1 parent e8e4a4b commit 23fa2a2

37 files changed

+415
-1163
lines changed

assets/bluemetal/frontend.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
*{vertical-align:text-top}
2-
body,input,select,textarea,.idx{font-size:calc(12px * {magnification});background-repeat:no-repeat}
2+
body,input,select,textarea,.idx{font-size:calc(12px * {magnification})}
33
body{font-family:'Merriweather','PT Serif',sans-serif,'Lucida Grande',Tahoma,Verdana,Arial;letter-spacing:1px;text-decoration:none;border-style:none;margin:0;padding:0;white-space:normal;background-color:#333;color:#222;background-image:url(data:image/gif;base64,R0lGODdhAwADAIACADMzM1VicCwAAAAAAwADAAACBIQRBwUAOw==);background-attachment:fixed}
44
code{font-family:monospace;background-color:#555;color:#111}
55
hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;color:#89b}
66
img.ico{width:16px;height:16px;border:0;filter:hue-rotate(180deg) brightness(0.8)}
77
input,select,textarea{background-color:#345;border:1px solid #89b;color:#ccc;margin:2px;padding:2px}
8-
input,select{width:150px;background-position:top {FE_Align_Reverse}}
8+
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
99
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1010
input[type=image]{width:inherit;border:inherit}
1111
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

assets/bluemetal/frontend.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="robots" content="noindex,nofollow" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<link rel="stylesheet" type="text/css" href="?phpmussel-page=css&theme={theme}" /><!-- WebFont Begin -->
8-
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Merriweather|PT+Serif" /><!-- WebFont End -->
7+
<link rel="stylesheet" type="text/css" href="?phpmussel-page=css&theme={theme}" />
98
<link rel="shortcut icon" type="image/png" href="?phpmussel-page=favicon" />
109
<title>{FE_Title}</title>
1110
</head>

assets/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Configuration defaults file (last modified: 2020.06.23).
10+
# This file: Configuration defaults file (last modified: 2020.07.15).
1111
##/
1212

1313
frontend:
@@ -69,7 +69,6 @@ frontend:
6969
bluemetal: "Blue Metal"
7070
moss: "Moss"
7171
fullmoon: "Full Moon"
72-
choice_filter: "filterTheme"
7372
magnification:
7473
type: "float"
7574
step: "any"

assets/default/_2fa.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="login">
22
<form action="?" method="POST" style="text-align:center">
33
<h1>{header_login}</h1>
4-
<div class="txtRd"><small>{tip_2fa_sent}</small><br /><br /></div>{state_msg}
4+
<div class="txtRd"><small>{tip_2fa_sent}</small><br /><br />{state_msg}{2fa_status_spacer}</div>
55
<input id="2fa" name="2fa" type="text" placeholder="{field_2fa}" autocomplete="one-time-code" />
66
<input name="phpmussel-form-target" type="hidden" value="2fa" /><br />
77
<input type="submit" value="{field_confirm}" class="auto" /><br /><br />

assets/default/frontend.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ code{font-family:'Space Mono',monospace}
55
hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;color:#900}
66
img.ico{width:16px;height:16px;border:0}
77
input,select,textarea{background-color:#ffe;border:1px solid #900;color:#033;margin:2px;padding:2px}
8-
input,select{width:150px;background-position:top {FE_Align_Reverse}}
8+
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
99
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1010
input[type=image]{width:inherit;border:inherit}
1111
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

assets/fullmoon/frontend.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ body{font-family:'Lucida Grande',Tahoma,Verdana,Arial;letter-spacing:1px;text-de
44
hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;color:#aaa}
55
img.ico{width:16px;height:16px;border:0}
66
input,select,textarea{background-color:rgba(54,57,59,0.7);border:1px solid #aaa;color:#c5bc8e;margin:2px;padding:2px}
7-
input,select{width:150px;background-position:top {FE_Align_Reverse}}
7+
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
88
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
99
input[type=image]{width:inherit;border:inherit}
1010
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

assets/moss/frontend.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ code{font-family:monospace}
55
hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;color:#604848}
66
img.ico{width:16px;height:16px;border:0;filter:hue-rotate(45deg) brightness(0.9)}
77
input,select,textarea{background-color:#d0ff70;border:1px solid #604848;color:#303c24;margin:2px;padding:2px}
8-
input,select{width:150px;background-position:top {FE_Align_Reverse}}
8+
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
99
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1010
input[type=image]{width:inherit;border:inherit}
1111
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

assets/moss/frontend.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="robots" content="noindex,nofollow" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<link rel="stylesheet" type="text/css" href="?phpmussel-page=css&theme={theme}" /><!-- WebFont Begin -->
8-
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Merriweather|PT+Serif" /><!-- WebFont End -->
7+
<link rel="stylesheet" type="text/css" href="?phpmussel-page=css&theme={theme}" />
98
<link rel="shortcut icon" type="image/png" href="?phpmussel-page=favicon" />
109
<title>{FE_Title}</title>
1110
</head>

assets/rbi/frontend.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ code{font-family:'Space Mono',monospace}
55
hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;color:#009}
66
img.ico{width:16px;height:16px;border:0}
77
input,select,textarea{background-color:#eff;border:1px solid #009;color:#330;margin:2px;padding:2px}
8-
input,select{width:150px;background-position:top {FE_Align_Reverse}}
8+
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
99
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1010
input[type=image]{width:inherit;border:inherit}
1111
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

assets/slate/frontend.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ code{font-family:monospace}
55
hr{border-style:solid none none;border-width:1px;margin:5px 2px 0;padding:2px;color:#999}
66
img.ico{width:16px;height:16px;border:0;filter:grayscale(60%) hue-rotate(45deg) brightness(0.8)}
77
input,select,textarea{background-color:#2f2f2f;border:1px solid #999;color:#ccc;margin:2px;padding:2px}
8-
input,select{width:150px;background-position:top {FE_Align_Reverse}}
8+
input,select{width:150px;background-repeat:no-repeat;background-position:top {FE_Align_Reverse}}
99
input.auto,select.auto{width:auto;padding-left:10px;padding-right:10px}
1010
input[type=image]{width:inherit;border:inherit}
1111
input[type=password]{background-image:url(data:image/gif;base64,{PIP_Key_64})}

0 commit comments

Comments
 (0)