Fixed notice in picture field edit view.
Made the field type icons clickable to edit the field.
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@
|
||||
|
||||
echo '<td align="center">';
|
||||
$g = data_get_field($field);
|
||||
echo $g->image(); //print type icon
|
||||
echo $g->image($data->id); //print type icon
|
||||
echo '</td></tr>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user