Show More
@@ -23,6 +23,7 b'' | |||
|
23 | 23 | <div class="panel-heading"> |
|
24 | 24 | <h3 class="panel-title">${_('Inherited Issue Tracker Patterns')}</h3> |
|
25 | 25 | </div> |
|
26 | ||
|
26 | 27 | <div class="panel-body"> |
|
27 | 28 |
|
|
28 | 29 | <tr> |
@@ -32,6 +33,7 b'' | |||
|
32 | 33 | <th>${_('Prefix')}</th> |
|
33 | 34 |
<th |
|
34 | 35 | </tr> |
|
36 | ||
|
35 | 37 |
|
|
36 | 38 | <tr id="${uid}"> |
|
37 | 39 | <td class="td-description issuetracker_desc"> |
@@ -60,6 +62,9 b'' | |||
|
60 | 62 | %endfor |
|
61 | 63 | |
|
62 | 64 | </table> |
|
65 | <div class="buttons"> | |
|
66 | <button type="submit" class="btn btn-primary save-inheritance" id="save">${_('Save')}</button> | |
|
67 | </div> | |
|
63 | 68 | </div> |
|
64 | 69 | </div> |
|
65 | 70 | </div> |
@@ -77,7 +82,6 b'' | |||
|
77 | 82 | )} |
|
78 | 83 | <div class="buttons"> |
|
79 | 84 | <button type="submit" class="btn btn-primary save-inheritance" id="save">${_('Save')}</button> |
|
80 | <button type="reset" class="btn reset-inheritance">${_('Reset')}</button> | |
|
81 | 85 | </div> |
|
82 | 86 | </div> |
|
83 | 87 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now