* adjust the updater's backgroud, set to transparency.

This commit is contained in:
wangchunsheng
2012-01-03 01:07:37 +00:00
parent d5d96d4998
commit b9a5d43de4

View File

@@ -41,7 +41,7 @@ include '../../common/view/colorbox.html.php';
powered by <a href='http://www.zentao.net' target='_blank'>ZenTaoPMS</a>(<?php echo $config->version;?>)
<?php echo $lang->donate;?>
<br />
<iframe id='updater' scrolling='no' src='http://www.zentao.net/check.php?v=<?php echo $config->version;?>&s=<?php echo $s;?>'></iframe>
<iframe id='updater' frameborder='0' scrolling='no' allowtransparency='true' src='http://www.zentao.com/check.php?v=<?php echo $config->version;?>&s=<?php echo $s;?>'></iframe>
</div>
</form>
<?php include '../../common/view/footer.lite.html.php';?>