|
14 | 14 | align="center"> |
15 | 15 |
|
16 | 16 | <script type="application/x-javascript" |
17 | | - src="chrome://https-everywhere/content/preferences.js"/> |
| 17 | + src="chrome://https-everywhere/content/about.js"/> |
18 | 18 | <vbox style="overflow:auto" flex="1"> |
19 | 19 | <label style="text-align:center; font-weight:bold; font-size:22px;">&https-everywhere.about.ext_name;</label> |
20 | 20 | <label style="text-align:center; font-size:18px; margin-bottom:10px;">&https-everywhere.about.ext_description;</label> |
21 | 21 |
|
| 22 | + <label style="font-weight:bold; margin-top:10px;"> |
| 23 | + &https-everywhere.about.contribute; |
| 24 | + <label id="donate link" |
| 25 | + value="&https-everywhere.about.donate_tor;" |
| 26 | + style="color: blue; cursor:hand; text-decoration:underline; font-style:bold" |
| 27 | + onmouseover="event.target.style.cursor='pointer'" |
| 28 | + onmouseout="event.target.style.cursor='default'" |
| 29 | + onclick="window_opener('https://www.torproject.org/donate/donate.html.en')"/> |
| 30 | + &https-everywhere.about.or; |
| 31 | + <label id="donate link2" |
| 32 | + value="&https-everywhere.about.donate_eff;" |
| 33 | + style="color: blue; cursor:hand; text-decoration:underline; font-style:bold" |
| 34 | + onmouseover="event.target.style.cursor='pointer'" |
| 35 | + onmouseout="event.target.style.cursor='default'" |
| 36 | + onclick="window_opener('https://www.eff.org/donate')"/> |
| 37 | + </label> |
| 38 | + |
22 | 39 | <groupbox> |
23 | 40 | <caption label="&https-everywhere.about.version;" /> |
24 | | - <label>5.0.5</label> |
| 41 | + <label>5.0.6</label> |
25 | 42 | </groupbox> |
26 | 43 |
|
27 | 44 | <groupbox> |
|
51 | 68 | from NoScript, by Giorgio Maone and others. We are grateful for their |
52 | 69 | excellent work!</label> |
53 | 70 | </groupbox> |
54 | | - |
55 | | - <label style="font-weight:bold; margin-top:10px;"> |
56 | | - &https-everywhere.about.contribute; |
57 | | - <label id="donate link" |
58 | | - value="&https-everywhere.about.donate_tor;" |
59 | | - style="color: blue; cursor:hand; text-decoration:underline; font-style:bold" |
60 | | - onmouseover="event.target.style.cursor='pointer'" |
61 | | - onmouseout="event.target.style.cursor='default'" |
62 | | - onclick="window_opener('https://www.torproject.org/donate/donate.html.en')"/> |
63 | | - &https-everywhere.about.or; |
64 | | - <label id="donate link2" |
65 | | - value="&https-everywhere.about.donate_eff;" |
66 | | - style="color: blue; cursor:hand; text-decoration:underline; font-style:bold" |
67 | | - onmouseover="event.target.style.cursor='pointer'" |
68 | | - onmouseout="event.target.style.cursor='default'" |
69 | | - onclick="window_opener('https://www.eff.org/donate')"/> |
70 | | - </label> |
71 | 71 | </vbox> |
72 | 72 | </dialog> |
0 commit comments