mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Issue #209 - get rid of warning. May need different label to that chosen.
This commit is contained in:
@@ -175,7 +175,7 @@ class list_admin
|
|||||||
$curVal = $this->parent->list_pref[$this->parent->sections[$i]."_".$type."_icon"];
|
$curVal = $this->parent->list_pref[$this->parent->sections[$i]."_".$type."_icon"];
|
||||||
|
|
||||||
$this->row['FIELD_TITLE'] = $this->parent->titles[$i];
|
$this->row['FIELD_TITLE'] = $this->parent->titles[$i];
|
||||||
$this->row['FIELD_ITEM'] = $frm->iconpicker($name,$curVal);
|
$this->row['FIELD_ITEM'] = $frm->iconpicker($name,$curVal, LAN_SELECT); // TODO: Is this a reasonable label to use? Might not be used
|
||||||
// $this->row['FIELD_ITEM'] = $frm->iconpicker($this->parent->sections[$i]."_".$type."_icon",$this->parent->list_pref[$this->parent->sections[$i]."_".$type."_icon"]).
|
// $this->row['FIELD_ITEM'] = $frm->iconpicker($this->parent->sections[$i]."_".$type."_icon",$this->parent->list_pref[$this->parent->sections[$i]."_".$type."_icon"]).
|
||||||
// $this->row['FIELD_ITEM'] = $rs->form_text($this->parent->sections[$i]."_".$type."_icon", 15, $this->parent->list_pref[$this->parent->sections[$i]."_".$type."_icon"], 100)."
|
// $this->row['FIELD_ITEM'] = $rs->form_text($this->parent->sections[$i]."_".$type."_icon", 15, $this->parent->list_pref[$this->parent->sections[$i]."_".$type."_icon"], 100)."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user