PluginProbe
SEO Redirection Plugin – 301 Redirect Manager / 8.4
SEO Redirection Plugin – 301 Redirect Manager v8.4
9.19 trunk 4.17 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 7.9 8.1 8.2 8.3 8.4 8.5 8.6 8.7 8.8 8.9 9.1 9.10 9.11 9.12 All 39 releases
seo-redirection / custom / controls / grid_templates.php

grid_templates.php in SEO Redirection Plugin – 301 Redirect Manager 8.4, at custom/controls/grid_templates.php

36 lines 633 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 $template = array(
4
5
6 'edit' => array(
7 'content'=> "<a href='{param}'><div class='edit_template'></div></a>",
8 'options' => array(
9 'width' => '20px',
10 'align' => 'center'
11 )
12 )
13 ,
14
15 'go_link' => array(
16
17 'content' => "<a target='_blank' href='{param}'><div class='go_link_template'></div></a>",
18 'options' => array(
19 'width' => '20px',
20 'align' => 'center'
21 )
22 )
23 ,
24
25 'redirect_link' => array(
26
27 'content' => "<a href='{param}'><div class='go_link_template'></div></a>",
28 'options' => array(
29 'width' => '20px',
30 'align' => 'center'
31 )
32 )
33
34
35 );
36