equal
deleted
inserted
replaced
10 'formEnd' :'</form>', |
10 'formEnd' :'</form>', |
11 'changeScope' :'<div id="###">' + gettext("Modify comment's scope:") + '<input type="checkbox" name="change_scope"></input></div>', |
11 'changeScope' :'<div id="###">' + gettext("Modify comment's scope:") + '<input type="checkbox" name="change_scope"></input></div>', |
12 'headerTitle' :'<center><div id="###" class="c-header-title"></div></center>', |
12 'headerTitle' :'<center><div id="###" class="c-header-title"></div></center>', |
13 'currentSel' :'<div id="###">' + gettext('Comment will apply to this selection:') + '<br/><div class="current_sel"><div id="???" class="current_sel_ins">' + gNoSelectionYet + '</div></div>#hiddeninput#</div>', |
13 'currentSel' :'<div id="###">' + gettext('Comment will apply to this selection:') + '<br/><div class="current_sel"><div id="???" class="current_sel_ins">' + gNoSelectionYet + '</div></div>#hiddeninput#</div>', |
14 'btns' :'<center><input id="###" type="button" value="' + gettext('Save') + '" /><input id="???" type="button" value="' + gettext('Cancel') + '" /></center>', |
14 'btns' :'<center><input id="###" type="button" value="' + gettext('Save') + '" /><input id="???" type="button" value="' + gettext('Cancel') + '" /></center>', |
15 'closeIcon' :'<a id="###" class="c-close c-iclose" title="' + gettext('close') + '"><em> </em></a>' |
15 'closeIcon' :'<a id="###" class="c-close" title="' + gettext('close') + '"><em> </em></a>' |
16 } ; |
16 } ; |
17 |
17 |
18 // returns {'headerContent':headerHtml, 'bodyContent':bodyHtml} |
18 // returns {'headerContent':headerHtml, 'bodyContent':bodyHtml} |
19 getHtml = function(ids) { |
19 getHtml = function(ids) { |
20 ret = {} ; |
20 ret = {} ; |