This commit is contained in:
EA Durbin
2006-06-06 18:53:00 +00:00
committed by WineHQ
parent 5fe6ad37c1
commit 62de655d75
2 changed files with 2 additions and 2 deletions

View File

@@ -710,7 +710,7 @@ class Version {
if($_SESSION['current']->isSuperMaintainer($oApp->iAppId)) if($_SESSION['current']->isSuperMaintainer($oApp->iAppId))
{ {
echo '<form method="post" name="message" action="maintainerdelete.php">'; echo '<form method="post" name="message" action="maintainerdelete.php">';
echo '<input type="submit" value="Remove yourself as a supermaintainer" class="button">'; echo '<input type="submit" value="Remove yourself as a super maintainer" class="button">';
echo '<input type="hidden" name="superMaintainer" value="1">'; echo '<input type="hidden" name="superMaintainer" value="1">';
echo "<input type=hidden name=\"appId\" value=\"".$oApp->iAppId."\">"; echo "<input type=hidden name=\"appId\" value=\"".$oApp->iAppId."\">";
echo "<input type=hidden name=\"versionId\" value=\"".$this->iVersionId."\">"; echo "<input type=hidden name=\"versionId\" value=\"".$this->iVersionId."\">";

View File

@@ -111,7 +111,7 @@ if ($_REQUEST['sub'])
//help //help
echo "<p>This is the Screen for imputting testing information so that others looking at the database will know \n"; echo "<p>This is the Screen for inputting testing information so that others looking at the database will know \n";
echo "what was working or a particular release of Wine.</p>\n"; echo "what was working or a particular release of Wine.</p>\n";
echo "<p>Please be as detailed as you can.</p>\n"; echo "<p>Please be as detailed as you can.</p>\n";
echo "<p>If you can not find your distribution on the list of existing Distributions please add it add it in the \n"; echo "<p>If you can not find your distribution on the list of existing Distributions please add it add it in the \n";