PeopleEditor.html 238 B

123456
  1. <div class="peopleEditor">
  2. <table style="width: 100%">
  3. <tbody dojoAttachPoint="peopleEditorEditors"></tbody>
  4. </table>
  5. <span class="peopleEditorButton" dojoAttachPoint="peopleEditorButton" dojoAttachEvent="onclick:_add"></span>
  6. </div>