提交 adba6d4f 编写于 作者: K Kohsuke Kawaguchi

adding the sticky save button to more places.

上级 760f9030
......@@ -137,7 +137,7 @@ THE SOFTWARE.
<j:if test="${!empty(list)}">
<div id="bottom-sticker" >
<div style="background:white; padding:1em">
<div class="bottom-sticker-inner">
<f:submit value="${%Install without restart}" name="dynamicLoad" />
<span style="margin-left:2em;"></span>
<f:submit value="${%Download now and install after restart}" />
......
......@@ -61,8 +61,12 @@ THE SOFTWARE.
<j:if test="${h.hasPermission(it,it.CONFIGURE)}">
<f:block>
<!--<input type="button" name="StructureTest" value="Test" onclick="buildFormTree(this.form)" />-->
<f:submit value="${%Save}" />
<div id="bottom-sticker">
<div class="bottom-sticker-inner">
<!--<input type="button" name="StructureTest" value="Test" onclick="buildFormTree(this.form)" />-->
<f:submit value="${%Save}" />
</div>
</div>
</f:block>
</j:if>
</f:form>
......
......@@ -60,7 +60,11 @@ THE SOFTWARE.
</j:forEach>
<f:block>
<f:submit value="${%Save}" />
<div id="bottom-sticker" >
<div class="bottom-sticker-inner">
<f:submit value="${%Save}" />
</div>
</div>
</f:block>
</f:form>
</l:main-panel>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册