/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="changeActiveCourse">
	<h2 class="loginTitle">Change Active Course</h2>
	<div id="middleLayerPopups">
		<p><?PHP echo 'Do you wish to set' .  $courseName . ' - ' . $courseCode . ' as your current directory?'; ?></p>	
	</div>
	<input type="button" class="popupButtons btn" value="Confirm">
	<input type="button" onClick="changeActiveCourseButtonHide()" class="popupButtons btn" value="Cancel">
</div>