Line all custom fields after standard

hinted-selects
Vitaliy Filippov 2014-10-31 19:44:09 +03:00
parent f1f51300db
commit d5e23f9121
1 changed files with 11 additions and 8 deletions

View File

@ -82,13 +82,6 @@ document.changeform = document.[% cfname %];
[% PROCESS section_keyword_whiteboard %]
[% PROCESS section_url %]
</div>
<div style="clear: both"></div>
<div id="bz_custom_column_1" class="bz_show_bug_column">
[% PROCESS section_customfields part=1 %]
</div>
<div id="bz_custom_column_2" class="bz_show_bug_column">
[% PROCESS section_customfields part=2 %]
</div>
</div>
<div class="bz_show_bug_colpair">
<div id="bz_show_bug_column_3" class="bz_show_bug_column">
@ -100,7 +93,17 @@ document.changeform = document.[% cfname %];
[% PROCESS section_cclist %]
[% PROCESS section_flags %]
</div>
<div style="clear: both"></div>
</div>
<div style="clear: both"></div>
<div class="bz_show_bug_colpair">
<div id="bz_custom_column_1" class="bz_show_bug_column">
[% PROCESS section_customfields part=1 %]
</div>
<div id="bz_custom_column_2" class="bz_show_bug_column">
[% PROCESS section_customfields part=2 %]
</div>
</div>
<div class="bz_show_bug_colpair">
<div id="bz_custom_column_3" class="bz_show_bug_column">
[% PROCESS section_customfields part=3 %]
</div>