added remote export setting back again
This commit is contained in:
parent
966616f297
commit
fb57363139
src/main/java/se/su/dsv/scipro/admin/pages/settings
@ -32,25 +32,12 @@
|
||||
<td><input name="7" type="checkbox" wicket:id="mailNotifications" />
|
||||
</td>
|
||||
</tr>
|
||||
<!--<tr>-->
|
||||
<!--<td><label for="7">Enable remote exports:</label>-->
|
||||
<!--</td>-->
|
||||
<!--<td><input name="7" type="checkbox" wicket:id="remoteExport" />-->
|
||||
<!--</td>-->
|
||||
<!--</tr>-->
|
||||
<!--<tr>-->
|
||||
<!--<td><label for="7">Supervisors can accept and decline project ideas:</label>-->
|
||||
<!--</td>-->
|
||||
<!--<td><input name="7" type="checkbox" wicket:id="supervisorsCanAcceptDeclinePIs" />-->
|
||||
<!--</td>-->
|
||||
<!--</tr>-->
|
||||
<!--<tr>-->
|
||||
<!--<td><label for="7">Matching algorithm matches are force accepted:</label>-->
|
||||
<!--</td>-->
|
||||
<!--<td><input name="7" type="checkbox" wicket:id="matchAlgorithmMatchesAreForceAccepted" />-->
|
||||
<!--</td>-->
|
||||
<!--</tr>-->
|
||||
|
||||
<tr>
|
||||
<td><label for="7">Enable remote exports:</label>
|
||||
</td>
|
||||
<td><input name="7" type="checkbox" wicket:id="remoteExport" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
@ -44,7 +44,7 @@ public class AdminGeneralSettingsPage extends AbstractAdminSettingsPage {
|
||||
add(systemFromMail);
|
||||
add(smtpServer);
|
||||
add(mailNotifications);
|
||||
// add(remoteExport);
|
||||
add(remoteExport);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user