projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed1507
)
Small layout fix
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sat, 26 Jul 2008 07:18:26 +0000
(07:18 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sat, 26 Jul 2008 07:18:26 +0000
(07:18 +0000)
admin/fiscalyears.php
patch
|
blob
|
history
diff --git
a/admin/fiscalyears.php
b/admin/fiscalyears.php
index 269278889bdf84cbd83a6baa3f2f0887612c8b27..1c9af0dc2257cb463088a571d98759532fb22074 100644
(file)
--- a/
admin/fiscalyears.php
+++ b/
admin/fiscalyears.php
@@
-144,6
+144,8
@@
function display_fiscalyears()
edit_button_cell("Edit".$myrow['id'], _("Edit"));
if ($myrow["id"] != $company_year)
edit_button_cell("Delete".$myrow['id'], _("Delete"));
+ else
+ label_cell('');
end_row();
}