~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/templates/text-area-editor.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:
5
5
  <div class="clearfix">
6
6
    <div class="edit-controls" tal:condition="view/can_write">
7
7
      &nbsp;
8
 
      <a tal:attributes="href view/edit_url"
 
8
      <a tal:attributes="href view/edit_url;
 
9
                         title view/edit_title"
9
10
         class="yui3-editable_text-trigger sprite edit"></a>
10
11
    </div>
11
12
    <h3 tal:condition="view/title"