Jeremy Newman : tweaks

Jeremy Newman jnewman at winehq.org
Mon Nov 21 08:38:09 CST 2016


Module: appdb
Branch: master
Commit: 0c715580706e9a27ffbd14beaf99176cb143bc6f
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=0c715580706e9a27ffbd14beaf99176cb143bc6f

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Fri Nov 18 13:23:40 2016 -0600

tweaks

---

 votestats.php | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/votestats.php b/votestats.php
index 938ff5a..fee042b 100644
--- a/votestats.php
+++ b/votestats.php
@@ -69,6 +69,7 @@ if(!empty($aClean['iCategoryId']))
 
 /*******************************************************************/
 /* add options for all of the categories that we are recursed into */
+echo "<br>\n";
 echo "<b>Section:</b>";
 echo '<select name="iCategoryId" class="form-control form-control-inline">';
 
@@ -116,8 +117,9 @@ if($subs)
         echo stripslashes($oSubcat->sName);
     }
 }
-echo '</select>';
-echo ' <input type="submit" value="Refresh" class="btn btn-default">';
+echo "</select>\n";
+echo "<br>\n";
+echo '<button type="submit" class="btn btn-default"><i class="fa fa-refresh"></i> Refresh</button>';
 echo '</form>';
 
 /***************************************************/
@@ -164,7 +166,6 @@ if($hResult)
     echo html_frame_start();
     
     $oTable = new Table();
-    $oTable->setWidth("100%");
     $oTable->SetClass("whq-table");
 
     $oTableRow = new TableRow();




More information about the wine-cvs mailing list