bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
|
83.2.9
by elof.bigestans at gmail
* Finalized normalization of popups. All popups now have common CSS and HTML structure. |
1 |
<div id="subjectConfirmRemove" class="popup"> |
2 |
<h2 class="popupHeader">Confirm Removal</h2> |
|
3 |
<form> |
|
|
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. |
4 |
<p>By pressing remove the object and all of its contents will be permanently removed</p> |
|
83.2.9
by elof.bigestans at gmail
* Finalized normalization of popups. All popups now have common CSS and HTML structure. |
5 |
<div class="bottomMenu"> |
6 |
<button class="popupButton">Remove</button> |
|
7 |
<button class="popupButton cancelButton" onClick="subjectConfirmButtonHide()">Cancel</button> |
|
8 |
</div> |
|
9 |
</form> |
|
|
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. |
10 |
</div>
|