提交 faeaf6cb 编写于 作者: M mindless

remove float:right for Manage/Dismiss buttons.

sometimes people were not finding the Manage button if the page was wider
than the browser window, so the button was not visible w/o scrolling.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@32837 71c3de6d-444a-0410-be80-ed276b4c234a
上级 54f73722
......@@ -25,11 +25,11 @@ 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="warning">
<form method="post" action="${rootURL}/${it.url}/act" name="${it.id}">
<div style="float:right">
<f:submit name="yes" value="${%Manage}"/>
<f:submit name="no" value="${%Dismiss}"/>
</div>
${%You have data stored in an older format and/or unreadable data.}
<st:nbsp/>
<st:nbsp/>
<f:submit name="yes" value="${%Manage}"/>
<f:submit name="no" value="${%Dismiss}"/>
</form>
</div>
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册