2010/02/02 03:15:57 +0000 claunia: Cleanup some application references. Still lot to check out.

This commit is contained in:
2014-09-04 05:39:42 +01:00
parent c9d7be12a4
commit d6eba90422
9 changed files with 23 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ if(!$hResult || !query_num_rows($hResult))
{
// no apps
echo html_frame_start("","90%");
echo '<p><b>There are no application maintainers.</b></p>',"\n";
echo '<p><b>There are no operating system maintainers.</b></p>',"\n";
echo html_frame_end("&nbsp;");
}
else
@@ -41,7 +41,7 @@ else
echo "<tr class=color4>\n";
echo " <td><font color=white>Submission Date</font></td>\n";
echo " <td><font color=white>Maintainer</font></td>\n";
echo " <td><font color=white>Application</font></td>\n";
echo " <td><font color=white>Operating System</font></td>\n";
echo " <td><font color=white>Version</font></td>\n";
echo " <td align=\"center\">Action</td>\n";
echo "</tr>\n\n";