Home
last modified time | relevance | path

Searched refs:tla (Results 1 – 3 of 3) sorted by relevance

/web-bugs/include/
H A Dfunctions.php12 $tla = [ variable
505 global $state_types, $tla;
524 echo '<option class="'.$tla['Open'].'">Open</option>'."\n";
532 if (isset($tla[$state])) {
533 echo ' class="'.$tla[$state].'"';
540 echo '<option class="'.$tla['Closed'].'">Closed</option>'."\n";
550 if (isset($tla[$type])) {
551 echo ' class="'.$tla[$type].'"';
820 global $tla, $bug_types, $siteBig, $site_method, $site_url, $basedir;
957 $subj .= " #{$bug['id']} [{$tla[$old_status]}->{$tla[$new_status]}]";
[all …]
/web-bugs/www/
H A Dlstats.php66 foreach ($tla as $status => $short) {
H A Dsearch.php153 $status_class = $row['private'] == 'Y' ? 'Sec' : ($tla[$row['status']] ?? '');

Completed in 9 milliseconds