Feature #16679
To wrap buttons at issue edit page to dedicated HTML element
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - | |||
Resolution: |
Description
It would be useful to be able to manipulate with all buttons together (mainly on issue detail screen, but could be useful everywhere). To allow that, it would be useful to have all of them (including "preview" link and eventually another similar links) nested into sinhle html element - probably "div".
I want to have those controls fixed at page bottom (similarly to the Jenkins CI server screend) and currently it is difficult to achieve that. It would also simplify styling of those controls.
History
#1
Updated by Radek Terber about 8 years ago
Also it whould be great each control (each "submit" or "button") to have it own unique css class.
Especially in case new issue it is not sufficient to have form identified as "new_issue" or "edit_issue", since there are 2 submits.
#2
Updated by Toshi MARUYAMA about 8 years ago
- Description updated (diff)
- Category set to UI