diff options
author | Israel Madueme <purelogiq@gmail.com> | 2018-04-20 18:51:00 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-04-20 18:51:00 +0200 |
commit | 99005e14ea722032a25fd83ba275e1c8c2e18b8e (patch) | |
tree | f24927395ebdca4c4ecbe6a7cebb8393077687bf /extensions | |
parent | 23b1be3839f09d4806bf841c4f03743eb78eb1ab (diff) | |
download | bugzilla-99005e14ea722032a25fd83ba275e1c8c2e18b8e.tar.gz bugzilla-99005e14ea722032a25fd83ba275e1c8c2e18b8e.tar.xz |
Bug 1451599 - Move guidelines checkbox on signup page to the left
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/account/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/account/create.html.tmpl b/extensions/BMO/template/en/default/account/create.html.tmpl index 59ff822bd..64cf9bad8 100644 --- a/extensions/BMO/template/en/default/account/create.html.tmpl +++ b/extensions/BMO/template/en/default/account/create.html.tmpl @@ -156,10 +156,10 @@ function onSubmit() { </tr> <tr> <td colspan="2"> + <input type="checkbox" id="etiquette" value="agreed"> I have read <a href="page.cgi?id=etiquette.html">[% terms.Bugzilla %] Etiquette</a> and the <a href="https://www.mozilla.org/about/governance/policies/participation/">Mozilla Community Participation Guidelines</a> and agree to abide by them. - <input type="checkbox" id="etiquette" value="agreed"> </td> </tr> <tr> |