/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
83.1.4 by Erik Wikström
Removed old popup views and model. Added separate views for each popup, as well as a function in the ajax-controller to load them.
1
<div id="addCategory">
2
	<h2 class="loginTitle">Add Category</h2>
3
	<div id="middleLayerPopups">
4
		<p>Enter Category Name</p>	
5
		<input class="text" type="text" size="20" id="categoryName" name="categoryName" placeholder="Category Name"/><br>
6
		<input type="button" class="popupButtons btn" value="Remove">
7
		<input type="button" onClick="addCategoryButtonHide()" class="popupButtons btn" value="Cancel">
8
	</div>
9
</div>