added remote export setting back again

This commit is contained in:
fred-fri 2012-08-02 12:25:21 +09:00
parent 966616f297
commit fb57363139
2 changed files with 7 additions and 20 deletions
src/main/java/se/su/dsv/scipro/admin/pages/settings

@ -32,25 +32,12 @@
<td><input name="7" type="checkbox" wicket:id="mailNotifications" /> <td><input name="7" type="checkbox" wicket:id="mailNotifications" />
</td> </td>
</tr> </tr>
<!--<tr>--> <tr>
<!--<td><label for="7">Enable remote exports:</label>--> <td><label for="7">Enable remote exports:</label>
<!--</td>--> </td>
<!--<td><input name="7" type="checkbox" wicket:id="remoteExport" />--> <td><input name="7" type="checkbox" wicket:id="remoteExport" />
<!--</td>--> </td>
<!--</tr>--> </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>-->
</table> </table>

@ -44,7 +44,7 @@ public class AdminGeneralSettingsPage extends AbstractAdminSettingsPage {
add(systemFromMail); add(systemFromMail);
add(smtpServer); add(smtpServer);
add(mailNotifications); add(mailNotifications);
// add(remoteExport); add(remoteExport);
} }