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:
3f6062f
)
Leeres Feld mit anzeigen heißt with_empty bei select_tag im L-Plugin.
author
Bernd Blessmann
<bibi@online.de>
Fri, 20 Apr 2012 08:46:10 +0000
(10:46 +0200)
committer
Bernd Blessmann
<bibi@online.de>
Fri, 20 Apr 2012 08:46:10 +0000
(10:46 +0200)
templates/webpages/ct/form_header.html
patch
|
blob
|
history
diff --git
a/templates/webpages/ct/form_header.html
b/templates/webpages/ct/form_header.html
index
92c098d
..
8263d87
100644
(file)
--- a/
templates/webpages/ct/form_header.html
+++ b/
templates/webpages/ct/form_header.html
@@
-279,7
+279,7
@@
</td>
[%- IF is_customer && !conf_vertreter %]
<th align="right">[% 'Salesman' | $T8 %]</th>
- <td>[% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=salesman_id,
show
_empty=1, title='safe_name')) %]</td>
+ <td>[% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=salesman_id,
with
_empty=1, title='safe_name')) %]</td>
[%- END %]
</tr>
</table>