<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.58.4863 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.18.58.4864 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
<a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
<a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
<a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
taxLabel.style.visibility = "hidden";
}
var configureLabel = document.getElementById("expenses_config");
+ var docLabel = null;
if (expensesCheckbox.checked) {
configureLabel.style.visibility = "visible";
} else {
var templatesCheckbox = document.getElementById("templates");
configureLabel = document.getElementById("templates_config");
+ docLabel = document.getElementById("templates_doc");
if (templatesCheckbox.checked){
configureLabel.style.display = "";
- //configureLabel.style.visibility = "visible";
+ docLabel.style.display = "none";
} else {
configureLabel.style.display = "none";
- //configureLabel.style.visibility = "hidden";
+ docLabel.style.display = "";
}
}
</script>
</tr>
<tr>
<td align="right" nowrap>{$forms.pluginsForm.templates.control}</td>
- <td><label for="templates">{$i18n.title.templates}</label> <span id="templates_config"><a href="templates.php">{$i18n.label.configure}</a></span> <a href="https://www.anuko.com/lp/tt_29.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
+ <td><label for="templates">{$i18n.title.templates}</label> <span id="templates_config"><a href="templates.php">{$i18n.label.configure}</a></span> <span id="templates_doc"><a href="https://www.anuko.com/lp/tt_29.htm" target="_blank">{$i18n.label.what_is_it}</a></span></td>
</tr>
<tr>
<td colspan="2"> </td>