Project

General

Profile

How to Add "Infomation area" on new issue page,just like your site

Added by yu xiaohang almost 10 years ago

would you please tell me how to add an "Info area" on new issue page just like :

1.png (77.3 KB) 1.png

Replies (1)

RE: How to Add "Infomation area" on new issue page,just like your site - Added by Martin Denizet (redmine.org team member) almost 10 years ago

Hello Yu,

I suggest something simple and clean:
1. Install the Redmine custom JS plugin (Disclaimer: I wrote this plugin)
2. Input the following custom JS to be injected:

$('#issue-form.new_issue').prepend('<div class="nodata"><p>Hello there</p></div>')

Cheers,

    (1-1/1)