liquid_feedback_frontend
diff app/main/suggestion/new.lua @ 1480:ce00a6d5f610
New button design for suggestion add dialog
author | bsw |
---|---|
date | Thu Oct 18 17:57:49 2018 +0200 (2018-10-18) |
parents | 00d281ba3099 |
children | 7dcbcbf492e3 |
line diff
1.1 --- a/app/main/suggestion/new.lua Thu Oct 18 17:56:58 2018 +0200 1.2 +++ b/app/main/suggestion/new.lua Thu Oct 18 17:57:49 2018 +0200 1.3 @@ -93,9 +93,13 @@ 1.4 foreign_name = "name" 1.5 } 1.6 1.7 - ui.submit{ text = _"publish suggestion" } 1.8 + ui.submit{ 1.9 + attr = { class = "mdl-button mdl-js-button mdl-button--raised mdl-button--colored mdl-js-ripple-effect" }, 1.10 + text = _"publish suggestion" 1.11 + } 1.12 slot.put(" ") 1.13 ui.link{ 1.14 + attr = { class = "mdl-button mdl-js-button" }, 1.15 content = _"cancel", 1.16 module = "initiative", 1.17 view = "show",