projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca651f
)
Langtext linksbündig anordnen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 2 Feb 2007 16:07:04 +0000
(16:07 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 2 Feb 2007 16:07:04 +0000
(16:07 +0000)
bin/mozilla/am.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/am.pl
b/bin/mozilla/am.pl
index
b6ee942
..
991c6c0
100644
(file)
--- a/
bin/mozilla/am.pl
+++ b/
bin/mozilla/am.pl
@@
-2457,7
+2457,7
@@
sub list_payment {
build_std_url("action=edit_payment", "id=$ref->{id}", "callback=$callback") .
qq|">| . H($ref->{description}) . qq|</a></td>|;
$column_data{description_long} =
- qq|<td
align=right
>| . H($ref->{description_long}) . qq|</td>|;
+ qq|<td>| . H($ref->{description_long}) . qq|</td>|;
$column_data{terms_netto} =
qq|<td align=right>$ref->{terms_netto}</td>|;
$column_data{terms_skonto} =