* Finish task #41572.
This commit is contained in:
@@ -49,13 +49,13 @@ $(function()
|
||||
}
|
||||
})
|
||||
|
||||
$('#cancelBtn').click(function()
|
||||
$('#cancelBTN').click(function()
|
||||
{
|
||||
$('#syncPRJUnit').val('false');
|
||||
$('#exchangeRate').val('');
|
||||
})
|
||||
|
||||
$('#confirmBtn').click(function()
|
||||
$('#confirmBTN').click(function()
|
||||
{
|
||||
var exchangeRate = $('#rate').val();
|
||||
if(!exchangeRate)
|
||||
|
||||
@@ -141,8 +141,8 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='3' class='text-center'>
|
||||
<?php echo html::commonButton($lang->confirm, "id='confirmBtn'", 'btn btn-primary btn-wide');?>
|
||||
<?php echo html::commonButton($lang->cancel, "data-dismiss='modal' id='cancelBtn'", 'btn btn-default btn-wide');?>
|
||||
<?php echo html::commonButton($lang->confirm, "id='confirmBTN'", 'btn btn-primary btn-wide');?>
|
||||
<?php echo html::commonButton($lang->cancel, "data-dismiss='modal' id='cancelBTN'", 'btn btn-default btn-wide');?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user