Lines Matching refs:getLang

7         <?php echo $tpl->getLang('add_task') ?>
17 <label><?php echo $tpl->getLang('reporter') ?>:
20 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
21 <optgroup label="<?php echo $tpl->getLang('users') ?>">
27 <optgroup label="<?php echo $tpl->getLang('groups') ?>">
37 <label><?php echo $tpl->getLang('class') ?>:
40 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
43 value="<?php echo $type ?>"><?php echo $tpl->getLang('task_type_' . $type) ?></option>
48 <label><?php echo $tpl->getLang('state') ?>:
51 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
54 value="<?php echo $state ?>"><?php echo lcfirst($tpl->getLang('task_' . $state)) ?></option>
59 <label><?php echo $tpl->getLang('task_type') ?>:
62 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
64 value="-none">-- <?php echo $tpl->getLang('none') ?> --</option>
72 <label><?php echo $tpl->getLang('executor') ?>:
75 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
76 <optgroup label="<?php echo $tpl->getLang('users') ?>">
82 <optgroup label="<?php echo $tpl->getLang('groups') ?>">
93 <label><?php echo $tpl->getLang('description') ?>:
102 value="plan_date"><?php echo $tpl->getLang('plan_date') ?></option>
104 value="create_date"><?php echo $tpl->getLang('open_date') ?></option>
106 value="close_date"><?php echo $tpl->getLang('close_date') ?></option>
109 <label><?php echo $tpl->getLang('month') ?>:
112 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
115 value="<?php echo $nr ?>"><?php echo $tpl->getLang($month) ?></option>
119 <label><?php echo $tpl->getLang('year') ?>:
122 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
129 <label><button name="action" value="filter" type="submit"><?php echo $tpl->getLang('filter') ?></button></label>
139 <button type="submit" name="action" value="bulk_delete"><?= $tpl->getLang('delete_selected') ?></button>
140 <label><?= $tpl->getLang('move_to') ?>:</label>
146 <button type="submit" name="action" value="bulk_move"><?= $tpl->getLang('button_move') ?></button>
154 <th><?php echo $tpl->getLang('id') ?></th>
155 <th><?php echo $tpl->getLang('state') ?></th>
156 <th><?php echo $tpl->getLang('task_type') ?></th>
157 <th><?php echo $tpl->getLang('description') ?></th>
159 <th><?php echo $tpl->getLang('executor') ?></th>
160 <th><?php echo $tpl->getLang('plan') ?></th>
161 <th><?php echo $tpl->getLang('cost') ?></th>
163 <th><?php echo $tpl->getLang('closed') ?></th>
164 <th><?php echo $tpl->getLang('hours_no') ?></th>
190 <?php echo lcfirst($tpl->getLang('task_' . $task->state)) ?>
192 (<?php echo lcfirst($tpl->getLang('task_outdated')) ?>)
250 <th><?php echo $tpl->getLang('report_total') ?></th>