/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
1
2
3
4
5
6
7
8
<div id="subjectConfirmRemove">
	<h2 class="loginTitle">Confirm Removal</h2>
	<div id="middleLayerPopups">
		<p>By pressing remove the object and all of its contents will be permanently removed</p>
	</div>
	<input type="button" class="popupButtons btn" value="Remove">
	<input type="button" onClick="subjectConfirmButtonHide()" class="popupButtons btn" value="Cancel">
</div>