Misc. capitalization changes

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-29 21:21:11 +02:00
parent 6c1f52c764
commit 295ff345ba
5 changed files with 11 additions and 11 deletions

View File

@@ -587,12 +587,12 @@ function view_version_bugs($iVersionId = null, $aBuglinkIds)
echo " <td>Description</td>\n"; echo " <td>Description</td>\n";
echo " <td align=center width=\"80\">Status</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\">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) if($bCanEdit == true)
{ {
echo " <td align=center width=\"80\">delete</td>\n"; echo " <td align=center width=\"80\">Delete</td>\n";
echo " <td align=center width=\"80\">checked</td>\n"; echo " <td align=center width=\"80\">Checked</td>\n";
} }
echo "</tr>\n\n"; echo "</tr>\n\n";
@@ -658,13 +658,13 @@ function view_version_bugs($iVersionId = null, $aBuglinkIds)
if ( isset( $aClean['sAllBugs'] ) ) if ( isset( $aClean['sAllBugs'] ) )
{ {
$sURL = str_replace( '&sAllBugs', '', $_SERVER['REQUEST_URI'] ); $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 // show all link
else else
{ {
$sURL = $_SERVER['REQUEST_URI'] . '&sAllBugs'; $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>'; echo '<div style="text-align:right;">' . $sLink .'</div>';

View File

@@ -617,8 +617,8 @@ class Comment {
$sel[$_SESSION['current']->getPref("comments:mode", "threaded")] = 'selected'; $sel[$_SESSION['current']->getPref("comments:mode", "threaded")] = 'selected';
echo '<td><form method="post" name="sMode" action="'. echo '<td><form method="post" name="sMode" action="'.
$oVersion->objectMakeUrl().'">',"\n"; $oVersion->objectMakeUrl().'">',"\n";
echo "<b>Application Comments</b> $messageCount total comments "; echo "<b>Application comments:</b> $messageCount total comments ";
echo '<b>Mode</b> <select name="sCmode" onchange="document.sMode.submit();">',"\n"; echo '<b>Mode:</b> <select name="sCmode" onchange="document.sMode.submit();">',"\n";
echo ' <option value="flat" '.$sel['flat'].'>Flat</option>',"\n"; echo ' <option value="flat" '.$sel['flat'].'>Flat</option>',"\n";
echo ' <option value="threaded" '.$sel['threaded'].'>Threaded</option>',"\n"; echo ' <option value="threaded" '.$sel['threaded'].'>Threaded</option>',"\n";
echo ' <option value="nested" '.$sel['nested'].'>Nested</option>',"\n"; echo ' <option value="nested" '.$sel['nested'].'>Nested</option>',"\n";

View File

@@ -270,7 +270,7 @@ class Note {
{ {
$shOutput .= "<tr class=\"color1\" align=\"center\" valign=\"top\"><td>"; $shOutput .= "<tr class=\"color1\" align=\"center\" valign=\"top\"><td>";
$shOutput .= "<form method=\"post\" name=\"message\" action=\"objectManager.php?sClass=note&amp;sAction=edit&amp;iId=".$this->iNoteId."&amp;sReturnTo=".urlencode($shReturnTo)."\">"; $shOutput .= "<form method=\"post\" name=\"message\" action=\"objectManager.php?sClass=note&amp;sAction=edit&amp;iId=".$this->iNoteId."&amp;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>'; $shOutput .= '</form></td></tr>';
} }

View File

@@ -696,10 +696,10 @@ class testData{
if($rowsUsed >= $iDisplayLimit && $bShowAll) if($rowsUsed >= $iDisplayLimit && $bShowAll)
{ {
$sShowButtonText = "Limit to $iDisplayLimit Tests"; $sShowButtonText = "Limit to $iDisplayLimit tests";
} else } else
{ {
$sShowButtonText = "Show All Tests"; $sShowButtonText = "Show all tests";
echo '<input type="hidden" name="bShowAll" value="true">'; echo '<input type="hidden" name="bShowAll" value="true">';
} }

View File

@@ -1111,7 +1111,7 @@ class version {
echo "<div class='info_container'>\n"; echo "<div class='info_container'>\n";
echo "\t<div class='title_class'>\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 "\t</div>\n";
echo "<div class='info_contents'>\n"; echo "<div class='info_contents'>\n";