Misc. capitalization changes
This commit is contained in:
@@ -587,12 +587,12 @@ function view_version_bugs($iVersionId = null, $aBuglinkIds)
|
||||
echo " <td>Description</td>\n";
|
||||
echo " <td align=center width=\"80\">Status</td>\n";
|
||||
echo " <td align=center width=\"80\">Resolution</td>\n";
|
||||
echo " <td align=center width=\"80\">Other Apps affected</td>\n";
|
||||
echo " <td align=center width=\"80\">Other apps affected</td>\n";
|
||||
|
||||
if($bCanEdit == true)
|
||||
{
|
||||
echo " <td align=center width=\"80\">delete</td>\n";
|
||||
echo " <td align=center width=\"80\">checked</td>\n";
|
||||
echo " <td align=center width=\"80\">Delete</td>\n";
|
||||
echo " <td align=center width=\"80\">Checked</td>\n";
|
||||
}
|
||||
echo "</tr>\n\n";
|
||||
|
||||
@@ -658,13 +658,13 @@ function view_version_bugs($iVersionId = null, $aBuglinkIds)
|
||||
if ( isset( $aClean['sAllBugs'] ) )
|
||||
{
|
||||
$sURL = str_replace( '&sAllBugs', '', $_SERVER['REQUEST_URI'] );
|
||||
$sLink = '<a href="' . htmlentities($sURL) . '">Show Open Bugs</a>';
|
||||
$sLink = '<a href="' . htmlentities($sURL) . '">Show open bugs</a>';
|
||||
}
|
||||
// show all link
|
||||
else
|
||||
{
|
||||
$sURL = $_SERVER['REQUEST_URI'] . '&sAllBugs';
|
||||
$sLink = '<a href="' . htmlentities($sURL) . '">Show All Bugs</a>';
|
||||
$sLink = '<a href="' . htmlentities($sURL) . '">Show all bugs</a>';
|
||||
}
|
||||
|
||||
echo '<div style="text-align:right;">' . $sLink .'</div>';
|
||||
|
||||
@@ -617,8 +617,8 @@ class Comment {
|
||||
$sel[$_SESSION['current']->getPref("comments:mode", "threaded")] = 'selected';
|
||||
echo '<td><form method="post" name="sMode" action="'.
|
||||
$oVersion->objectMakeUrl().'">',"\n";
|
||||
echo "<b>Application Comments</b> $messageCount total comments ";
|
||||
echo '<b>Mode</b> <select name="sCmode" onchange="document.sMode.submit();">',"\n";
|
||||
echo "<b>Application comments:</b> $messageCount total comments ";
|
||||
echo '<b>Mode:</b> <select name="sCmode" onchange="document.sMode.submit();">',"\n";
|
||||
echo ' <option value="flat" '.$sel['flat'].'>Flat</option>',"\n";
|
||||
echo ' <option value="threaded" '.$sel['threaded'].'>Threaded</option>',"\n";
|
||||
echo ' <option value="nested" '.$sel['nested'].'>Nested</option>',"\n";
|
||||
|
||||
@@ -270,7 +270,7 @@ class Note {
|
||||
{
|
||||
$shOutput .= "<tr class=\"color1\" align=\"center\" valign=\"top\"><td>";
|
||||
$shOutput .= "<form method=\"post\" name=\"message\" action=\"objectManager.php?sClass=note&sAction=edit&iId=".$this->iNoteId."&sReturnTo=".urlencode($shReturnTo)."\">";
|
||||
$shOutput .= '<input type="submit" value="Edit Note" class="button">';
|
||||
$shOutput .= '<input type="submit" value="Edit note" class="button">';
|
||||
$shOutput .= '</form></td></tr>';
|
||||
}
|
||||
|
||||
|
||||
@@ -696,10 +696,10 @@ class testData{
|
||||
|
||||
if($rowsUsed >= $iDisplayLimit && $bShowAll)
|
||||
{
|
||||
$sShowButtonText = "Limit to $iDisplayLimit Tests";
|
||||
$sShowButtonText = "Limit to $iDisplayLimit tests";
|
||||
} else
|
||||
{
|
||||
$sShowButtonText = "Show All Tests";
|
||||
$sShowButtonText = "Show all tests";
|
||||
echo '<input type="hidden" name="bShowAll" value="true">';
|
||||
}
|
||||
|
||||
|
||||
@@ -1111,7 +1111,7 @@ class version {
|
||||
echo "<div class='info_container'>\n";
|
||||
|
||||
echo "\t<div class='title_class'>\n";
|
||||
echo "\t\tSelected test results <small><small>(selected in 'Test Results' table below)</small></small>\n";
|
||||
echo "\t\tSelected Test Results <small><small>(selected in 'Test Results' table below)</small></small>\n";
|
||||
echo "\t</div>\n";
|
||||
|
||||
echo "<div class='info_contents'>\n";
|
||||
|
||||
Reference in New Issue
Block a user