Fixed notice in picture field edit view.

Made the field type icons clickable to edit the field.
This commit is contained in:
vyshane
2006-02-16 08:15:00 +00:00
parent cbde4dc94d
commit a684d28b29
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -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>';
}
}