mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-05 23:30:02 +01:00
Change position of buttons in comment editing forms
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
elastic = true,
|
||||
tabIndex = 1
|
||||
)
|
||||
<div>
|
||||
<input type="button" id="cancel-comment-@commentId" class="btn btn-danger" value="Cancel"/>
|
||||
<input type="button" id="update-comment-@commentId" class="btn btn-default pull-right" value="Update comment"/>
|
||||
<div class="pull-right">
|
||||
<input type="button" id="cancel-comment-@commentId" class="btn btn-default" value="Cancel"/>
|
||||
<input type="button" id="update-comment-@commentId" class="btn btn-success" value="Update comment"/>
|
||||
</div>
|
||||
<script>
|
||||
$(function(){
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
elastic = true,
|
||||
tabIndex = 1
|
||||
)
|
||||
<div>
|
||||
<input type="button" id="cancel-issue" class="btn btn-danger" value="Cancel"/>
|
||||
<input type="button" id="update-issue" class="btn btn-default pull-right" value="Update comment"/>
|
||||
<div class="pull-right">
|
||||
<input type="button" id="cancel-issue" class="btn btn-default" value="Cancel"/>
|
||||
<input type="button" id="update-issue" class="btn btn-success" value="Update comment"/>
|
||||
</div>
|
||||
<script>
|
||||
$(function(){
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
elastic = true,
|
||||
tabIndex = 1
|
||||
)
|
||||
<div>
|
||||
<input type="button" class="cancel-comment-@commentId btn btn-small btn-danger" value="Cancel"/>
|
||||
<input type="button" class="update-comment-@commentId btn btn-small btn-default pull-right" value="Update comment"/>
|
||||
<div class="pull-right">
|
||||
<input type="button" class="cancel-comment-@commentId btn btn-small btn-default" value="Cancel"/>
|
||||
<input type="button" class="update-comment-@commentId btn btn-small btn-success" value="Update comment"/>
|
||||
</div>
|
||||
<script>
|
||||
$(function(){
|
||||
|
||||
Reference in New Issue
Block a user