forked from phpvirtualbox/phpvirtualbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettingsGeneral.html
458 lines (385 loc) · 21.3 KB
/
settingsGeneral.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<!--
General Machine Settings
Copyright (C) 2010-2015 Ian Moore (imoore76 at yahoo dot com)
$Id: settingsGeneral.html 599 2015-07-27 10:40:37Z imoore76 $
-->
<ul>
<li><a href="#vboxSettingsTabGeneralBasic"><span class='translate'>Basic</span></a></li>
<li><a href="#vboxSettingsTabGeneralAdvanced"><span class='translate'>Advanced</span></a></li>
<li><a href="#vboxSettingsTabGeneralDescription"><span class='translate'>Description</span></a></li>
<li><a href="#vboxSettingsTabGeneralEncryption"><span class='translate'>Encryption</span></a></li>
<li id='vboxSettingsTabGeneralInputTab'><a href="#vboxSettingsTabGeneralInput"><span class='translateinputtab'>Input</span></a></li>
</ul>
<!-- Basic Tab -->
<div id='vboxSettingsTabGeneralBasic' title='Basic'>
<table class='vboxVertical'>
<tr>
<th><span class='translateos'>Name:</span></th>
<td colspan='2'><input type='text' class='vboxText' name='vboxSettingsGeneralName' /></td>
</tr>
<tr>
<th><span class='translateos'>Type:</span></th>
<td><select name='vboxSettingsGeneralOSFamily' id='vboxSettingsGeneralOSFamily' >
<option value='Linux'>Linux</option>
</select></td>
<td rowspan='2'><img name='vboxOSTypeImg' height='32' width='32' /></td>
</tr>
<tr>
<th><span class='translateos'>Version:</span></th>
<td><select id='vboxSettingsGeneralOSType' name='vboxSettingsGeneralOSType'>
<option value='Debian'>Debian</option>
</select></td>
</tr>
<tr id='vboxSettingsRowVMIcon' class='vboxRunningEnabled' style='display:none'>
<th><span class='translate'>Icon URL:</span></th>
<td><input name='vboxSettingsGeneralIcon' type='text' class='vboxText' style='width:99%'/></td>
<td style='text-align:center;'><img src='images/vbox/blank.gif' id='vboxSettingsGeneralIconImg' height='32' width='32' /></td>
</tr>
<tr class='vboxStartStopConfig vboxRunningEnabled'>
<th><span class='translate'>Startup Mode:</span></th>
<td colspan='2'>
<select name='vboxStartStopConfigStartup'>
<option value='auto'>Automatic</option>
<option value='manual'>Manual</option>
</select>
</td>
</tr>
<!-- Autostart shutdown options -->
<tr class='vboxAutostartConfig vboxRunningEnabled' id='vboxAutostartConfigShutdown'>
<th><span class='translate'>Shutdown mode:</span></th>
<td colspan='2'>
<select name='vboxAutostartConfigShutdownOptions'>
<option value='Disabled'>Disabled</option>
<option value='SaveState'>Save State</option>
<option value='PowerOff'>Power Off</option>
<option value='AcpiShutdown'>ACPI Shutdown</option>
</select>
</td>
</tr>
<!-- Autostart options -->
<tr class='vboxAutostartConfig vboxRunningEnabled' id='vboxAutostartConfigStartup'>
<th><span class='translate'>Enable auto-start:</span></th>
<td colspan='2'>
<input type='checkbox' class='vboxCheckbox' name='autostartEnabled'/> <span class='translate'>after</span>
<input type='text' class='vboxText' size='3' name='autostartDelay' style='width: 30px'/>
<span class='translate'>second(s)</span>
</td>
</tr>
</table>
</div>
<!-- Advanced Tab -->
<div id='vboxSettingsTabGeneralAdvanced' title='Advanced'>
<table class='vboxVertical'>
<tr>
<th><span class='translate'>Snapshot Folder:</span></th>
<td class='vboxFileFolderInput'>
<input type='text' class='vboxText' name='vboxSettingsGeneralSnapshotFolder' /><input type="button" class="vboxImgButton" style="background-image: url(images/vbox/select_file_16px.png)"
onClick="vboxSnapshotBrowseFolder(this);" />
</td>
</tr>
<tr id='vboxSettingsClipboardMode' class='vboxRunningEnabled'>
<th style='text-align:right'><span class='translate'>Shared Clipboard:</span></th>
<td><select name='vboxSettingsClipboardMode' style="width: 150px">
<option value='Disabled'>Disabled</option>
<option value='HostToGuest'>Host to Guest</option>
<option value='GuestToHost'>Guest to Host</option>
<option value='Bidirectional'>Bidirectional</option>
</select>
</td>
</tr>
</table>
</div>
<!-- Description Tab -->
<div id='vboxSettingsTabGeneralDescription' title='Description'>
<textarea class='vboxRunningEnabled' rows='16' cols='20' name='vboxSettingsGeneralDescription'></textarea>
</div>
<!-- Encryption Tab -->
<div id='vboxSettingsTabGeneralEncryption' title='Encryption'>
<table class='vboxVertical'>
<tr>
<td colspan='2'>
<label><input type='checkbox' class='vboxCheckbox vboxEnablerCheckbox' name='vboxSettingsGeneralEncryptionEnable' />
<span class='translate'>Enable Encryption</span>
</label>
</td>
</tr>
<tr>
<th><span class='translate'>Encryption Cipher:</span></th>
<td>
<select name='vboxSettingsTabGeneralEncryptionCipher'>
<option value=''>Leave Unchanged</option>
<option value='AES-XTS256-PLAIN64'>AES-XTS256-PLAIN64</option>
<option value='AES-XTS128-PLAIN64'>AES-XTS128-PLAIN64</option>
</select>
</td>
</tr>
<tr>
<th><span class='translate'>Enter New Password:</span></th>
<td><input type='password' class='vboxText' name='vboxGeneralEncryptionPassword'/></td>
</tr>
<tr>
<th><span class='translate'>Confirm New Password:</span></th>
<td><input type='password' class='vboxText' name='vboxGeneralEncryptionPassword2'/></td>
</tr>
</table>
</div>
<!-- Input Tab -->
<div id='vboxSettingsTabGeneralInput' title='Input'>
<table class='vboxVertical'>
<tr>
<th><span class='translateinput'>Keyboard</span><span> :</span></th>
<td><select name='vboxSettingsTabGeneralInputKeyboard'>
<option value='PS2Keyboard'>PS/2 Keyboard</option>
<option value='USBKeyboard'>USB Keyboard</option>
</select>
</td>
</tr>
<tr>
<th><span class='translateinput'>Mouse</span><span> :</span></th>
<td><select name='vboxSettingsTabGeneralInputMouse'>
<option value='PS2Mouse'>PS/2 Mouse</option>
<option value='USBMouse'>USB Mouse</option>
<option value='USBTablet'>USB Tablet</option>
</select>
</td>
</tr>
</table>
</div>
<script type='text/javascript'>
/* Translations */
$('#vboxSettingsTabGeneralInput').find(".translateinput").html(function(i,h){return trans(h,'UIActionPool');});
$('#vboxSettingsTabGeneralInputTab').find(".translateinputtab").html(function(i,h){return trans(h,'UISettingsDialogGlobal');});
$('#vboxSettingsTabGeneralBasic').find(".translateos").html(function(i,h){return trans(h,'UINameAndSystemEditor');});
if($('#vboxPane').data('vboxConfig').vboxAutostartConfig) {
// Shutdown options select buttons
$('#vboxAutostartConfigShutdown').find('option').each(function(i,opt){
$(opt).text(i == 0 ? trans('Disabled','UIGDetails',null,'details (audio)') : trans($(opt).text(),'UIActionPool'));
if($(opt).val() == $('#vboxSettingsDialog').data('vboxMachineData').autostopType)
$(opt).prop('selected', true);
});
} else {
$('#vboxSettingsTabGeneralBasic .vboxAutostartConfig').empty().remove();
}
$('#vboxSettingsTabGeneralEncryption').find('option').html(function(i,h){ return trans(h, 'UIMachineSettingsGeneral', 'cipher type')});
$('#vboxSettingsTabGeneralInput').find('option').html(function(i,h){ return trans(h, 'VBoxGlobal')});
/* Browse for snapshot folder */
function vboxSnapshotBrowseFolder(btn) {
vboxFileBrowser($(btn).siblings('input').first().val(),function(f){
if(f) $(btn).siblings('input').first().val(f);
},true,trans('Snapshot Folder:','UIMachineSettingsGeneral').replace(':',''));
}
/*
* Hide start / stop config if not enabled
*/
if(!$('#vboxPane').data('vboxConfig').startStopConfig) {
$('#vboxSettingsTabGeneralBasic').find('tr.vboxStartStopConfig').hide();
}
/* Custom icons */
if($('#vboxPane').data('vboxConfig').enableCustomIcons) {
$('#vboxSettingsRowVMIcon').css('display','');
$(document.forms['frmVboxSettings'].vboxSettingsGeneralIcon).blur(function(){
$('#vboxSettingsGeneralIconImg').attr('src',(this.value ? this.value : 'images/vbox/blank.gif'));
});
}
/*
* Called when OS family type changes
*/
function vboxSettingsUpdateOSList(osfam) {
document.forms['frmVboxSettings'].vboxSettingsGeneralOSType.options.length = 0;
$(document.forms['frmVboxSettings'].vboxSettingsGeneralOSType).children().remove();
for(var i = 0; i < vboxSettingsOSTypes[osfam].osTypes.length; i++) {
document.forms['frmVboxSettings'].vboxSettingsGeneralOSType.options[i] = new Option(vboxSettingsOSTypes[osfam].osTypes[i].description, vboxSettingsOSTypes[osfam].osTypes[i].id);
}
// Update image
document.images["vboxOSTypeImg"].src = "images/vbox/" + vboxGuestOSTypeIcon(vboxSettingsOSTypes[osfam].osTypes[0].id);
}
var vboxSettingsOSTypes = new Array();
var vboxSettingsOSTypesObj = {};
// shorthand
var vboxOSTypes = $('#vboxPane').data('vboxOSTypes');
// Default OS Type set to my fav :) Eventually will move to config.php
var vboxDefaultOSTypeId = 'Debian';
var myOSType = $('#vboxSettingsDialog').data('vboxMachineData').OSTypeId;
var dosfam = null; // holds defaultostype family id
for(var i in vboxOSTypes) {
// Only ostypes supported by this install
if(!vboxOSTypes[i].supported && myOSType != vboxOSTypes[i].id) continue;
// create array of os family types
if(!vboxSettingsOSTypes[vboxOSTypes[i].familyId]) {
vboxSettingsOSTypes[vboxOSTypes[i].familyId] = {'id':vboxOSTypes[i].familyId,'description':vboxOSTypes[i].familyDescription,'osTypes':[]};
}
// We're on the default os type, record family id and index number
// so that we can set it later on
if(vboxOSTypes[i].id == vboxDefaultOSTypeId) {
dosfam = vboxOSTypes[i].familyId;
vboxDefaultOSTypeId = vboxSettingsOSTypes[vboxOSTypes[i].familyId].osTypes.length;
}
vboxSettingsOSTypes[vboxOSTypes[i].familyId].osTypes[vboxSettingsOSTypes[vboxOSTypes[i].familyId].osTypes.length] = {'id':vboxOSTypes[i].id,'description':vboxOSTypes[i].description };
vboxSettingsOSTypesObj[vboxOSTypes[i].id] = vboxOSTypes[i];
// Preload icons
vboxOSTypes[i].icon = new Image();
vboxOSTypes[i].icon.src = "images/vbox/" + vboxGuestOSTypeIcon(vboxOSTypes[i].id);
}
// clear all options
document.forms['frmVboxSettings'].vboxSettingsGeneralOSFamily.options.length = 0;
$(document.forms['frmVboxSettings'].vboxSettingsGeneralOSFamily).children().remove();
for(var i in vboxSettingsOSTypes) {
// default os type family? record in dosfam
if(i == dosfam) dosfam = document.forms['frmVboxSettings'].vboxSettingsGeneralOSFamily.options.length;
document.forms['frmVboxSettings'].vboxSettingsGeneralOSFamily.options[document.forms['frmVboxSettings'].vboxSettingsGeneralOSFamily.options.length] = new Option(vboxSettingsOSTypes[i].description, vboxSettingsOSTypes[i].id);
}
// OnChange, update os type list and icon
document.getElementById('vboxSettingsGeneralOSFamily').setAttribute('onChange','vboxSettingsUpdateOSList(this.value)');
document.getElementById('vboxSettingsGeneralOSType').setAttribute('onChange','document.images["vboxOSTypeImg"].src = "images/vbox/" + vboxGuestOSTypeIcon(this.value)');
/* Update settings when data is loaded */
$('#vboxSettingsDialog').on('dataLoaded', function(){
/* Defaults from machine */
document.forms['frmVboxSettings'].vboxSettingsGeneralName.value = $('#vboxSettingsDialog').data('vboxMachineData').name;
document.forms['frmVboxSettings'].vboxSettingsGeneralOSFamily.value = vboxSettingsOSTypesObj[$('#vboxSettingsDialog').data('vboxMachineData').OSTypeId].familyId;
$(document.forms['frmVboxSettings'].vboxSettingsGeneralOSFamily).change();
document.forms['frmVboxSettings'].vboxSettingsGeneralOSType.value = $('#vboxSettingsDialog').data('vboxMachineData').OSTypeId;
$(document.forms['frmVboxSettings'].vboxSettingsGeneralOSType).change();
document.forms['frmVboxSettings'].vboxSettingsGeneralSnapshotFolder.value = $('#vboxSettingsDialog').data('vboxMachineData').snapshotFolder;
document.forms['frmVboxSettings'].vboxSettingsGeneralDescription.innerHTML = $('#vboxSettingsDialog').data('vboxMachineData').description;
/* Advanced config options */
$(document.forms['frmVboxSettings'].vboxSettingsTabGeneralInputKeyboard).val($('#vboxSettingsDialog').data('vboxMachineData').keyboardHIDType);
$(document.forms['frmVboxSettings'].vboxSettingsTabGeneralInputMouse).val($('#vboxSettingsDialog').data('vboxMachineData').pointingHIDType);
$(document.forms['frmVboxSettings'].vboxSettingsClipboardMode).val($('#vboxSettingsDialog').data('vboxMachineData').ClipboardMode);
/* OS Type */
// shorthand
var vboxOSTypes = $('#vboxPane').data('vboxOSTypes');
for(var i = 0; i < vboxOSTypes.length; i++) {
if(vboxOSTypes[i].id == $('#vboxSettingsDialog').data('vboxMachineData').OSTypeId) {
// Set the family then os type
$(document.forms['frmVboxSettings'].vboxSettingsGeneralOSFamily).children('[value="'+vboxOSTypes[i].familyId+'"]').prop('selected',true);
$(document.forms['frmVboxSettings'].vboxSettingsGeneralOSFamily).trigger('change');
$(document.forms['frmVboxSettings'].vboxSettingsGeneralOSType).children('[value="'+vboxOSTypes[i].id+'"]').prop('selected',true);
$(document.forms['frmVboxSettings'].vboxSettingsGeneralOSType).trigger('change');
break;
}
}
/* Custom icons */
if($('#vboxPane').data('vboxConfig').enableCustomIcons) {
if($('#vboxSettingsDialog').data('vboxMachineData').customIcon) {
$(document.forms['frmVboxSettings'].vboxSettingsGeneralIcon).val($('#vboxSettingsDialog').data('vboxMachineData').customIcon);
$('#vboxSettingsGeneralIconImg').attr('src',$('#vboxSettingsDialog').data('vboxMachineData').customIcon);
} else {
$(document.forms['frmVboxSettings'].vboxSettingsGeneralIcon).val('');
$('#vboxSettingsGeneralIconImg').attr('src','images/vbox/blank.gif');
}
}
/* Autostart options */
if($('#vboxPane').data('vboxConfig').vboxAutostartConfig) {
document.forms['frmVboxSettings'].autostartEnabled.checked = ($('#vboxSettingsDialog').data('vboxMachineData').autostartEnabled);
document.forms['frmVboxSettings'].autostartDelay.value = $('#vboxSettingsDialog').data('vboxMachineData').autostartDelay;
}
/* Start / stop config */
if($('#vboxPane').data('vboxConfig').startStopConfig) {
document.forms['frmVboxSettings'].vboxStartStopConfigStartup.selectedIndex = ($('#vboxSettingsDialog').data('vboxMachineData').startupMode == 'auto' ? 0 : 1);
}
/* Settings that are disabled / enabled depending on if VM is mutable */
var p = $('#vboxSettingsTabGeneralBasic').parent().children('div');
if(!$('#vboxSettingsDialog').data('vboxFullEdit')) {
$(p).find('tr:not(.vboxRunningEnabled)').find('span').addClass('disabled');
$(p).find('tr:not(.vboxRunningEnabled)').find('input,select,textarea').prop('disabled',true);
$('#vboxSettingsTabGeneralAdvanced').find('input.vboxImgButton').css('background-image','url(images/vbox/select_file_disabled_16px.png)');
$(document.images["vboxOSTypeImg"]).addClass('vboxDisabled');
} else {
$(p).find('tr:not(.vboxRunningEnabled)').find('span').removeClass('disabled');
$(p).find('tr:not(.vboxRunningEnabled)').find('input,select,textarea').prop('disabled',false);
$('#vboxSettingsTabGeneralAdvanced').find('input.vboxImgButton').css('background-image','url(images/vbox/select_file_16px.png)');
$(document.images["vboxOSTypeImg"]).removeClass('vboxDisabled');
}
/*
* This is a poor way to determine extpack installation status, but the web service can't access IExtPackManager :(
*/
if(!($('#vboxSettingsDialog').data('vboxMachineData').VRDEServer && $('#vboxSettingsDialog').data('vboxMachineData').VRDEServer.VRDEExtPack)) {
$('#vboxSettingsTabGeneralEncryption').parent().tabs('disable', 3);
} else {
$('#vboxSettingsTabGeneralEncryption').parent().tabs('enable', 3);
// Encrypted media
var encIds = vboxMedia.getEncryptedMediaIds(
vboxStorage.getAttachedBaseMedia($('#vboxSettingsDialog').data('vboxMachineData'))
);
var lastCipher = null;
var uniqueCiphers = true;
for(var i = 0; i < encIds.length; i++) {
if(lastCipher && (lastCipher != encIds[i].cipher)) {
uniqueCiphers = false;
break;
}
lastCipher = encIds[i].cipher;
}
$(document.forms['frmVboxSettings'].vboxSettingsGeneralEncryptionEnable).prop('checked', (encIds.length))
.triggerHandler('click');
if(uniqueCiphers) {
$(document.forms['frmVboxSettings'].vboxSettingsTabGeneralEncryptionCipher).val(lastCipher);
}
$('#vboxSettingsDialog').data('vboxEncSettings', {
enabled: $(document.forms['frmVboxSettings'].vboxSettingsGeneralEncryptionEnable).prop('checked'),
uniqueCiphers: $(document.forms['frmVboxSettings'].vboxSettingsTabGeneralEncryptionCipher).val()
});
}
/* Change general settings onSave() */
}).on('save',function(){
// Start / stop config
if($('#vboxPane').data('vboxConfig').startStopConfig) {
$('#vboxSettingsDialog').data('vboxMachineData').startupMode = document.forms['frmVboxSettings'].vboxStartStopConfigStartup.value;
}
// VirtualBox style start / stop config
if($('#vboxPane').data('vboxConfig').vboxAutostartConfig) {
$('#vboxSettingsDialog').data('vboxMachineData').autostopType = document.forms['frmVboxSettings'].vboxAutostartConfigShutdownOptions.value;
$('#vboxSettingsDialog').data('vboxMachineData').autostartEnabled = document.forms['frmVboxSettings'].autostartEnabled.checked;
if(isNaN(document.forms['frmVboxSettings'].autostartDelay.value))
document.forms['frmVboxSettings'].autostartDelay.value = 0;
$('#vboxSettingsDialog').data('vboxMachineData').autostartDelay = parseInt(document.forms['frmVboxSettings'].autostartDelay.value);
}
if(jQuery.trim(document.forms['frmVboxSettings'].vboxSettingsGeneralName.value))
$('#vboxSettingsDialog').data('vboxMachineData').name = jQuery.trim(document.forms['frmVboxSettings'].vboxSettingsGeneralName.value);
$('#vboxSettingsDialog').data('vboxMachineData').OSTypeId = document.forms['frmVboxSettings'].vboxSettingsGeneralOSType.value;
$('#vboxSettingsDialog').data('vboxMachineData').snapshotFolder = document.forms['frmVboxSettings'].vboxSettingsGeneralSnapshotFolder.value;
$('#vboxSettingsDialog').data('vboxMachineData').description = $(document.forms['frmVboxSettings'].vboxSettingsGeneralDescription).val();
$('#vboxSettingsDialog').data('vboxMachineData').ClipboardMode = $(document.forms['frmVboxSettings'].vboxSettingsClipboardMode).val();
$('#vboxSettingsDialog').data('vboxMachineData').keyboardHIDType = $(document.forms['frmVboxSettings'].vboxSettingsTabGeneralInputKeyboard).val();
$('#vboxSettingsDialog').data('vboxMachineData').pointingHIDType = $(document.forms['frmVboxSettings'].vboxSettingsTabGeneralInputMouse).val();
if($('#vboxPane').data('vboxConfig').enableCustomIcons)
$('#vboxSettingsDialog').data('vboxMachineData').customIcon = $(document.forms['frmVboxSettings'].vboxSettingsGeneralIcon).val();
var encSettings = $('#vboxSettingsDialog').data('vboxEncSettings');
if(encSettings) {
var encSettingsChanged = (encSettings.enabled != $(document.forms['frmVboxSettings'].vboxSettingsGeneralEncryptionEnable).prop('checked')) ||
(encSettings.uniqueCiphers != $(document.forms['frmVboxSettings'].vboxSettingsTabGeneralEncryptionCipher).val()) ||
$(document.forms['frmVboxSettings'].vboxGeneralEncryptionPassword).val().length > 0;
if(!encSettings.enabled && !$(document.forms['frmVboxSettings'].vboxSettingsGeneralEncryptionEnable).prop('checked'))
encSettingsChanged = false;
$('#vboxSettingsDialog').data('vboxEncSettingsChanged', encSettingsChanged);
$('#vboxSettingsDialog').data('vboxEncEnabled', $(document.forms['frmVboxSettings'].vboxSettingsGeneralEncryptionEnable).prop('checked'));
$('#vboxSettingsDialog').data('vboxEncCipher', $(document.forms['frmVboxSettings'].vboxSettingsTabGeneralEncryptionCipher).val());
$('#vboxSettingsDialog').data('vboxEncPw', $(document.forms['frmVboxSettings'].vboxGeneralEncryptionPassword).val());
} else {
$('#vboxSettingsDialog').data('vboxEncSettingsChanged', false);
}
});
function vboxSettingsGeneralValidate() {
var encSettings = $('#vboxSettingsDialog').data('vboxEncSettings');
// Going from disabled to enabled
if(!encSettings.enabled && $(document.forms['frmVboxSettings'].vboxSettingsGeneralEncryptionEnable).prop('checked')) {
if(!$(document.forms['frmVboxSettings'].vboxSettingsTabGeneralEncryptionCipher).val()) {
vboxAlert(trans("Encryption cipher type not specified.", 'UIMachineSettingsGeneral'));
return false;
} else if(!$(document.forms['frmVboxSettings'].vboxGeneralEncryptionPassword).val()) {
vboxAlert(trans("Encryption password empty.", 'UIMachineSettingsGeneral'));
return false;
} else if($(document.forms['frmVboxSettings'].vboxGeneralEncryptionPassword).val() != $(document.forms['frmVboxSettings'].vboxGeneralEncryptionPassword2).val()) {
vboxAlert(trans("Encryption passwords do not match.", 'UIMachineSettingsGeneral'));
return false;
}
// If enabled and poasswords don't match
} else if($(document.forms['frmVboxSettings'].vboxSettingsGeneralEncryptionEnable).prop('checked')) {
if($(document.forms['frmVboxSettings'].vboxGeneralEncryptionPassword).val() != $(document.forms['frmVboxSettings'].vboxGeneralEncryptionPassword2).val()) {
vboxAlert(trans("Encryption passwords do not match.", 'UIMachineSettingsGeneral'));
return false;
}
}
return true;
}
</script>