~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/buglisting-default.pt

[rs=buildbot-poller] automatic merge from stable. Revisions: 14442,
        14443 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 
101
101
  <tal:side metal:fill-slot="side">
102
102
    <div id="bug-portlets" tal:condition="view/should_show_bug_information">
103
 
      <div id="involvement" class="portlet involvement">
104
 
        <ul>
 
103
      <div id="involvement" class="portlet">
 
104
        <ul class="involvement">
105
105
          <li style="border: 0">
106
106
            <a href="+filebug" class="menu-link-filebug sprite bugs">
107
107
              Report a bug
108
108
            </a>
109
109
          </li>
 
110
          <li tal:condition="view/addquestion_url">
 
111
            <a tal:attributes="href view/addquestion_url"
 
112
               class="menu-link-filebug sprite answers">
 
113
              Ask a question
 
114
            </a>
 
115
          </li>
110
116
        </ul>
 
117
 
 
118
      </div>
 
119
      <div class="portlet" tal:condition="view/show_config_portlet">
 
120
        <tal:bugtracker
 
121
           define="link context/menu:bugs/configure_bugtracker|nothing"
 
122
           condition="link">
 
123
          <ul tal:condition="link/enabled"
 
124
              style="padding-top: 1em">
 
125
            <li>
 
126
              <a tal:replace="structure link/fmt:link" />
 
127
            </li>
 
128
          </ul>
 
129
        </tal:bugtracker>
 
130
        <dl tal:define="bug_supervisor context/bug_supervisor"
 
131
            id="bug-supervisor">
 
132
          <dt>Bug supervisor:</dt>
 
133
          <dd>
 
134
            <tal:none condition="not:bug_supervisor">None set</tal:none>
 
135
            <a tal:condition="bug_supervisor"
 
136
               tal:replace="structure bug_supervisor/fmt:link">Bob Johnson</a>
 
137
            <tal:edit-bug-supervisor
 
138
                condition="context/menu:bugs/bugsupervisor|nothing">
 
139
              <a tal:define="link context/menu:bugs/bugsupervisor"
 
140
                 tal:condition="link/enabled"
 
141
                 tal:attributes="href link/url; title link/text">
 
142
                <img tal:attributes="alt link/text" src="/@@/edit" />
 
143
              </a>
 
144
            </tal:edit-bug-supervisor>
 
145
          </dd>
 
146
        </dl>
 
147
        <dl tal:define="securitycontact context/security_contact">
 
148
          <dt id="bug-security">Security contact:</dt>
 
149
          <dd>
 
150
            <tal:none condition="not:securitycontact">None set</tal:none>
 
151
            <a tal:condition="securitycontact"
 
152
               tal:replace="structure securitycontact/fmt:link">
 
153
              Billy Anderson
 
154
            </a>
 
155
            <tal:edit-securitycontact
 
156
                condition="context/menu:bugs/securitycontact|nothing">
 
157
              <a tal:define="link context/menu:bugs/securitycontact"
 
158
                 tal:condition="link/enabled"
 
159
                 tal:attributes="href link/url; title link/text">
 
160
                <img tal:attributes="alt link/text" src="/@@/edit" />
 
161
              </a>
 
162
            </tal:edit-securitycontact>
 
163
          </dd>
 
164
        </dl>
111
165
      </div>
112
166
      <tal:menu replace="structure view/@@+related-pages" />
113
167
      <tal:do_not_show_portlets_advanced_form