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:
78650e3
)
Text für die Checkbox als <label> ausgeben, damit man auch auf den Text klicken kann.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 19 Jan 2007 09:34:24 +0000
(09:34 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 19 Jan 2007 09:34:24 +0000
(09:34 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
25be6fe
..
0c7b973
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-208,8
+208,8
@@
sub display_row {
<tr>
<td>
<input type="hidden" name="show_details" value="$form->{show_details}">
- <input type="checkbox" onclick="show_form_details($show_details_new);" $show_details_checked>
-
| . $locale->text("Show details") . qq|
<br>
+ <input type="checkbox"
id="cb_show_details"
onclick="show_form_details($show_details_new);" $show_details_checked>
+
<label for="cb_show_details">| . $locale->text("Show details") . qq|</label>
<br>
<table width=100%>
<tr class=listheading>|;