projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c2ac5c
)
fix invalid label target element in plugin page (#72)
author
Anti Räis
<antirais@gmail.com>
Thu, 24 Jan 2019 22:05:34 +0000
(
00:05
+0200)
committer
anuko
<support@anuko.com>
Thu, 24 Jan 2019 22:05:34 +0000
(22:05 +0000)
WEB-INF/templates/plugins.tpl
patch
|
blob
|
history
diff --git
a/WEB-INF/templates/plugins.tpl
b/WEB-INF/templates/plugins.tpl
index
11514d1
..
c064d18
100644
(file)
--- a/
WEB-INF/templates/plugins.tpl
+++ b/
WEB-INF/templates/plugins.tpl
@@
-132,7
+132,7
@@
function handlePluginCheckboxes() {
</tr>
<tr>
<td align="right" nowrap>{$forms.pluginsForm.work_units.control}</td>
- <td><label for="w
eek_view
">{$i18n.label.work_units}</label> <span id="work_units_config"><a href="work_units.php">{$i18n.label.configure}</a></span></td>
+ <td><label for="w
ork_units
">{$i18n.label.work_units}</label> <span id="work_units_config"><a href="work_units.php">{$i18n.label.configure}</a></span></td>
</tr>
<tr>
<td colspan="2"> </td>