Tweaked dashboard

This commit is contained in:
Peter Goodhall
2011-09-28 16:47:20 +01:00
parent f682cbed97
commit e13e7819ad
2 changed files with 11 additions and 9 deletions

View File

@@ -8,10 +8,11 @@
$(document).ready(function() {
$(".qsobox").fancybox({
'width' : 849,
'autoScale' : true,
'transitionIn' : 'none',
'transitionOut' : 'none',
'autoDimensions' : false,
'width' : 700,
'height' : 300,
'transitionIn' : 'fade',
'transitionOut' : 'fade',
'type' : 'iframe'
});
@@ -21,6 +22,7 @@
</script>
<?php
$new_serial = "";
$serial_number = $info->serial_num + 1;
if($serial_number <= 009) {
$new_serial = "00".$serial_number;

View File

@@ -8,11 +8,11 @@
$(document).ready(function() {
$(".qsobox").fancybox({
'width' : '75%',
'height' : '50%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'autoDimensions' : false,
'width' : 700,
'height' : 300,
'transitionIn' : 'fade',
'transitionOut' : 'fade',
'type' : 'iframe'
});