liquid_feedback_frontend

diff app/main/index/_sidebar_whatcanido.lua @ 1059:3f52e99b444d

Added missing feature database download again
author bsw
date Wed Jul 16 21:49:21 2014 +0200 (2014-07-16)
parents 701a5cf6b067
children 2d038d3ae153
line diff
     1.1 --- a/app/main/index/_sidebar_whatcanido.lua	Wed Jul 16 21:48:19 2014 +0200
     1.2 +++ b/app/main/index/_sidebar_whatcanido.lua	Wed Jul 16 21:49:21 2014 +0200
     1.3 @@ -49,6 +49,19 @@
     1.4          end }
     1.5        end } 
     1.6      end )
     1.7 +    if config.download_dir then
     1.8 +      ui.sidebarSection( function()
     1.9 +        ui.heading { level = 3, content = _"I want to download all data" }
    1.10 +        ui.tag { tag = "ul", attr = { class = "ul" }, content = function ()
    1.11 +          ui.tag { tag = "li", content = function ()
    1.12 +            ui.link{
    1.13 +              module = "index", view = "download",
    1.14 +              text = _"download database"
    1.15 +            }
    1.16 +          end }
    1.17 +        end } 
    1.18 +      end )
    1.19 +    end
    1.20      ui.sidebarSection( function()
    1.21        ui.heading { level = 3, content = _"I want to learn more about LiquidFeedback" }
    1.22        ui.tag { tag = "ul", attr = { class = "ul" }, content = function ()

Impressum / About Us