Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop yui button #246

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
mPokornyETM marked this conversation as resolved.
Show resolved Hide resolved
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
Loading