/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
1
2
3
4
5
6
7
8
9
10
<div id="subjectConfirmRemove" class="popup">
	<h2 class="popupHeader">Confirm Removal</h2>
	<form>
		<p>By pressing remove the object and all of its contents will be permanently removed</p>
		<div class="bottomMenu">
			<button class="popupButton">Remove</button>
			<button class="popupButton cancelButton" onClick="subjectConfirmButtonHide()">Cancel</button>
		</div>
	</form>
</div>