appdb/include version.php

WineHQ wineowner at wine.codeweavers.com
Fri Dec 1 23:05:54 CST 2006


ChangeSet ID:	30236
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/12/01 23:05:54

Modified files:
	include        : version.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Change the maintainer button from 'be a maintainer for this app' to 'be a
	maintainer for this version', and change 'monitor version' to 'monitor
	changes'. Add a 'title' entry to the <input> to provide mouseover help to the user.

Patch: http://cvs.winehq.org/patch.py?id=30236

Old revision  New revision  Changes     Path
 1.85          1.86          +2 -2       appdb/include/version.php

Index: appdb/include/version.php
diff -u -p appdb/include/version.php:1.85 appdb/include/version.php:1.86
--- appdb/include/version.php:1.85	2 Dec 2006  5: 5:54 -0000
+++ appdb/include/version.php	2 Dec 2006  5: 5:54 -0000
@@ -721,7 +721,7 @@ class Version {
                 } else /* nope */
                 {
                     echo '<form method="post" name="sMessage" action="maintainersubmit.php">';
-                    echo '<input type="submit" value="Be a maintainer for this app" class="button" title="Click here to know more about maintainers.">';
+                    echo '<input type="submit" value="Be a Maintainer for This Version" class="button" title="Click here to know more about maintainers.">';
                     echo "<input type=hidden name=\"iAppId\" value=\"".$oApp->iAppId."\">";
                     echo "<input type=hidden name=\"iVersionId\" value=\"".$this->iVersionId."\">";
                     echo "</form>";
@@ -732,7 +732,7 @@ class Version {
                     {
                         echo '<form method=post name=sMessage action=appview.php?iVersionId='.$this->iVersionId.'&iAppId='.$oApp->iAppId.'>';
                         echo '<input type=hidden name="sSub" value="StartMonitoring" />';
-                        echo '<input type=submit value="Monitor Version" class="button" />';
+                        echo '<input type=submit value="Monitor Changes" class="button" />';
                         echo "</form>";
                     }
                 }



More information about the wine-cvs mailing list