Skip to content

Commit

Permalink
drop yui button
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Scherler <[email protected]>
  • Loading branch information
scherler committed Dec 18, 2024
1 parent adb0375 commit 319696f
Showing 1 changed file with 24 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,18 @@ THE SOFTWARE.
data-action="select-all-invalid">${%SelectAllInvalid}</a>
</div>
<div class="action-panel">
<span class="yui-button">
<button class="action action-migrate-selected"
data-url="${rootURL}/${it.url}/migrateAllSelected"
data-confirm-template="${%MigrateAllSelected_confirm}"
data-nothing-selected="${%MigrateAllSelected_nothing}">
${%MigrateAllSelected}
</button>
</span>
<span class="yui-button">
<button class="action action-ignore-selected"
data-url="${rootURL}/${it.url}/ignoreAllSelected"
data-confirm-template="${%IgnoreAllSelected_confirm}"
data-nothing-selected="${%IgnoreMigrateAllSelected_nothing}">
${%IgnoreAllSelected}
</button>
</span>
<button class="action action-migrate-selected jenkins-button jenkins-!-margin-right-2"
data-url="${rootURL}/${it.url}/migrateAllSelected"
data-confirm-template="${%MigrateAllSelected_confirm}"
data-nothing-selected="${%MigrateAllSelected_nothing}">
${%MigrateAllSelected}
</button>
<button class="action action-ignore-selected jenkins-button"
data-url="${rootURL}/${it.url}/ignoreAllSelected"
data-confirm-template="${%IgnoreAllSelected_confirm}"
data-nothing-selected="${%IgnoreMigrateAllSelected_nothing}">
${%IgnoreAllSelected}
</button>
</div>
<j:set var="jobInfoList" value="${it.getAllJobInformation()}"/>
<table class="pane bigtable align-th-left">
Expand Down Expand Up @@ -203,22 +199,18 @@ THE SOFTWARE.
</div>

<div class="action-panel">
<span class="yui-button">
<button class="action action-migrate-selected"
data-url="${rootURL}/${it.url}/migrateAllSelected"
data-confirm-template="${%MigrateAllSelected_confirm}"
data-nothing-selected="${%MigrateAllSelected_nothing}">
${%MigrateAllSelected}
</button>
</span>
<span class="yui-button">
<button class="action action-ignore-selected"
data-url="${rootURL}/${it.url}/ignoreAllSelected"
data-confirm-template="${%IgnoreAllSelected_confirm}"
data-nothing-selected="${%IgnoreMigrateAllSelected_nothing}">
${%IgnoreAllSelected}
</button>
</span>
<button class="action action-migrate-selected jenkins-button jenkins-!-margin-right-2"
data-url="${rootURL}/${it.url}/migrateAllSelected"
data-confirm-template="${%MigrateAllSelected_confirm}"
data-nothing-selected="${%MigrateAllSelected_nothing}">
${%MigrateAllSelected}
</button>
<button class="action action-ignore-selected jenkins-button"
data-url="${rootURL}/${it.url}/ignoreAllSelected"
data-confirm-template="${%IgnoreAllSelected_confirm}"
data-nothing-selected="${%IgnoreMigrateAllSelected_nothing}">
${%IgnoreAllSelected}
</button>
</div>
</div>
</l:main-panel>
Expand Down

0 comments on commit 319696f

Please sign in to comment.