liquid_feedback_frontend

diff app/main/timeline/_list.lua @ 145:90520c9fca44

implement area filter in timeline

allows the user to ignore any area in the timeline filter.
better display in javascript off
author Daniel Poelzleithner <poelzi@poelzi.org>
date Thu Oct 07 00:35:48 2010 +0200 (2010-10-07)
parents 166fd10c7e81
children d37dce888225
line diff
     1.1 --- a/app/main/timeline/_list.lua	Wed Oct 06 18:15:23 2010 +0200
     1.2 +++ b/app/main/timeline/_list.lua	Thu Oct 07 00:35:48 2010 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4    ui.paginate{
     1.5      per_page = param.get("per_page", atom.number) or 25,
     1.6      selector = timeline_selector,
     1.7 +    container_attr = { class = "ui_paginate timeline_results" },
     1.8      content = function()
     1.9        local timelines = timeline_selector:exec()
    1.10        timelines:load("issue")

Impressum / About Us