Fix powered by when tickets > 1, fix copy ticket
This commit is contained in:
parent
ba8d35d762
commit
63e969c0b6
@ -1263,7 +1263,7 @@ function hesk_getAdminButtons($category_id)
|
||||
$linkText .= '&c_' . $k . '=' . $strippedCustomField;
|
||||
}
|
||||
}
|
||||
$options .= '<a class="btn btn-default" href=""><i class="fa fa-copy fa-fw"></i> ' . $hesklang['copy_ticket'] . '</a> ';
|
||||
$options .= '<a class="btn btn-default" href="' . $linkText . '"><i class="fa fa-copy fa-fw"></i> ' . $hesklang['copy_ticket'] . '</a> ';
|
||||
|
||||
/* Close/Reopen ticket link */
|
||||
$random = rand(10000, 99999);
|
||||
|
@ -438,10 +438,10 @@ if ($total > 0) {
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
<?php
|
||||
|
||||
echo '</div>';
|
||||
} // END ticket list if total > 0
|
||||
else {
|
||||
echo '<div class="row"><div class="col-sm-12">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user