changed path from images to files in the detail page, changed the styles on the foota...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Apr 2017 12:40:10 +0000 (08:40 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Apr 2017 12:40:10 +0000 (08:40 -0400)
css/front.css
models/front/obits/detail.php

index f85f65f..d12a706 100644 (file)
@@ -228,4 +228,17 @@ table.footable{
     .search-limit-container{
         margin-top: 30px;
     }
+}
+.footable > thead > tr > th, .footable > thead > tr > td{
+    background-color: #3B76C4;
+    border: 1px solid #3B76C4;
+}
+.footable{
+    border: 3px solid #3B76C4;
+}
+table tr.even, table tr.alt, table tr:nth-of-type(2n){
+    background-color: white;
+}
+table tr.odd, table tr.alt, table tr:nth-of-type(n){
+/*    background-color: red;*/
 }
\ No newline at end of file
index ec8a875..f19b11a 100644 (file)
@@ -87,7 +87,7 @@ class GlmMembersFront_obits_detail extends GlmDataObits
 
     public function modelAction($actionData = false)
     {   
-        $article_url = GLM_MEMBERS_PLUGIN_MEDIA_URL;
+        $article_url = GLM_MEMBERS_PLUGIN_FILES_PATH;
         
         if ( isset( $_GET['obit'] ) ){
             $obit_id = filter_var( $_GET['obit'], FILTER_SANITIZE_STRING );