> String conversion
41 | *
42 | * @return string
43 | */
44 | public function __toString()
45 | {
46 | return (string)$this->value;
47 | }
48 | }
49 |
--------------------------------------------------------------------------------
/WEB-INF/lib/smarty/sysplugins/smartyexception.php:
--------------------------------------------------------------------------------
1 | Smarty: ' . (self::$escape ? htmlentities($this->message) : $this->message) . ' <-- ';
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/WEB-INF/lib/tdcron/class.tdcron.entry.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anuko/timetracker/b6711df7ae7c0c0034d6673365d26a0933faac5c/WEB-INF/lib/tdcron/class.tdcron.entry.php
--------------------------------------------------------------------------------
/WEB-INF/templates/2fa.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$i18n.form.2fa.hint}
5 | {$forms.twoFactorAuthForm.open}
6 |
7 | |
8 |
9 | |
10 | {$forms.twoFactorAuthForm.login.control} |
11 |
12 | |
13 | |
14 |
15 | |
16 | {$forms.twoFactorAuthForm.password.control} |
17 |
18 | |
19 | |
20 |
21 | |
22 | {$forms.twoFactorAuthForm.auth_code.control} |
23 |
24 | |
25 |
26 | {$forms.twoFactorAuthForm.btn_login.control} |
27 |
28 |
29 | {$forms.twoFactorAuthForm.close}
30 |
31 |
--------------------------------------------------------------------------------
/WEB-INF/templates/access_denied.tpl:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/WEB-INF/templates/admin_group_delete.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$forms.groupForm.open}
5 |
6 | {$forms.groupForm.btn_delete.control} {$forms.groupForm.btn_cancel.control}
7 | {$forms.groupForm.close}
8 |
--------------------------------------------------------------------------------
/WEB-INF/templates/admin_groups.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 |
7 |
8 | {$i18n.form.groups.hint}
9 | {if $groups}
10 |
30 | {/if}
31 |
32 |
36 |
37 |
--------------------------------------------------------------------------------
/WEB-INF/templates/cf_custom_field_delete.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$forms.fieldDeleteForm.open}
5 |
6 | {$forms.fieldDeleteForm.btn_delete.control} {$forms.fieldDeleteForm.btn_cancel.control}
7 | {$forms.fieldDeleteForm.close}
8 |
--------------------------------------------------------------------------------
/WEB-INF/templates/cf_custom_fields.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$forms.customFieldsForm.open}
5 |
40 | {$forms.customFieldsForm.btn_add.control}
41 | {$forms.customFieldsForm.close}
42 |
--------------------------------------------------------------------------------
/WEB-INF/templates/cf_dropdown_option_add.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$forms.optionAddForm.open}
5 |
6 | |
7 |
8 | |
9 | {$forms.optionAddForm.name.control} |
10 |
11 | |
12 | |
13 | {$i18n.label.required_fields} |
14 |
15 | {$forms.optionAddForm.btn_add.control}
16 | {$forms.optionAddForm.close}
17 |
--------------------------------------------------------------------------------
/WEB-INF/templates/cf_dropdown_option_delete.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$forms.optionDeleteForm.open}
5 |
6 | {$forms.optionDeleteForm.btn_delete.control} {$forms.optionDeleteForm.btn_cancel.control}
7 | {$forms.optionDeleteForm.close}
8 |
--------------------------------------------------------------------------------
/WEB-INF/templates/cf_dropdown_option_edit.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$forms.optionEditForm.open}
5 |
6 | |
7 |
8 | |
9 | {$forms.optionEditForm.name.control} |
10 |
11 | |
12 | |
13 | {$i18n.label.required_fields} |
14 |
15 | {$forms.optionEditForm.btn_save.control}
16 | {$forms.optionEditForm.close}
17 |
--------------------------------------------------------------------------------
/WEB-INF/templates/cf_dropdown_options.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 |
7 |
8 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/WEB-INF/templates/client_delete.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$forms.clientDeleteForm.open}
5 |
6 | {$i18n.form.client.client_to_delete}: |
7 |
8 | {$i18n.form.client.client_to_delete}: |
9 | |
10 |
11 | |
12 | {$i18n.form.client.client_entries}: |
13 |
14 | {$i18n.form.client.client_entries}: |
15 | {$forms.clientDeleteForm.delete_client_entries.control} |
16 |
17 |
18 | {$forms.clientDeleteForm.btn_delete.control} {$forms.clientDeleteForm.btn_cancel.control}
19 | {$forms.clientDeleteForm.close}
20 |
--------------------------------------------------------------------------------
/WEB-INF/templates/datetime_format_preview.tpl:
--------------------------------------------------------------------------------
1 |
18 |
--------------------------------------------------------------------------------
/WEB-INF/templates/expense_delete.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$forms.expenseItemForm.open}
5 |
6 |
7 | {if $user->isPluginEnabled('cl')}
8 | {$i18n.label.client} |
9 | {/if}
10 | {if $show_project}
11 | {$i18n.label.project} |
12 | {/if}
13 | {$i18n.label.item} |
14 | {$i18n.label.cost} |
15 |
16 |
17 | {if $user->isPluginEnabled('cl')}
18 | {$expense_item.client_name|escape} |
19 | {/if}
20 | {if $show_project}
21 | {$expense_item.project_name|escape} |
22 | {/if}
23 | {$expense_item.name|escape} |
24 | {$expense_item.cost} |
25 |
26 |
27 | {$forms.expenseItemForm.delete_button.control} {$forms.expenseItemForm.cancel_button.control}
28 | {$forms.expenseItemForm.close}
29 |
--------------------------------------------------------------------------------
/WEB-INF/templates/export.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$i18n.form.export.hint}
5 |
6 | {$forms.exportForm.open}
7 |
8 | |
9 |
10 | |
11 | {$forms.exportForm.compression.control} |
12 |
13 | |
14 |
15 | {$forms.exportForm.btn_submit.control}
16 | {$forms.exportForm.close}
17 |
--------------------------------------------------------------------------------
/WEB-INF/templates/file_delete.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$forms.fileDeleteForm.open}
5 |
6 | {$forms.fileDeleteForm.btn_delete.control} {$forms.fileDeleteForm.btn_cancel.control}
7 | {$forms.fileDeleteForm.close}
8 |
--------------------------------------------------------------------------------
/WEB-INF/templates/file_download.tpl:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/WEB-INF/templates/file_edit.tpl:
--------------------------------------------------------------------------------
1 | {* Copyright (c) Anuko International Ltd. https://www.anuko.com
2 | License: See license.txt *}
3 |
4 | {$forms.fileForm.open}
5 |
6 | |
7 |
8 | |
9 | {$forms.fileForm.file_name.control} |
10 |
11 | |
12 | |
13 |
14 | |
15 | {$forms.fileForm.description.control} |
16 |
17 | |
18 | {$i18n.label.required_fields} |
19 | |
20 |
21 | {$forms.fileForm.btn_save.control}
22 | {$forms.fileForm.close}
23 |
--------------------------------------------------------------------------------
/WEB-INF/templates/footer.tpl:
--------------------------------------------------------------------------------
1 | {* page-content *}
2 |
3 |
4 | Anuko Time Tracker {constant('APP_VERSION')} | Copyright ©
Anuko
5 |
6 |