PluginProbe
Tracking Script Manager / 2.0.13
Tracking Script Manager v2.0.13
trunk 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 All 33 releases
tracking-script-manager / templates / script-active-metabox.php

script-active-metabox.php in Tracking Script Manager 2.0.13, at templates/script-active-metabox.php

9 lines 465 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div>
2 <input type="radio" id="r8_tsm_active" name="r8_tsm_active" value="active"<?php if ( $active !== 'inactive' ) { echo ' checked="checked"'; } ?>>
3 <label for="r8_tsm_active">Active</label>
4 </div>
5 <div>
6 <input type="radio" id="r8_tsm_inactive" name="r8_tsm_active" value="inactive"<?php if ( $active === 'inactive' ) { echo ' checked="checked"'; } ?>>
7 <label for="r8_tsm_inactive">Inactive <?php echo $scheduled_status; ?></label>
8 </div>
9