Forums » Development »
How to add new buttons to requests/issues?
Added by David S almost 12 years ago
Hello,
How could I add new buttons on the creation form requests?
This button would have to run a script or calling a php.
Is there any plugin?
Thank you!
Replies (2)
RE: How to add new buttons to requests/issues?
-
Added by David S almost 12 years ago
Do not know if you can add a new button to call a javascript or a php href in this file?
new.html.erb
<%= submit_tag l(:button_create) %>
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
Add New button???
Thanks!!
RE: How to add new buttons to requests/issues?
-
Added by David S almost 12 years ago
Found solution:
onClick='window.open("10.60.54.20/createissue.html")' type=button <input value='Link'>