liquid_feedback_frontend

diff app/main/suggestion/new.lua @ 141:20e0b64cc1f9

use monospace/pre data on suggestion display and entry

this allows better formatting on the user suggestions without the overhead of using wiki there

fixes bug #215
author Daniel Poelzleithner <poelzi@poelzi.org>
date Wed Oct 06 14:34:45 2010 +0200 (2010-10-06)
parents 02e24b4dd21c
children 23c98752e697
line diff
     1.1 --- a/app/main/suggestion/new.lua	Wed Oct 06 14:14:23 2010 +0200
     1.2 +++ b/app/main/suggestion/new.lua	Wed Oct 06 14:34:45 2010 +0200
     1.3 @@ -38,7 +38,7 @@
     1.4        }
     1.5      end
     1.6      ui.field.text{ label = _"Title (80 chars max)",        name = "name" }
     1.7 -    ui.field.text{ label = _"Description", name = "description", multiline = true }
     1.8 +    ui.field.text{ label = _"Description", name = "description", multiline = true, attr={id="suggestion_description"}}
     1.9      ui.field.select{
    1.10        label = _"Degree",
    1.11        name = "degree",

Impressum / About Us