~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/templates/boolean-choice-widget.pt

  • Committer: Tim Penhey
  • Date: 2011-03-10 00:40:15 UTC
  • mto: This revision was merged to the branch mainline in revision 12571.
  • Revision ID: tim.penhey@canonical.com-20110310004015-xs0ram0mb4ylf5zf
Add an optional edit_title property to the edit widgets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<tal:prefix replace="view/prefix"/><span class="value" tal:content="view/value">Unset</span>
3
3
    <span tal:condition="view/can_write">
4
4
      &nbsp;
5
 
      <a tal:attributes="href view/edit_url"
 
5
      <a tal:attributes="href view/edit_url;
 
6
                         title view/edit_title"
6
7
         class="editicon sprite edit"></a>
7
8
    </span>
8
9
<tal:close-tag replace="structure view/close_tag"/>