imagemanagementpage.class.php (fogproject-1.5.8) | : | imagemanagementpage.class.php (fogproject-1.5.9) | ||
---|---|---|---|---|
skipping to change at line 554 | skipping to change at line 554 | |||
'' | '' | |||
), | ), | |||
_('Partclone Uncompressed'), | _('Partclone Uncompressed'), | |||
( | ( | |||
$imagemanage == 4 ? | $imagemanage == 4 ? | |||
' selected' : | ' selected' : | |||
'' | '' | |||
), | ), | |||
_('Partclone Uncompressed Split 200MiB'), | _('Partclone Uncompressed Split 200MiB'), | |||
( | ( | |||
!$imagemanage || $imagemanage == 5 ? | !isset($imagemanage) || $imagemanage == 5 ? | |||
' selected' : | ' selected' : | |||
'' | '' | |||
), | ), | |||
_('Partclone Zstd'), | _('Partclone Zstd'), | |||
( | ( | |||
$imagemanage == 6 ? | $imagemanage == 6 ? | |||
' selected' : | ' selected' : | |||
'' | '' | |||
), | ), | |||
_('Partclone Zstd Split 200MiB') | _('Partclone Zstd Split 200MiB') | |||
skipping to change at line 603 | skipping to change at line 603 | |||
. $StorageNode->get('path') | . $StorageNode->get('path') | |||
. '/' | . '/' | |||
. '</span>' | . '</span>' | |||
. '<input type="text" class="form-control imagefile-input" ' | . '<input type="text" class="form-control imagefile-input" ' | |||
. 'name="file" id="iFile" ' | . 'name="file" id="iFile" ' | |||
. 'value="' | . 'value="' | |||
. $file | . $file | |||
. '"/>', | . '"/>', | |||
'<label for="imagetype">' | '<label for="imagetype">' | |||
. _('Image Type') | . _('Image Type') | |||
. '</label>' => $ImageTypes, | . '</label> <i class="icon fa fa-info-circle ' | |||
. 'fa-lg hand" data-toggle="tooltip" data-placement="right" ' | ||||
. 'data-html="true" data-trigger="click" style="size:+3; color:#337a | ||||
b7;" ' | ||||
. 'title="Image Type is a very important setting and can have ' | ||||
. 'major impact on how your imaging works or fails. Please read ' | ||||
. 'more about the different image types and how to use those ' | ||||
. '<a href=\'https://wiki.fogproject.org/wiki/index.php?title=Managi | ||||
ng_FOG#Images\' ' | ||||
. 'target=\'_blank\'>in our wiki</a> before you chose!"></i>' => $Im | ||||
ageTypes, | ||||
'<label for="imagepartitiontype">' | '<label for="imagepartitiontype">' | |||
. _('Partition') | . _('Partition') | |||
. '</label>' => $ImagePartitionTypes, | . '</label>' => $ImagePartitionTypes, | |||
'<label for="isEnabled">' | '<label for="isEnabled">' | |||
. _('Image Enabled') | . _('Image Enabled') | |||
. '</label>' => '<input type="checkbox" ' | . '</label>' => '<input type="checkbox" ' | |||
. 'name="isEnabled" id="isEnabled" checked/>', | . 'name="isEnabled" id="isEnabled" checked/>', | |||
'<label for="toRep">' | '<label for="toRep">' | |||
. _('Replicate?') | . _('Replicate?') | |||
. '</label>' => '<input type="checkbox" ' | . '</label>' => '<input type="checkbox" ' | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 12 lines changed or added |