summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/templates/PeopleEditor.html
blob: a034c768bbcb0a25acca1d85496f9a90614bd11f (plain)
1
2
3
4
5
6
<div class="peopleEditor">
	<table style="width: 100%">
		<tbody dojoAttachPoint="peopleEditorEditors"></tbody>
	</table>
	<span class="peopleEditorButton" dojoAttachPoint="peopleEditorButton" dojoAttachEvent="onclick:_add"></span>
</div>