Minor fix to data abstract
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 11 Mar 2016 20:49:54 +0000 (15:49 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 11 Mar 2016 20:49:54 +0000 (15:49 -0500)
css/admin.css
lib/GlmDataAbstract/DataAbstract.php

index 016d078..fad0aff 100644 (file)
@@ -210,12 +210,13 @@ td.glm-nowrap {
 /* Map Edit */
 .glm-map-edit { 
     width:90%; 
+    min-width: 400px;
     height:400px; 
     border: 2px black solid;
 }
 .glm-map-edit-small {
-    width:90%
-    height:200px; 
+    width: 450px
+    height: 300px; 
     border: 2px black solid;
 }
 
index 500c83c..2a0ed09 100755 (executable)
@@ -749,7 +749,7 @@ abstract class GlmDataAbstract
         $p_list = $this->wpdb->get_results($sql, ARRAY_A);
 
         // Get field name
-        $as = $f['field'];
+//        $as = $f['field'];
         if (isset($f['as']) && $f['as'] != '') {
             $as = $f['as'];
         }