liquid_feedback_frontend
diff app/main/delegation/_action/update.lua @ 278:fecd4c13054a
Code/css clean up and minor enhancements
| author | bsw |
|---|---|
| date | Mon Feb 13 01:53:41 2012 +0100 (2012-02-13) |
| parents | e3613831cd1e |
| children | b77e6a17ca77 |
line diff
1.1 --- a/app/main/delegation/_action/update.lua Mon Feb 13 00:16:42 2012 +0100 1.2 +++ b/app/main/delegation/_action/update.lua Mon Feb 13 01:53:41 2012 +0100 1.3 @@ -20,6 +20,7 @@ 1.4 1.5 delegation:destroy() 1.6 1.7 +--[[ 1.8 if issue_id then 1.9 slot.put_into("notice", _"Your delegation for this issue has been deleted.") 1.10 elseif area_id then 1.11 @@ -27,7 +28,7 @@ 1.12 else 1.13 slot.put_into("notice", _"Your delegation for this unit has been deleted.") 1.14 end 1.15 - 1.16 +--]] 1.17 end 1.18 1.19 else 1.20 @@ -53,7 +54,7 @@ 1.21 end 1.22 1.23 delegation:save() 1.24 - 1.25 +--[[ 1.26 if issue_id then 1.27 slot.put_into("notice", _"Your delegation for this issue has been updated.") 1.28 elseif area_id then 1.29 @@ -61,6 +62,6 @@ 1.30 else 1.31 slot.put_into("notice", _"Your delegation for this unit has been updated.") 1.32 end 1.33 - 1.34 +--]] 1.35 end 1.36