~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/teammembership-index.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-03 22:43:32 UTC
  • mfrom: (14443.3.8 no-team-admin-restrictions)
  • Revision ID: launchpad@pqm.canonical.com-20120103224332-5zi4vcvry7vg9l8h
[r=sinzui][bug=102180,
        206058] Let team admins promote others to admins and change their own
        expiration dates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
          <tr>
110
110
            <th>Administrator:</th>
111
111
            <td>
112
 
              <tal:can-change condition="view/allowChangeAdmin">
113
 
                <input tal:attributes="checked view/adminIsSelected"
114
 
                       type="radio" value="yes" name="admin" id="admin"/>
115
 
                <label for="admin">Yes</label>
116
 
                <input tal:attributes="checked view/adminIsNotSelected"
117
 
                       type="radio" value="no" name="admin" id="notadmin"/>
118
 
                <label for="notadmin">No</label>
119
 
              </tal:can-change>
120
 
              <tal:cant-change condition="not: view/allowChangeAdmin">
121
 
                <span tal:condition="view/isAdmin">Yes</span>
122
 
                <span tal:condition="not: view/isAdmin">No</span>
123
 
              </tal:cant-change>
 
112
              <input tal:attributes="checked view/adminIsSelected"
 
113
                      type="radio" value="yes" name="admin" id="admin"/>
 
114
              <label for="admin">Yes</label>
 
115
              <input tal:attributes="checked view/adminIsNotSelected"
 
116
                      type="radio" value="no" name="admin" id="notadmin"/>
 
117
              <label for="notadmin">No</label>
124
118
            </td>
125
119
          </tr>
126
120