~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/person-editemails.pt

  • Committer: Ivo Kracht
  • Date: 2012-06-26 12:48:42 UTC
  • mto: This revision was merged to the branch mainline in revision 15500.
  • Revision ID: ivo.kracht@gmx.de-20120626124842-2jlzl5046mf3sbmn
getting 'add a new address' into a seperate form

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    <metal:widgets fill-slot="buttons" />
67
67
  </div>
68
68
 
 
69
  <div metal:use-macro="context/@@launchpad_form/form">
 
70
    <metal:widgets fill-slot="widgets">
 
71
      <table class="form">
 
72
        <tal:widget define="widget nocall:view/widgets/newemail">
 
73
          <metal:block use-macro="context/@@launchpad_form/widget_row" />
 
74
          <tr>
 
75
            <td></td>
 
76
            <td>
 
77
              <input tal:replace="structure view/action_add_email/render" />
 
78
            </td>
 
79
          </tr>
 
80
        </tal:widget>
 
81
      </table>
 
82
    </metal:widgets>
 
83
    <metal:widgets fill-slot="buttons" />
 
84
  </div>
 
85
 
69
86
 
70
87
  <form action=""
71
88
        method="post" enctype="multipart/form-data"