phrases-form.php
6.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?php
if (!defined("ABSPATH")) {
exit();
}
?>
<div>
<h2 style="padding:5px 10px 10px 10px; margin:0px;"><?php esc_html_e("Form Template Phrases", "wpdiscuz"); ?></h2>
<table class="wp-list-table widefat plugins" style="margin-top:10px; border:none;">
<tbody>
<tr valign="top">
<th scope="row"><label for="wc_comment_start_text"><?php esc_html_e("Comment Field Start", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_comment_start_text"]); ?>" name="wc_comment_start_text" id="wc_comment_start_text" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_comment_join_text"><?php esc_html_e("Comment Field Join", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_comment_join_text"]); ?>" name="wc_comment_join_text" id="wc_comment_join_text" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_most_reacted_comment"><?php esc_html_e("Most reacted comment", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_most_reacted_comment"]); ?>" name="wc_most_reacted_comment" id="wc_most_reacted_comment" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_hottest_comment_thread"><?php esc_html_e("Hottest comment thread", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_hottest_comment_thread"]); ?>" name="wc_hottest_comment_thread" id="wc_hottest_comment_thread" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_inline_comments"><?php esc_html_e("Inline Comments", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_inline_comments"]); ?>" name="wc_inline_comments" id="wc_inline_comments" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_email_text"><?php esc_html_e("Email Field", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_email_text"]); ?>" name="wc_email_text" id="wc_email_text" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_subscribe_anchor"><?php esc_html_e("Subscribe", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_subscribe_anchor"]); ?>" name="wc_subscribe_anchor" id="wc_subscribe_anchor" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_notify_of"><?php esc_html_e("Notify of", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_notify_of"]); ?>" name="wc_notify_of" id="wc_notify_of" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_notify_on_new_comment"><?php esc_html_e("Notify on new comments", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_notify_on_new_comment"]); ?>" name="wc_notify_on_new_comment" id="wc_notify_on_new_comment" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_notify_on_all_new_reply"><?php esc_html_e("Notify on all new replies", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_notify_on_all_new_reply"]); ?>" name="wc_notify_on_all_new_reply" id="wc_notify_on_all_new_reply" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_notify_on_new_reply"><?php esc_html_e("Notify on new replies to this comment", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_notify_on_new_reply"]); ?>" name="wc_notify_on_new_reply" id="wc_notify_on_new_reply" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_newest"><?php esc_html_e("Newest", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_newest"]); ?>" name="wc_newest" id="wc_newest" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_oldest"><?php esc_html_e("Oldest", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_oldest"]); ?>" name="wc_oldest" id="wc_oldest" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_most_voted"><?php esc_html_e("Most Voted", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_most_voted"]); ?>" name="wc_most_voted" id="wc_most_voted" /></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_subscribed_on_comment"><?php esc_html_e("Subscribed on this comment replies", "wpdiscuz"); ?></label></th>
<td colspan="3"><textarea name="wc_subscribed_on_comment" id="wc_subscribed_on_comment"><?php echo esc_html($this->phrases["wc_subscribed_on_comment"]); ?></textarea></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_subscribed_on_all_comment"><?php esc_html_e("Subscribed on all your comments replies", "wpdiscuz"); ?></label></th>
<td colspan="3"><textarea name="wc_subscribed_on_all_comment" id="wc_subscribed_on_all_comment"><?php echo esc_html($this->phrases["wc_subscribed_on_all_comment"]); ?></textarea></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_subscribed_on_post"><?php esc_html_e("Subscribed on this post", "wpdiscuz"); ?></label></th>
<td colspan="3"><textarea name="wc_subscribed_on_post" id="wc_subscribed_on_post"><?php echo esc_html($this->phrases["wc_subscribed_on_post"]); ?></textarea></td>
</tr>
<tr valign="top">
<th scope="row"><label for="wc_form_subscription_submit"><?php esc_html_e("Form subscription button", "wpdiscuz"); ?></label></th>
<td colspan="3"><input type="text" value="<?php echo esc_attr($this->phrases["wc_form_subscription_submit"]); ?>" name="wc_form_subscription_submit" id="wc_form_subscription_submit" /></td>
</tr>
</tbody>
</table>
</div>