4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
 
   25                 $this->
setTitle($lng->txt(
"sty_paste_characteristics"));
 
   27                 $st_c = explode(
":::", 
$_SESSION[
"sty_copy"]);
 
   28                 $this->from_style_id = $st_c[0];
 
   29                 $this->from_style_type = $st_c[1];
 
   30                 $this->
setData(explode(
"::",$st_c[2]));
 
   31                 $this->
addColumn($this->lng->txt(
"name"));
 
   32                 $this->
addColumn($this->lng->txt(
"type"));
 
   33                 $this->
addColumn($this->lng->txt(
"sty_if_style_class_already_exists"));
 
   37                 $this->
setRowTemplate(
"tpl.paste_style_row.html", 
"Services/Style");
 
   54                 $char = explode(
".", $a_set);
 
   55                 $this->tpl->setVariable(
"CHAR", $a_set);
 
   56                 $this->tpl->setVariable(
"SEL_OVERWRITE", 
'checked="checked"');
 
   57                 $this->tpl->setVariable(
"VAL_TYPE", $lng->txt(
"sty_type_".$char[0]));
 
   58                 $this->tpl->setVariable(
"VAL_TITLE", $char[2]);
 
   59                 $this->tpl->setVariable(
"TXT_OVERWRITE", $lng->txt(
"sty_overwrite"));
 
   60                 $this->tpl->setVariable(
"TXT_IGNORE", $lng->txt(
"sty_keep_existing"));