chiark / gitweb /
Add client download button before packages section in browser
authorCiaran Gultnieks <ciaran@ciarang.com>
Thu, 24 Oct 2013 17:02:51 +0000 (18:02 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 24 Oct 2013 17:02:51 +0000 (18:02 +0100)
wp-fdroid/wp-fdroid.php

index eced6b94612925044cb1a850132ebbbc2202a893..eb9cc10e30a00266c175eb5d6085db00d719f3dd 100644 (file)
@@ -297,7 +297,8 @@ class FDroid
 
                                $out.="<h3>Packages</h3>";
 
-                               $out.="<p><b>NOTE:</b> Although APK downloads are available below to give ";
+                               $out.='<div style="float:right; margin-left:10px;"><a id="downloadbutton" href="https://f-droid.org/FDroid.apk"><span>Download F-Droid</span></a></div>';
+                               $out.="<p>Although APK downloads are available below to give ";
                                $out.="you the choice, you should be aware that by installing that way you ";
                                $out.="will not receive update notifications, and it's a less secure way ";
                                $out.="to download. ";