Add a new icon to represent non-primary key
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
de030c88ce
commit
865cdc39ce
@ -64,7 +64,7 @@ $rownum = 0; $odd_row = true; ?>
|
||||
}
|
||||
if (in_array($field_name, $columns_with_index)) {
|
||||
$displayed_field_name .= Util::getImage(
|
||||
'bd_primary.png', __('Index')
|
||||
'b_key.png', __('Index')
|
||||
);
|
||||
}
|
||||
?>
|
||||
|
||||
BIN
themes/original/img/b_key.png
Normal file
BIN
themes/original/img/b_key.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 157 B |
BIN
themes/pmahomme/img/b_key.png
Normal file
BIN
themes/pmahomme/img/b_key.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 321 B |
Loading…
Reference in New Issue
Block a user