.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
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 );