Searched refs:tla (Results 1 – 3 of 3) sorted by relevance
12 $tla = [ variable505 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 …]
66 foreach ($tla as $status => $short) {
153 $status_class = $row['private'] == 'Y' ? 'Sec' : ($tla[$row['status']] ?? '');
Completed in 8 milliseconds