<inputtype="radio"name="<?phpechoesc_attr($this->settings_key);?>[placement]"id="placement-both"value="both"<?phpchecked($options['placement'],'both',true);?>/><labelfor="placement-both"><?php_e('Above and below content','wp_print_friendly');?></label>
<inputtype="radio"name="<?phpechoesc_attr($this->settings_key);?>[placement]"id="placement-both"value="both"<?phpchecked($options['placement'],'both',true);?>/><labelfor="placement-both"><?php_e('Above and below content','wp-print-friendly');?></label>
<pclass="description"><?php_e('If viewing a multipage post (set by using the <!--nextpage--> tag), the text above is used for a link to print just the current page.','wp_print_friendly');?></p>
<pclass="description"><?php_e('<strong>To hide this link,</strong> clear the field\'s contents.','wp_print_friendly');?></p>
<pclass="description"><?php_e('If viewing a multipage post (set by using the <!--nextpage--> tag), the text above is used for a link to print just the current page.','wp-print-friendly');?></p>
<pclass="description"><?php_e('<strong>To hide this link,</strong> clear the field\'s contents.','wp-print-friendly');?></p>
</td>
</tr>
<tr>
<thscope="row"><?php_e('CSS for print links:','wp_print_friendly');?></th>
<thscope="row"><?php_e('CSS for print links:','wp-print-friendly');?></th>
<pclass="description"><?php_e('For page-specific print links, a second class, created by appending <strong>_cur</strong> to the above text, is added to each link.','wp_print_friendly');?></p>
<pclass="description"><?php_e('Be aware that Internet Explorer will only interpret the first two CSS classes, so if multiple classes are entered above, the page-specific class may not be available in IE.','wp_print_friendly');?></p>
<pclass="description"><?php_e('For page-specific print links, a second class, created by appending <strong>_cur</strong> to the above text, is added to each link.','wp-print-friendly');?></p>
<pclass="description"><?php_e('Be aware that Internet Explorer will only interpret the first two CSS classes, so if multiple classes are entered above, the page-specific class may not be available in IE.','wp-print-friendly');?></p>
<inputtype="radio"name="<?phpechoesc_attr($this->settings_key);?>[link_target]"id="target-same"value="same"<?phpchecked($options['link_target'],'same',true);?>/><labelfor="target-same"><?php_e('In the same window','wp_print_friendly');?></label><br/>
<inputtype="radio"name="<?phpechoesc_attr($this->settings_key);?>[link_target]"id="target-new"value="new"<?phpchecked($options['link_target'],'new',true);?>/><labelfor="target-new"><?php_e('In a new window','wp_print_friendly');?></label>
<inputtype="radio"name="<?phpechoesc_attr($this->settings_key);?>[link_target]"id="target-same"value="same"<?phpchecked($options['link_target'],'same',true);?>/><labelfor="target-same"><?php_e('In the same window','wp-print-friendly');?></label><br/>
<inputtype="radio"name="<?phpechoesc_attr($this->settings_key);?>[link_target]"id="target-new"value="new"<?phpchecked($options['link_target'],'new',true);?>/><labelfor="target-new"><?php_e('In a new window','wp-print-friendly');?></label>
</td>
</tr>
</table>
...
...
@@ -732,19 +739,19 @@ class wp_print_friendly {
<tableclass="form-table">
<tr>
<thscope="row"><?php_e('Include endnotes for links found in content?','wp_print_friendly');?></th>
<thscope="row"><?php_e('Include endnotes for links found in content?','wp-print-friendly');?></th>
<pclass="description"><?php_e('If enabled, content is automatically scanned for links and an endnote is added for each link found. This can be helpful for users if your content includes many links.','wp_print_friendly');?></p>
<pclass="description"><?php_e('If enabled, content is automatically scanned for links and an endnote is added for each link found. This can be helpful for users if your content includes many links.','wp-print-friendly');?></p>
<p><?phpprintf(__('You must refresh your site\'s permalinks before WP Print Friendly is fully activated. To do so, go to <a href="%s">Permalinks</a> and click the <strong><em>Save Changes</em></strong> button at the bottom of the screen.','wp_print_friendly'),esc_url(admin_url('options-permalink.php')));?></p>
<p><?phpprintf(__('You must refresh your site\'s permalinks before WP Print Friendly is fully activated. To do so, go to <a href="%s">Permalinks</a> and click the <strong><em>Save Changes</em></strong> button at the bottom of the screen.','wp-print-friendly'),esc_url(admin_url('options-permalink.php')));?></p>
<p><?phpprintf(__('When finished, click <a href="%s">here</a> to hide this message.','wp_print_friendly'),esc_url(admin_url(add_query_arg($this->notice_key,1,'index.php'))));?></p>
<p><?phpprintf(__('When finished, click <a href="%s">here</a> to hide this message.','wp-print-friendly'),esc_url(admin_url(add_query_arg($this->notice_key,1,'index.php'))));?></p>