diff options
Diffstat (limited to 'app/view')
-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 369a789..60063cf 100644 --- a/app/view/common/setting.modal.view.php +++ b/app/view/common/setting.modal.view.php @@ -56,7 +56,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> |