From a3e696cffaa1e3dc508b978428531638f3153c85 Mon Sep 17 00:00:00 2001 From: oilyflutesalad <oilyflutesalad@ispconfig3> Date: Sat, 16 Jan 2010 11:20:15 -0500 Subject: [PATCH] FIXED: Updated the title/description var names to reflect those in the template file so titles now show on the monitor pages. --- interface/web/monitor/show_sys_state.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/monitor/show_sys_state.php b/interface/web/monitor/show_sys_state.php index b695a46..a5e1eb0 100644 --- a/interface/web/monitor/show_sys_state.php +++ b/interface/web/monitor/show_sys_state.php @@ -69,8 +69,8 @@ $app->tpl->setVar("state_data",$output); $app->tpl->setVar("state_type",$stateType); -$app->tpl->setVar("title",$title); -$app->tpl->setVar("description",$description); +$app->tpl->setVar("list_head_txt",$title); +$app->tpl->setVar("list_desc_txt",$description); $app->tpl->setVar("monTransRefreshsq", $monTransRefreshsq); /* -- Gitblit v1.9.1