📄 Viewing: tableRowPageRedirects.html

<tr class="{rowClass}" id="post-{rowid}">
    
    <th class="check-column">
        <input type="checkbox" name="idnum[]" value="{rowid}" onchange="enableDisableApplyButton();">
    </th>

    <td>
        <strong>
            <a href="{editLink}" target="_blank" title="{Edit Redirect Details}">{rowURL}</a>
        </strong>
        <div class="row-actions">
            
            {editlinkHTML}

            <span class="trash">
                <a href="#" class="ajax-trash-link" data-url="{ajaxTrashLink}" title="{Trash Redirected URL}">{trashtitle}</a>
            </span> |
                        
            {logslinkHTML}

            {deletePermanentlyHTML}

        </div>
    </td>
    <td title="{statusTitle}">{status}</td>
    <td>{type}</td>
    <td>
		<span style="{destination-exists}">
			<a {link} target="_blank" title="{title}" class="{dest_class}">{dest}</a>			
		</span>
		<span class="lefty-tooltip" style="{destination-does-not-exist}">
		    <span class="lefty-tooltiptext">This page doesn't exist or is not published so the redirect won't work.</span>

			<a href="{link}" target="_blank" 
				style="color: black; font-weight: bolder;" >{dest}</a>			
		</span>
        
    </td>
    <td>{rowCode}</td>
    <td>{hits}</td>
    <td>{created_date}</td>
    <td>{last_used_date}</td>
    <td/>
</tr>


🌑 DarkStealth — WP Plugin Edition

Directory: /home/httpd/html/matrixmodels.com/public_html/wp-content/plugins/404-solution/includes/html