openbsd-ports/www/timetrex/patches/patch-templates_install_SystemSettings_tpl
ajacoutot 2a925e5397 - bugfix update to timetrex-2.2.15
This release has several bugfixes, including a fix for an issue that may
have caused accrual policies to stop calculating accrued time for some
employees.
2008-10-07 10:42:27 +00:00

22 lines
894 B
Plaintext

$OpenBSD: patch-templates_install_SystemSettings_tpl,v 1.2 2008/10/07 10:42:27 ajacoutot Exp $
--- templates/install/SystemSettings.tpl.orig Tue Oct 7 11:19:11 2008
+++ templates/install/SystemSettings.tpl Tue Oct 7 11:20:25 2008
@@ -70,7 +70,7 @@
</span>
</td>
<td class="cellRightEditTable">
- <input type="checkbox" class="checkbox" name="data[update_notify]" value="1" checked>
+ <input type="checkbox" class="checkbox" name="data[update_notify]" value="1">
<font color='red'><b>{t}*HIGHLY RECOMMENDED{/t}</b></font>
</td>
</tr>
@@ -81,7 +81,7 @@
<br>
</td>
<td class="cellRightEditTable">
- <input type="checkbox" class="checkbox" name="data[anonymous_update_notify]" value="1">
+ <input type="checkbox" class="checkbox" name="data[anonymous_update_notify]" value="1" checked>
</td>
</tr>
{/if}