This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 46
46
<input type='hidden' name="userId" value="<?php echo $ this ->user ->getKey (); ?> " />
47
47
<input type="checkbox" id="deleteDialogAgreeCheckbox">I understand the implications and wish to proceed.</input>
48
48
<br /><br />
49
- <input class="genericButton" disabled="disabled" type='submit' name='submitButton' id='deleteDialogDeleteButton'
50
- value='<?php echo $ this ->t ('Delete ' )?> ' />
51
- <input class="genericButton" style="margin-left: 15px;" type='button' name='deleteDialogCancelButton' id='deleteDialogCancelButton'
52
- value='<?php echo $ this ->t ('Cancel ' )?> ' />
49
+ <div style="float: right;">
50
+ <input class="genericButton" disabled="disabled" type='submit' name='submitButton' id='deleteDialogDeleteButton'
51
+ value='<?php echo $ this ->t ('Delete ' )?> ' />
52
+ <input class="genericButton" style="margin-left: 15px;" type='button' name='deleteDialogCancelButton' id='deleteDialogCancelButton'
53
+ value='<?php echo $ this ->t ('Cancel ' )?> ' />
54
+ </div>
53
55
</form>
54
56
<img id="deleteDialogLoadingGif" style="display: none; float: left" alt="" src="<?php echo $ this ->coreWebroot ?> /public/images/icons/loading.gif" />
55
57
</div>
You can’t perform that action at this time.
0 commit comments