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:
c108773
)
Bei überschrittenem Kreditlimit nicht nach dem "-" umbrechen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 15 Jan 2007 10:07:49 +0000
(10:07 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 15 Jan 2007 10:07:49 +0000
(10:07 +0000)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
9bfc86c
..
0d96abf
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-595,7
+595,7
@@
sub form_header {
<td>$form->{creditlimit}</td>
<td width=20%></td>
<th nowrap>| . $locale->text('Remaining') . qq|</th>
- <td class="plus$n">$form->{creditremaining}</td>
+ <td class="plus$n"
nowrap
>$form->{creditremaining}</td>
</tr>
</table>
</td>