Searched +full:redissue +full:. +full:button +(+path:plugin +path:redissue) -(+path:plugin +path:redissue +path:lang) (Results 1 – 2 of 2) sorted by relevance
/plugin/redissue/ |
H A D | action.php | 3 * Redissue Action Plugin: Inserts a button into the toolbar 20 * Inserts the toolbar button 25 'icon' => '../../plugins/redissue/images/issue_single.png', 26 'open' => '<redissue id="', 31 'icon' => '../../plugins/redissue/images/issue_multiple.png', 32 'open' => '<redissue project="PROJECT_ID" tracker="', 38 $redissue = array ( 40 'title' => $this->getLang('redissue.button'), 41 'icon' => '../../plugins/redissue/images/redmine.png', 46 $redissue['list'] [] = array( [all …]
|
H A D | syntax.php | 32 $this->Lexer->addEntryPattern('<redissue[^>/]*>(?=.*</redissue>)', $mode,'plugin_redissue'); 54 'text'=>$this->getLang('redissue.text.default') 159 $view = $this->getConf('redissue.view'); 210 ….= '<a title="'.$this->getLang('redissue.link.issue').'" href="' . $this->getIssueUrl($data['id'],… 211 ….= '<a class="btn btn-primary redissue" role="button" data-toggle="'.$collapse.'" href="#collapse-… 216 ….= '<a title="'.$this->getLang('redissue.link.issue').'" href="' . $this->getIssueUrl($data['id'],… 228 return $this->getConf('redissue.img') ?: 'lib/plugins/redissue/images/redmine.png' ; 284 $renderer->doc .= '<dt>'.$this->getLang('redissue.author').' :</dt>'; 288 $renderer->doc .= '<dt>'.$this->getLang('redissue.created').' :</dt>'; 290 $renderer->doc .= '<dt>'.$this->getLang('redissue.updated').' :</dt>'; [all …]
|