}
.glm-alpha-link, .detail-link{
color: #1d3961;
+ text-decoration: underline;
}
.glm-alpha-link.selected-alpha{
color: #a62800;
}
}
/* FOO TABLE STYLES */
+.footable-first-column .detail-link {
+ background-attachment: scroll !important;
+ background-clip: border-box !important;
+ background-color: rgba(0, 0, 0, 0) !important;
+ background-image: url("../assets/link.png") !important;
+ background-origin: padding-box !important;
+ background-position: left 4px;
+ background-repeat: no-repeat;
+ background-size: 13px auto;
+ display: block;
+ padding-left: 20px;
+}
body .footable > thead > tr > th, .footable > thead > tr > td{
background-color: #3B76C4 !important;
border: 1px solid #3B76C4;
$logic_dropdown = array('Contains' => 'LIKE' ,'Starts With' => 'LIKE%','Equals' => '=', 'More than' => '>', 'Less than' => '<');
$per_page = isset( $_REQUEST['results-limit']) ? (int)filter_var( $_REQUEST['results-limit'], FILTER_SANITIZE_STRING) : 50;
-
+// echo $per_page;
// only execute search if the search button is clicked or there are search params in the url
if ( isset( $_REQUEST['searchButton'] ) || !empty( $_GET['alpha'] ) || !empty( $_GET['pageSelect'] ) ){
{foreach from=$obits item=i}
<tr>
- <td> <a class="detail-link" href="{$thisUrl}/obits-detail/?obit={$i.id}" >{$i.last_name}</a> </td>
+ <td> <a class="detail-link" href="{$thisUrl}obits-detail/?obit={$i.id}" >{$i.last_name}</a> </td>
<td>{$i.first_mid}</td>
<td>
{if $i.b_year == 0}