diff options
Diffstat (limited to '')
-rw-r--r-- | app/view/common/setting.modal.view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/common/setting.modal.view.php b/app/view/common/setting.modal.view.php index 60063cf..e43f723 100644 --- a/app/view/common/setting.modal.view.php +++ b/app/view/common/setting.modal.view.php @@ -245,7 +245,7 @@ <span class="glyphicon glyphicon-camera"></span> Upload new image </button> <br /> - <button type="button" class="btn btn-danger btn-xs"> + <button type="submit" name="input[rmImage]" class="btn btn-danger btn-xs" onclick="return assertConfirm()"> <span class="glyphicon glyphicon-remove"></span> Remove image </button> </div> |