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:
04e9a47
)
Bugfix: Preisgruppen wurden nicht angezeigt seit r3110
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 27 Feb 2008 13:40:57 +0000
(13:40 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 27 Feb 2008 13:40:57 +0000
(13:40 +0000)
templates/webpages/ic/form_header_de.html
patch
|
blob
|
history
templates/webpages/ic/form_header_master.html
patch
|
blob
|
history
templates/webpages/ic/price_row_de.html
patch
|
blob
|
history
templates/webpages/ic/price_row_master.html
patch
|
blob
|
history
diff --git
a/templates/webpages/ic/form_header_de.html
b/templates/webpages/ic/form_header_de.html
index
6c37d3f
..
a559957
100644
(file)
--- a/
templates/webpages/ic/form_header_de.html
+++ b/
templates/webpages/ic/form_header_de.html
@@
-178,6
+178,7
@@
show_empty = 1,
id_key = 'id',
label_key = 'description',
+ style = 'width:100px'
-%]
</td>
</tr>
@@
-195,6
+196,7
@@
DATA = ALL_UNITS,
id_key = 'name',
label_key = 'name',
+ style = 'width:100px'
-%]
[%- END %]
</td>
diff --git
a/templates/webpages/ic/form_header_master.html
b/templates/webpages/ic/form_header_master.html
index
113099b
..
7050945
100644
(file)
--- a/
templates/webpages/ic/form_header_master.html
+++ b/
templates/webpages/ic/form_header_master.html
@@
-178,6
+178,7
@@
show_empty = 1,
id_key = 'id',
label_key = 'description',
+ style = 'width:100px'
-%]
</td>
</tr>
@@
-195,6
+196,7
@@
DATA = ALL_UNITS,
id_key = 'name',
label_key = 'name',
+ style = 'width:100px'
-%]
[%- END %]
</td>
diff --git
a/templates/webpages/ic/price_row_de.html
b/templates/webpages/ic/price_row_de.html
index
0115380
..
adea3e3
100644
(file)
--- a/
templates/webpages/ic/price_row_de.html
+++ b/
templates/webpages/ic/price_row_de.html
@@
-1,5
+1,5
@@
[%- USE HTML %]
-[%- IF PRICES.
count
%]
+[%- IF PRICES.
size
%]
<tr>
<td>
<table width=100%>
diff --git
a/templates/webpages/ic/price_row_master.html
b/templates/webpages/ic/price_row_master.html
index
da548fe
..
8fa33bd
100644
(file)
--- a/
templates/webpages/ic/price_row_master.html
+++ b/
templates/webpages/ic/price_row_master.html
@@
-1,5
+1,5
@@
[%- USE HTML %]
-[%- IF PRICES.
count
%]
+[%- IF PRICES.
size
%]
<tr>
<td>
<table width=100%>