diff options
author | Malf Furious <m@lfurio.us> | 2016-04-30 22:34:01 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-05-01 01:34:23 -0400 |
commit | e9189928e1108d0c1330eb47cc5de20d67f5de51 (patch) | |
tree | f8d8f241f1260115f94cffb84e483d7c194a669b /app/view | |
parent | 6d6e62add5976b3afec23d1745302d676ccd88ac (diff) | |
download | scrott-e9189928e1108d0c1330eb47cc5de20d67f5de51.tar.gz scrott-e9189928e1108d0c1330eb47cc5de20d67f5de51.zip |
Update setting modal to allow user to remove their own head image
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> |