-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1904321 - Make more user-facing pages mobile friendly
- Loading branch information
Showing
49 changed files
with
1,333 additions
and
842 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ | |
[% PROCESS global/header.html.tmpl | ||
title = title | ||
style_urls = [ 'extensions/BMO/web/styles/create_account.css' ] | ||
responsive = 1 | ||
%] | ||
|
||
<script [% script_nonce FILTER none %]> | ||
|
@@ -72,10 +73,9 @@ function onSubmit() { | |
} | ||
</script> | ||
|
||
<table border="0" id="create-account"> | ||
<tr> | ||
<div id="create-account"> | ||
|
||
<td width="50%" id="create-account-left" valign="top"> | ||
<div class="col" id="create-account-left"> | ||
|
||
<h2 class="column-header">I need help using a Mozilla Product</h2> | ||
|
||
|
@@ -107,9 +107,9 @@ function onSubmit() { | |
directions on <a href="https://github.com/mozilla-bteam/bmo/">our project repository</a>.</p> | ||
</div> | ||
|
||
</td> | ||
</div> | ||
|
||
<td width="50%" id="create-account-right" valign="top"> | ||
<div class="col" id="create-account-right"> | ||
|
||
<h2 class="column-header">I want to help</h2> | ||
|
||
|
@@ -134,11 +134,11 @@ function onSubmit() { | |
<tr> | ||
<td class="label">Email Address:</td> | ||
<td> | ||
<input size="35" id="login" name="login" placeholder="[email protected]">[% Param('emailsuffix') FILTER html %] | ||
<input type="email" size="35" id="login" name="login" placeholder="[email protected]">[% Param('emailsuffix') FILTER html %] | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="2"> | ||
<td colspan="2" class="consent"> | ||
<input type="checkbox" id="etiquette" value="agreed"> | ||
<label for="etiquette"> | ||
I have read <a href="[% basepath FILTER none %]page.cgi?id=etiquette.html">[% terms.Bugzilla %] Etiquette</a> | ||
|
@@ -158,10 +158,9 @@ function onSubmit() { | |
|
||
[% Hook.process('additional_methods') %] | ||
|
||
</td> | ||
</div> | ||
|
||
</tr> | ||
</table> | ||
</div> | ||
|
||
[% PROCESS global/footer.html.tmpl %] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
extensions/BMO/template/en/default/hook/global/header-action-links.html.tmpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[%# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
# | ||
# This Source Code Form is "Incompatible With Secondary Licenses", as | ||
# defined by the Mozilla Public License, v. 2.0. | ||
#%] | ||
|
||
[% IF user.login && user.in_group('mozilla-employee-confidential') %] | ||
<li class="link-attention" role="none"> | ||
<a class="header-button" href="[% basepath FILTER none %]page.cgi?id=attention.html" | ||
title="What Needs My Attention?" role="menuitem"> | ||
<span class="icon" aria-hidden="true"></span> | ||
<span class="label" role="none">My Attention</span> | ||
</a> | ||
</li> | ||
[% END %] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.