* finish task#1078.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$(document).ready(function()
|
||||
{
|
||||
$("a.preview").colorbox({width:1000, height:550, iframe:true, transition:'none', scrolling:true});
|
||||
$("a.preview").colorbox({width:960, height:550, iframe:true, transition:'none', scrolling:true});
|
||||
})
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<form method='post' enctype='multipart/form-data' class='a-center'>
|
||||
<input type='file' name='file' class='text-5' /></td>
|
||||
<input type='file' name='file' class='text-5' />
|
||||
<?php echo html::submitButton($lang->extension->install);?>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
@@ -19,4 +19,4 @@ function changeAction(formName, actionName, actionLink)
|
||||
$('#' + formName).attr('action', actionLink).submit();
|
||||
}
|
||||
|
||||
$(".colorbox").colorbox({width:960, height:600, iframe:true, speed:350, scrolling:true});
|
||||
$(".colorbox").colorbox({width:960, height:550, iframe:true, transition:'none'});
|
||||
|
||||
@@ -11,7 +11,7 @@ $(function()
|
||||
setOuterBox();
|
||||
}
|
||||
if(browseType == 'bysearch') ajaxGetSearchForm();
|
||||
$('.iframe').colorbox({width:900, height:400, iframe:true});
|
||||
$('.iframe').colorbox({width:900, height:500, iframe:true});
|
||||
});
|
||||
|
||||
function showProject()
|
||||
|
||||
@@ -3,11 +3,11 @@ function loadStoriesAndBugs(buildID,productID)
|
||||
link = createLink('release', 'ajaxGetStoriesAndBugs', 'buildID=' + buildID + '&productID=' + productID);
|
||||
$('#linkStoriesAndBugs').load(link, function()
|
||||
{
|
||||
$("a.preview").colorbox({width:1000, height:550, iframe:true, transition:'none', scrolling:true});
|
||||
$("a.preview").colorbox({width:960, height:550, iframe:true, transition:'none', scrolling:true});
|
||||
})
|
||||
}
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
$("a.preview").colorbox({width:1000, height:550, iframe:true, transition:'none', scrolling:true});
|
||||
$("a.preview").colorbox({width:960, height:550, iframe:true, transition:'none', scrolling:true});
|
||||
})
|
||||
|
||||
@@ -39,7 +39,7 @@ function setPreview()
|
||||
$('#preview').attr('href', storyLink);
|
||||
}
|
||||
|
||||
$("#preview").colorbox({width:960, height:500, iframe:true, transition:'none', scrolling:true});
|
||||
$("#preview").colorbox({width:960, height:550, iframe:true, transition:'none', scrolling:true});
|
||||
|
||||
setAfter();
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@ function assign(taskID, assignedTo)
|
||||
$('.assign').height(40);
|
||||
$('.assign').load(createLink('user', 'ajaxGetUser', 'taskID=' + taskID + '&assignedTo=' + assignedTo));
|
||||
}
|
||||
$(function(){$('.iframe').colorbox({width:900, height:400, iframe:true, transition:'none'});})
|
||||
$(function(){$('.iframe').colorbox({width:900, height:500, iframe:true, transition:'none'});})
|
||||
|
||||
@@ -27,7 +27,7 @@ function changeAction(url)
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
$("a.icon-green-testtask-runCase").colorbox({width:900, height:600, iframe:true, transition:'none'});
|
||||
$(".runCase").colorbox({width:900, height:550, iframe:true, transition:'none'});
|
||||
$('#' + browseType + 'Tab').addClass('active');
|
||||
$('#module' + moduleID).addClass('active');
|
||||
if(browseType == 'bysearch') ajaxGetSearchForm();
|
||||
@@ -35,5 +35,5 @@ $(document).ready(function()
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
$(".icon-green-testtask-results").colorbox({width:900, height:600, iframe:true, transition:'none'});
|
||||
$(".results").colorbox({width:900, height:550, iframe:true, transition:'none'});
|
||||
})
|
||||
|
||||
@@ -8,6 +8,8 @@ function setPreview()
|
||||
else
|
||||
{
|
||||
storyLink = createLink('story', 'view', "storyID=" + $('#story').val());
|
||||
var concat = config.requestType == 'PATH_INFO' ? '?' : '&';
|
||||
storyLink = storyLink + concat + 'onlybody=yes';
|
||||
$('#preview').removeClass('hidden');
|
||||
$('#preview').attr('href', storyLink);
|
||||
}
|
||||
@@ -15,5 +17,5 @@ function setPreview()
|
||||
$(function()
|
||||
{
|
||||
$("#story").chosen({no_results_text: noResultsMatch});
|
||||
$("#preview").colorbox({width:1000, height:550, iframe:true, transition:'none', scrolling:true});
|
||||
$("#preview").colorbox({width:960, height:550, iframe:true, transition:'none', scrolling:true});
|
||||
})
|
||||
|
||||
@@ -16,5 +16,4 @@ function getList()
|
||||
$(document).ready(function()
|
||||
{
|
||||
$("#story").chosen({no_results_text: noResultsMatch});
|
||||
$("#searchStories").colorbox({width:680, height:400, iframe:true, transition:'none'});
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$(document).ready(function()
|
||||
{
|
||||
$(".runCase").colorbox({width:900, height:600, iframe:true, transition:'none'});
|
||||
$(".results").colorbox({width:900, height:600, iframe:true, transition:'none'});
|
||||
$(".runCase").colorbox({width:900, height:550, iframe:true, transition:'none'});
|
||||
$(".results").colorbox({width:900, height:550, iframe:true, transition:'none'});
|
||||
})
|
||||
|
||||
@@ -91,8 +91,8 @@ js::set('moduleID' , $moduleID);
|
||||
<td><?php echo $lang->testcase->statusList[$case->status];?></td>
|
||||
<td class='a-right'>
|
||||
<?php
|
||||
common::printIcon('testtask', 'runCase', "runID=0&caseID=$case->id&version=$case->version", '', 'list');
|
||||
common::printIcon('testtask', 'results', "runID=0&caseID=$case->id", '', 'list');
|
||||
common::printIcon('testtask', 'runCase', "runID=0&caseID=$case->id&version=$case->version", '', 'list', '', '', 'runCase');
|
||||
common::printIcon('testtask', 'results', "runID=0&caseID=$case->id", '', 'list', '', '', 'results');
|
||||
common::printIcon('testcase', 'edit', "caseID=$case->id", $case, 'list');
|
||||
common::printIcon('testcase', 'create', "productID=$case->product&moduleID=$case->module&from=testcase¶m=$case->id", $case, 'list', 'copy');
|
||||
common::printIcon('testcase', 'delete', "caseID=$case->id", '', 'list', '', 'hiddenwin');
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
{
|
||||
ob_start();
|
||||
|
||||
common::printIcon('testtask', 'runCase', "runID=0&caseID=$case->id&version=$case->currentVersion");
|
||||
common::printIcon('testtask', 'results', "runID=0&caseID=$case->id&version=$case->version");
|
||||
common::printIcon('testtask', 'runCase', "runID=0&caseID=$case->id&version=$case->currentVersion", '', 'button', '', '', 'runCase');
|
||||
common::printIcon('testtask', 'results', "runID=0&caseID=$case->id&version=$case->version", '', 'button', '', '', 'results');
|
||||
|
||||
if($case->lastRunResult == 'fail') common::printIcon('testcase', 'createBug', "product=$case->product&extra=caseID=$case->id,version=$case->version,runID=", '', 'button', 'createBug');
|
||||
|
||||
|
||||
@@ -12,4 +12,4 @@ $(".todo-date").datePicker({createButton:true, startDate:startDate, maxDate:'%y-
|
||||
return false;
|
||||
});
|
||||
|
||||
$(".colorbox").colorbox({width:960, height:600, iframe:true, speed:350, scrolling:true});
|
||||
$(".colorbox").colorbox({width:960, height:550, iframe:true, transition:'none'});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
if($('a.iframe').size()) $("a.iframe").colorbox({width:450, height:220, iframe:true, transition:'none', scrolling:true});
|
||||
if($('a.webapp').size()) $("a.webapp").colorbox({width:600, height:400, iframe:true, transition:'none', scrolling:true});
|
||||
if($('a.webapp').size()) $("a.webapp").colorbox({width:700, height:430, iframe:true, transition:'none', scrolling:true});
|
||||
if($('a.popup').size()) $("a.popup").colorbox({width:900, height:600, iframe:true, transition:'none', scrolling:true});
|
||||
|
||||
function popup(width, height)
|
||||
|
||||
+1
-1
@@ -526,7 +526,7 @@ function setSubversionLink()
|
||||
/* Set the colorbox of export. */
|
||||
function setExport()
|
||||
{
|
||||
if($('.export').size()) $(".export").colorbox({width:500, height:240, iframe:true, transition:'none', scrolling:true});
|
||||
if($('.export').size()) $(".export").colorbox({width:500, height:220, iframe:true, transition:'none', scrolling:true});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user