* Adjust space between btn.

This commit is contained in:
daitingting
2018-05-25 10:59:29 +08:00
parent fbdf2b54a9
commit e851690722
31 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
<div class="detail-title"><?php echo $lang->files;?></div>
<div class='detail-content'><?php echo $this->fetch('file', 'buildform');?></div>
</div>
<div class='text-center detail'>
<div class='text-center detail form-actions'>
<?php echo html::hidden('lastEditedDate', $case->lastEditedDate);?>
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?>
<input type='button' value='<?php echo $lang->testcase->buttonToList;?>' class='btn btn-wide' onclick='location.href="<?php echo $isLibCase ? $this->createLink('testsuite', 'library', "libID=$libID") : $this->createLink('testcase', 'browse', "productID=$productID");?>"' />