Added productchange notification ticket email
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
?>
|
||||
<tr data-link-type="<?=$link->type?>" class="<?=($hide_credit && $link->type == "credit") ? "hidden" : ""?>">
|
||||
<td>
|
||||
<input type="radio" class="form-check link-keep"
|
||||
<input type="radio" class="form-check link-keep pointer"
|
||||
id="link-<?=$link->id?>-action-keep"
|
||||
name="links[<?=$link->id?>][action]"
|
||||
value="keep" <?=($linkcontract->cancel_date && $linkcontract->cancel_date < date('U')) ? "" : "checked='checked'"?>
|
||||
@@ -207,7 +207,7 @@
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td>
|
||||
<input type="radio" class="form-check link-cancel"
|
||||
<input type="radio" class="form-check link-cancel pointer"
|
||||
id="link-<?=$link->id?>-action-cancel"
|
||||
name="links[<?=$link->id?>][action]" value="cancel"
|
||||
onchange="linkActionChange(<?=$link->id?>)" />
|
||||
|
||||
Reference in New Issue
Block a user