diff options
author | Fateh Sandhu <fatehsandhu@gmail.com> | 2018-01-02 01:37:23 +0100 |
---|---|---|
committer | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-01-02 01:37:23 +0100 |
commit | 37bac7ea1661464624b21f24940cbad625ef056b (patch) | |
tree | 7d1ac0308fdc62ddab5a7a948bc488472593aaeb /extensions/Splinter | |
parent | e83fa315f72b97c5504e85236623df1f14dddc94 (diff) | |
download | bugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.gz bugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.xz |
Bug 1426507 - Upgrade BMO to HTML5
Diffstat (limited to 'extensions/Splinter')
-rw-r--r-- | extensions/Splinter/template/en/default/pages/splinter.html.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl index f42c579e4..9e59f1520 100644 --- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl +++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl @@ -37,7 +37,7 @@ [% can_edit = 0 %] -<script type="text/javascript"> +<script> Splinter.configBase = '[% Bugzilla.splinter_review_base FILTER js %]'; Splinter.configBugUrl = '[% urlbase FILTER js %]'; Splinter.configHaveExtension = true; @@ -151,8 +151,8 @@ <div id="enterBug" style="display: none;"> [% terms.Bug %] to review: - <input id="enterBugInput" /> - <input id="enterBugGo" type="button" value="Go" /> + <input id="enterBugInput"> + <input id="enterBugGo" type="button" value="Go"> <div id="chooseReview" style="display: none;"> Drafts and published reviews: <div id="chooseReviewTable"></div> @@ -248,8 +248,8 @@ <span id="attachmentStatusSpan">Patch Status: <select id="attachmentStatus"> </select> </span> - <input id="publishButton" type="button" value="Publish" /> - <input id="cancelButton" type="button" value="Cancel" /> + <input id="publishButton" type="button" value="Publish"> + <input id="cancelButton" type="button" value="Cancel"> </div> <div class="clear"></div> </div> |