~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/distroseriesdifference-listing-extra.pt

Merged packageset-picker-4 into packageset-picker-5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    </metal:macro-parent>
21
21
  </metal:macros>
22
22
 
23
 
  <div
24
 
    tal:attributes="class view/blacklist_options_css_class"
25
 
    style="float:right">
26
 
    <dl>
27
 
      <dt>Ignored:</dt>
28
 
      <dd>
29
 
        <form>
30
 
          <tal:replace
31
 
            replace="structure view/widgets/blacklist_options" />
32
 
        </form>
33
 
      </dd>
34
 
    </dl>
35
 
  </div>
36
 
 
 
23
  <div style="float: left;">
37
24
  <dl>
38
25
    <dt>Binary descriptions:</dt>
39
26
      <dd><ul>
124
111
 
125
112
    </tal:package-diffs>
126
113
  </dl>
 
114
  </div>
 
115
  <div
 
116
    tal:attributes="class view/blacklist_options_css_class"
 
117
    style="float:left">
 
118
    <dl>
 
119
      <dt>Ignored:</dt>
 
120
      <dd>
 
121
        <form>
 
122
          <tal:replace
 
123
            replace="structure view/widgets/blacklist_options" />
 
124
        </form>
 
125
      </dd>
 
126
    </dl>
 
127
  </div>
 
128
 
 
129
  <div style="clear:both;">&nbsp;</div>
127
130
 
128
131
  <strong>Comments:</strong>
129
132
  <tal:conversation replace="structure view/@@+render"/>