|
17 | 17 | <div> |
18 | 18 | <form method="GET" action="${rootURL}/safeRestart" |
19 | 19 | style="float: none; display: inline; position: inherit;"> |
20 | | - <span class="yui-button yui-link-button primary"> |
21 | | - <span class="first-child primary"> |
22 | | - <button type="submit"> |
23 | | - ${%Restart Jenkins} |
24 | | - </button> |
25 | | - </span> |
| 20 | + <span class="first-child primary"> |
| 21 | + <button type="submit" class="jenkins-button jenkins-button--primary"> |
| 22 | + ${%Restart Jenkins} |
| 23 | + </button> |
26 | 24 | </span> |
27 | 25 | </form> |
28 | 26 | </div> |
|
32 | 30 | <form method="GET" action="${rootURL}/safeRestart" disabled="disabled" |
33 | 31 | class="branch-api-property-migration-monitor-disabled-form" |
34 | 32 | style="float: none; display: inline; position: inherit;"> |
35 | | - <span class="yui-button yui-link-button"> |
36 | 33 | <span class="first-child"> |
37 | | - <button disabled="disabled"> |
| 34 | + <button disabled="disabled" class="jenkins-button"> |
38 | 35 | ${%Restart Jenkins} |
39 | 36 | </button> |
40 | 37 | </span> |
41 | | - </span> |
42 | 38 | </form> |
43 | 39 | </j:otherwise> |
44 | 40 | </j:choose> |
|
68 | 64 | action="${rootURL}/pluginManager/install" |
69 | 65 | style="float: none; display: inline; position: inherit;"> |
70 | 66 | <input type="hidden" name="plugin.${p.pluginName}.default" checked="true"/> |
71 | | - <span class="yui-button yui-link-button" name="dynamicLoad"> |
72 | | - <span class="first-child"> |
73 | | - <button formenctype="multipart/form-data" disabled="disabled"> |
74 | | - ${%restart(p.pluginDisplayName)} |
75 | | - </button> |
76 | | - </span> |
| 67 | + <span class="first-child"> |
| 68 | + <button class="jenkins-button" formenctype="multipart/form-data" disabled="disabled"> |
| 69 | + ${%restart(p.pluginDisplayName)} |
| 70 | + </button> |
77 | 71 | </span> |
78 | 72 | </form> |
79 | 73 | </j:when> |
|
96 | 90 | action="${rootURL}/pluginManager/install" |
97 | 91 | style="float: none; display: inline; position: inherit;"> |
98 | 92 | <input type="hidden" name="${p.pluginInstallId}" checked="true"/> |
99 | | - <span class="yui-button yui-link-button primary" name="${p.pluginUpgrade?'Submit':'dynamicLoad'}"> |
100 | 93 | <span class="first-child"> |
101 | | - <button formenctype="multipart/form-data" type="submit"> |
| 94 | + <button class="jenkins-button jenkins-button--primary" formenctype="multipart/form-data" type="submit"> |
102 | 95 | <j:choose> |
103 | 96 | <j:when test="${p.pluginUpgrade}"> |
104 | 97 | ${%upgrade(p.pluginDisplayName, p.pluginVersion)} |
|
109 | 102 | </j:choose> |
110 | 103 | </button> |
111 | 104 | </span> |
112 | | - </span> |
113 | 105 | </form> |
114 | 106 | </j:otherwise> |
115 | 107 | </j:choose> |
|
0 commit comments