Improvements to the labelling of various CC pages (#6764)

* Improvements to the labeling of various CC pages
This commit is contained in:
Antonio Fernandez
2023-06-28 21:00:16 -04:00
committed by GitHub
parent ec04006971
commit 1057c4cf8e
4 changed files with 75 additions and 27 deletions

View File

@@ -157,8 +157,8 @@
echo "<tr class='list-header'>\n";
echo "<th>".$text['label-name']."</th>\n";
echo "<th>".$text['label-extension']."</th>\n";
echo "<th>".$text['label-status']."</th>\n";
echo "<th>".$text['label-state']."</th>\n";
echo "<th title=\"".$text['description-status']."\">".$text['label-status']."</th>\n";
echo "<th title=\"".$text['description-state']."\">".$text['label-state']."</th>\n";
echo "<th>".$text['label-status_change']."</th>\n";
echo "<th class='center'>".$text['label-missed']."</th>\n";
echo "<th class='center'>".$text['label-answered']."</th>\n";