appdb/admin editAppVersion.php

WineHQ wineowner at wine.codeweavers.com
Fri Apr 27 18:02:48 CDT 2007


ChangeSet ID:	31111
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/04/27 18:02:47

Modified files:
	admin          : editAppVersion.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Add text about downloadurl usage on version editing page

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

Old revision  New revision  Changes     Path
 1.48          1.49          +4 -0       appdb/admin/editAppVersion.php

Index: appdb/admin/editAppVersion.php
diff -u -p appdb/admin/editAppVersion.php:1.48 appdb/admin/editAppVersion.php:1.49
--- appdb/admin/editAppVersion.php:1.48	27 Apr 2007 23: 2:47 -0000
+++ appdb/admin/editAppVersion.php	27 Apr 2007 23: 2:47 -0000
@@ -45,6 +45,10 @@ if(!empty($aClean['sSubmit']))
     /* URL editor */
     echo url::outputEditor("editAppVersion.php", $oVersion);
 
+    /* Display some text about download url usage */
+    echo "A place where this version can be downloaded for free.  Other downloads, ";
+    echo "such as updates, should be added in the regular URL form\n";
+
     /* Download URL editor */
     echo downloadurl::outputEditor($oVersion, "editAppVersion.php");
 



More information about the wine-cvs mailing list