liquid_feedback_frontend

changeset 1009:5496a25105ae

Fixed wrong links in admin cancel issue
author bsw
date Sun Aug 11 22:04:27 2013 +0200 (2013-08-11)
parents 841d7f79f67d
children 1f5adfe11006
files app/main/admin/cancel_issue.lua
line diff
     1.1 --- a/app/main/admin/cancel_issue.lua	Sun Aug 11 22:03:34 2013 +0200
     1.2 +++ b/app/main/admin/cancel_issue.lua	Sun Aug 11 22:04:27 2013 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  if not id then
     1.5    ui.form{
     1.6      module = "admin",
     1.7 -    view = "issue_delete",
     1.8 +    view = "cancel_issue",
     1.9      content = function()
    1.10        ui.field.text{ label = _"Issue ID", name = "id" }
    1.11        ui.submit{ text = _"Cancel issue" }
    1.12 @@ -24,7 +24,7 @@
    1.13  
    1.14    ui.form{
    1.15      module = "admin",
    1.16 -    view = "issue_delete",
    1.17 +    action = "cancel_issue",
    1.18      id = id,
    1.19      content = function()
    1.20        ui.field.text{ label = _"Administraive notice", name = "id" }

Impressum / About Us