Searched refs:currentID (Results 1 – 2 of 2) sorted by relevance
/plugin/issuetracker/ |
H A D | edit.php | 19 function _emailForIssueMod($currentID, $project, $issue, $old_value, $column, $new_value, $usr) argument 58 …$lang['issuemod_see'].DOKU_URL.'doku.php?id='.$currentID.'&do=showcaselink&'.$pstring.chr(10).chr(… 68 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); … 80 function _emailToAssigneeMod($currentID, $project, $issue, $value, $usr) argument 106 …$lang['issuemod_see'].DOKU_URL.'doku.php?id='.$currentID.'&do=showcaselink&'.$pstring.chr(10).chr(… 116 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); … 179 function replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr) { argument 183 …$bodyhtml = str_ireplace("%%_see%%",DOKU_URL.'doku.php?id='.$currentID.'&do=showcaselink&'.$pstrin… 361 $currentID = $_POST['currentID']; variable 386 _emailForIssueMod($currentID, $project, $issues[$id_issue], $old_value, $field, $value, $usr); [all …]
|
H A D | tablekit.js | 885 var currentID = document.getElementById("currentID"); 886 ….id + '&' + Form.serialize(form) + '&usr=' + auser.innerHTML + '¤tID=' + currentID.innerHTML;
|