1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Merge pull request #198 from STR82U/patch-2

Update list_admin_class.php typo
This commit is contained in:
Moc
2013-05-02 06:35:57 -07:00

View File

@@ -245,7 +245,7 @@ class list_admin
for($i=0;$i<count($this->parent->sections);$i++) for($i=0;$i<count($this->parent->sections);$i++)
{ {
$this->row['FIELD_TITLE'] = $this->parent->titles[$i]; $this->row['FIELD_TITLE'] = $this->parent->titles[$i];
$this->row['FIELD_ITEM'] = $rs->form_text($this->parent->sections[$i]."_".$type."_caption", 30, e1007::getParser()->toHTML($this->parent->list_pref[$this->parent->sections[$i]."_".$type."_caption"],"","defs"), "50", "tbox"); $this->row['FIELD_ITEM'] = $rs->form_text($this->parent->sections[$i]."_".$type."_caption", 30, e107::getParser()->toHTML($this->parent->list_pref[$this->parent->sections[$i]."_".$type."_caption"],"","defs"), "50", "tbox");
$this->row['FIELD'] .= $this->parseTemplate('FIELD_TABLE'); $this->row['FIELD'] .= $this->parseTemplate('FIELD_TABLE');
} }
$this->row['FIELD'] .= $this->parseTemplate('FIELD_TABLE_END'); $this->row['FIELD'] .= $this->parseTemplate('FIELD_TABLE_END');