moved mail settings to the top of supervisor profile

This commit is contained in:
Emil Siverhall 2012-04-03 08:52:27 +02:00
parent 166e0d8500
commit 9cb32cd7bf
2 changed files with 2 additions and 5 deletions
src/main/java/se/su/dsv/scipro
settings/panels
supervisor/panels

@ -3,7 +3,7 @@
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<body>
<wicket:panel>
<div class="prepend-top span-10 last">
<div class="span-10 last">
<div><b>What mail do you want mail notifications for?</b></div>
<div wicket:id="notificationPriority"><input type="radio" />
</div>

@ -4,7 +4,7 @@
<body>
<wicket:panel>
<form wicket:id="form">
<div class="span-22 append-bottom" wicket:id="priorityPanel"></div>
<div class="append-bottom">
<label>Unit: (imported from Daisy)</label>
<div wicket:id="unitlabel"></div>
@ -38,9 +38,6 @@
<div class="span-22 last">
<div wicket:id="skwp"></div>
</div>
<div wicket:id="priorityPanel"></div>
</form>
</wicket:panel>
</body>