Merge pull request #138 from tom077/PR-1

Fix sourceforge URL
This commit is contained in:
h6w 2018-11-20 09:53:04 +11:00 committed by GitHub
commit e80f4f2359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 12 deletions

View File

@ -96,6 +96,8 @@
* If not, there is a PHP error somewhere.
*/
if(typeof trans != "function" || typeof __vboxLangData == "undefined") {
//if(true) {
trans = function(s){return s;};
vboxAlert("An unknown PHP error occurred. This is most likely a syntax error in\
config.php in phpVirtualBox's folder. The most common errors are an unclosed\
@ -106,8 +108,8 @@
browser may display the PHP error message.</p>\
<p>If find that this is not the case,\
or have no idea what this error message means, please raise the issue\
at <a href='http://sourceforge.net/p/phpvirtualbox/discussion/help/'\
>http://sourceforge.net/p/phpvirtualbox/discussion/help/",{'width':'50%'});
at <a target=_blank href='https://github.com/phpvirtualbox/phpvirtualbox/issues/'\
>https://github.com/phpvirtualbox/phpvirtualbox/issues",{'width':'50%'});
return;
}

View File

@ -720,7 +720,7 @@ var vboxChooser = {
var vStr = $('#vboxPane').data('vboxConfig').phpvboxver.substring(0,$('#vboxPane').data('vboxConfig').phpvboxver.indexOf('-'));
var vers = $('#vboxPane').data('vboxConfig').version.string.replace('_OSE','').split('.');
if(vers[0]+'.'+vers[1] != vStr) {
vboxAlert('This version of phpVirtualBox ('+$('#vboxPane').data('vboxConfig').phpvboxver+') is incompatible with VirtualBox ' + $('#vboxPane').data('vboxConfig').version.string + ". You probably need to <a href='http://sourceforge.net/projects/phpvirtualbox/files/' target=_blank>download the latest phpVirtualBox " + vers[0]+'.'+vers[1] + "-x</a>.<p>See the Versioning section below the file list in the link for more information</p>",{'width':'auto'});
vboxAlert('This version of phpVirtualBox ('+$('#vboxPane').data('vboxConfig').phpvboxver+') is incompatible with VirtualBox ' + $('#vboxPane').data('vboxConfig').version.string + ". You probably need to <a href='https://github.com/phpvirtualbox/phpvirtualbox/' target=_blank>download the latest phpVirtualBox " + vers[0]+'.'+vers[1] + "-x</a>.<p>See the Versioning section below the file list in the link for more information</p>",{'width':'auto'});
}
}
} else {
@ -2448,4 +2448,4 @@ $(document).ready(function(){
});
});

View File

@ -1,14 +1,13 @@
<!-- $Id: about.html 595 2015-04-17 09:50:36Z imoore76 $ -->
<div style='text-align: center'>
<h3 align='center' id='vboxAboutHeader'>phpVirtualBox X -/- VirtualBox X compatible</h3>
<p style='text-align: center'>Copyright (C) 2010-2015 Ian Moore (imoore76 at yahoo dot com) - <a href='LICENSE.txt' target='_new'>LICENSE</a></p>
<p style='text-align: center'><a target='_blank' href='http://sourceforge.net/projects/phpvirtualbox/'>http://sourceforge.net/projects/phpvirtualbox/</a></p>
<p style='text-align: left'>
I develop and support phpVirtualBox in my spare time - free of charge. I do not receive payments from VirtualBox (Oracle) nor am
I affiliated with them in any way. If you find this program useful, I ask that you please donate.
<p style='text-align: center'><a target='_blank' href='https://github.com/phpvirtualbox/phpvirtualbox/'>https://github.com/phpvirtualbox/phpvirtualbox</a></p>
<p style='text-align: center'>
phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au)
with support from various <a target='_blank' href='https://github.com/phpvirtualbox/phpvirtualbox/graphs/contributors/'>contributors</a>
</p>
<p align=center>
<a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UB2BVHBDUJ2D2' target=_blank><img src='images/donate.gif' style='border: 0px;'></a>
<p style='text-align: center'>
Originally Copyright (C) 2015 Ian Moore (imoore76 at yahoo dot com) - <a href='LICENSE.txt' target='_new'>LICENSE</a>
</p>
<div style='margin-top: 10px; border-top: 1px solid #000;' id='vboxAboutVbox'><p>VirtualBox</p>
<script type='text/javascript'>
@ -16,4 +15,4 @@ I affiliated with them in any way. If you find this program useful, I ask that y
$('#vboxAboutVbox').html('Virtual Box '+$('#vboxPane').data('vboxConfig').version.string+' ('+$('#vboxPane').data('vboxConfig').version.revision+')<br />' + $('#vboxPane').data('vboxConfig').version.settingsFilePath);
</script>
</div>
</div>
</div>