Bug 40933

Mail style
Bug3 52318 - .replace('#','%23') fix for encodeURI


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@279 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2009-08-24 14:26:38 +00:00
parent ac473d0c9f
commit c8c083c076
3 changed files with 4 additions and 3 deletions

View File

@ -518,7 +518,7 @@ TUI_hide_default('expert_fields');
function showcommentpreview() {
document.getElementById('wrapcommentpreview').style.width=(document.Create.comment.offsetWidth-10)+'px';
document.getElementById('wrapcommentpreview').style.display='table-cell';
window.frames['commentpreview'].location.replace('page.cgi?id=previewcomment.html&comment='+encodeURI(document.Create.comment.value));
window.frames['commentpreview'].location.replace('page.cgi?id=previewcomment.html&comment='+encodeURI(document.Create.comment.value).replace('#','%23'));
document.getElementById('showpreviewbtn').style.display='none';
}
//-->

View File

@ -1208,7 +1208,7 @@
[% IF user.id %]
[% IF NOT nobr %]
<div class="knob-buttons" style="text-align:right">
<input type="button" value="Preview" onclick="document.getElementById('wrapcommentpreview').style.display='table-cell';window.frames['commentpreview'].location.replace('page.cgi?id=previewcomment.html&comment='+encodeURI(document.changeform.comment.value));scrTo('commentpreview')">
<input type="button" value="Preview" onclick="document.getElementById('wrapcommentpreview').style.display='table-cell';window.frames['commentpreview'].location.replace('page.cgi?id=previewcomment.html&comment='+encodeURI(document.changeform.comment.value).replace('#','%23'));scrTo('commentpreview')">
<input type="submit" value="Commit" id="commit[% id FILTER css_class_quote %]">
[% IF bug.user.canmove %]
<input type="submit" name="action" id="action[% id FILTER css_class_quote %]" value="[% Param("move-button-text") %]">

View File

@ -100,7 +100,8 @@ Content-Transfer-Encoding: quoted-printable
[% FILTER quoted_printable %]
<style>
<!--
.difft { border-width: 0 0 1px 0; border-style: solid; border-color: #808080 }
body { font-size: 10pt; }
.difft { font-size: 10pt; border-width: 0 0 1px 0; border-style: solid; border-color: #808080 }
.difft td { border-width: 0 0 1px 0; border-style: solid; border-color: #808080 }
.difft tr.n td { border-width: 0; }
/*-->*/