summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenedit.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/screenedit.php')
-rw-r--r--frontends/php/screenedit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/screenedit.php b/frontends/php/screenedit.php
index 5445e8ef..0a3f335a 100644
--- a/frontends/php/screenedit.php
+++ b/frontends/php/screenedit.php
@@ -107,7 +107,7 @@
$table = new CTable(
new CLink("No rows in screen ".$row["name"],"screenconf.php?form=0&screenid=".$screenid),
- "screen");
+ "screen_edit");
for($r=0;$r<$row["rows"];$r++)
{
@@ -201,7 +201,7 @@
);
}
- $new_col = new CCol($item,"screen");
+ $new_col = new CCol($item,"screen_edit");
if($colspan) $new_col->SetColSpan($colspan);
if($rowspan) $new_col->SetRowSpan($rowspan);