~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2011-05-23 15:43:28 UTC
  • mto: (7675.1045.412 db-devel)
  • mto: This revision was merged to the branch mainline in revision 13163.
  • Revision ID: julian.edwards@canonical.com-20110523154328-ww2rfmmc6emup7u9
Only show blacklist radio button widget to archive admins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    </metal:macro-parent>
21
21
  </metal:macros>
22
22
 
23
 
  <tal:show_options condition="view/show_edit_options">
 
23
  <tal:show_options condition="view/show_blacklist_options">
24
24
    <div class="blacklist-options" style="float:right">
25
25
      <dl>
26
26
        <dt>Blacklisted:</dt>
122
122
 
123
123
  <strong>Comments:</strong>
124
124
  <tal:conversation replace="structure view/@@+render"/>
125
 
  <tal:show_options condition="view/show_edit_options"
 
125
  <tal:show_options condition="view/show_add_comment"
126
126
                    define="src_name context/source_package_name/name">
127
127
  <div tal:attributes="class string:add-comment-placeholder ${src_name}"></div>
128
128
  </tal:show_options>