Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -27,7 +27,15 @@ THE SOFTWARE.
<div class="jenkins-alert jenkins-alert-warning">
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="yes" value="${%Tell me more}"/>
<f:submit name="no" value="${%Dismiss}"/>
<l:isAdmin>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

<button type="submit"
class="jenkins-button jenkins-button--tertiary"
name="no"
value="${%Dismiss}"
title="${%Dismiss}">
<l:icon src="symbol-close"/>
</button>
</l:isAdmin>
</form>
${%blurb(app.rootDir)}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ THE SOFTWARE.
<div class="jenkins-alert jenkins-alert-warning">
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="yes" value="${%Manage}"/>
<f:submit name="no" value="${%Dismiss}"/>
<l:isAdmin>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

<button type="submit"
class="jenkins-button jenkins-button--tertiary"
name="no"
value="${%Dismiss}"
title="${%Dismiss}">
<l:icon src="symbol-close"/>
</button>
</l:isAdmin>
</form>
${%You have data stored in an older format and/or unreadable data.}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ THE SOFTWARE.
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="yes" value="${%More Info}"/>
<l:isAdmin>
<f:submit name="no" value="${%Dismiss}"/>
<button type="submit"
class="jenkins-button jenkins-button--tertiary"
value="${%Dismiss}"
name="no">
<l:icon src="symbol-close"/>
</button>
</l:isAdmin>
</form>
<div>${%blurb}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ THE SOFTWARE.
<l:isAdmin>
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="yes" value="${%Create a view now}"/>
<f:submit name="no" value="${%Dismiss}"/>
<button type="submit"
class="jenkins-button jenkins-button--tertiary"
value="${%Dismiss}"
name="no">
<l:icon src="symbol-close"/>
</button>
</form>
</l:isAdmin>
${%blurb}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<div class="jenkins-alert jenkins-alert-warning">
<form method="post" action="${rootURL}/${it.url}/disable">
<f:submit value="${%Dismiss}"/>
<button type="submit"
class="jenkins-button jenkins-button--tertiary"
name="no"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

value="${%Dismiss}"
title="${%Dismiss}">
<l:icon src="symbol-close"/>
</button>
</form>
${%blurb(rootURL)}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ THE SOFTWARE.
<div class="jenkins-alert jenkins-alert-warning">
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="yes" value="${%Manage}"/>
<f:submit name="no" value="${%Dismiss}"/>
</form>
<button type="submit"
class="jenkins-button jenkins-button--tertiary"
value="${%Dismiss}"
name="no">
<l:icon src="symbol-close"/>
</button>
</form>

${%ExecutorsWarning}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ THE SOFTWARE.
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="agent" value="${%Set up agent}"/>
<f:submit name="cloud" value="${%Set up cloud}"/>
<f:submit name="no" value="${%Dismiss}"/>
<button type="submit"
class="jenkins-button jenkins-button--tertiary"
value="${%Dismiss}"
name="no">
<l:icon src="symbol-close"/>
</button>
</form>
${%ExecutorsWarning}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ THE SOFTWARE.
<div class="jenkins-alert jenkins-alert-warning">
<l:isAdmin>
<form method="post" action="${rootURL}/${it.url}/disable">
<f:submit value="${%Dismiss}"/>
<button type="submit"
class="jenkins-button jenkins-button--tertiary"
name="no"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

value="${%Dismiss}"
title="${%Dismiss}">
<l:icon src="symbol-close"/>
</button>
</form>
</l:isAdmin>
<j:set var="actionAnchor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ THE SOFTWARE.
<div class="jenkins-alert jenkins-alert-warning">
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="yes" value="${%Setup Security}"/>
<f:submit name="no" value="${%Dismiss}"/>
</form>
<button type="submit"
class="jenkins-button jenkins-button--tertiary"
name="no"
value="${%Dismiss}"
title="${%Dismiss}">
<l:icon src="symbol-close"/>
</button>
</form>
${%blurb}
</div>
</j:jelly>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
<div class="jenkins-alert jenkins-alert-warning">
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="yes" value="${%Apply Migration}"/>
<f:submit name="no" value="${%Dismiss}"/>
<button type="submit"
class="jenkins-button jenkins-button--tertiary"
name="no"
value="${%Dismiss}"
title="${%Dismiss}">
<l:icon src="symbol-close"/>
</button>
</form>
${%blurb}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,18 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form" xmlns:l="/lib/layout">
<div class="jenkins-alert jenkins-alert-info">
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<f:submit name="more" value="${%Learn more}"/>
<f:submit name="dismiss" primary="false" value="${%Dismiss}"/>
<l:isAdmin>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

<button type="submit"
class="jenkins-button jenkins-button--tertiary"
value="${%Dismiss}"
name="dismiss">
<l:icon src="symbol-close"/>
</button>
</l:isAdmin>
Comment on lines +29 to +36
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting inconsistent with the rest of the file.

</form>
${%blurb}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<div class="jenkins-alert jenkins-alert-warning">
<form method="post" action="${rootURL}/${it.url}/disable">
<f:submit value="${%Dismiss}"/>
<l:isAdmin>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

<button type="submit"
class="jenkins-button jenkins-button--tertiary"
value="${%Dismiss}"
name="no">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

<l:icon src="symbol-close"/>
</button>
</l:isAdmin>
</form>
<j:set var="referenceAnchor">
<a href="https://www.jenkins.io/redirect/csrf-protection" rel="noopener noreferrer" target="_blank">${%referenceUrlContent}</a>
Expand Down
Loading