mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Tweaked dashboard
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user