PluginProbe
Taskbuilder – Project Management & Task Management Tool With Kanban Board / 2.0.6
Taskbuilder – Project Management & Task Management Tool With Kanban Board v2.0.6
6.0.5 6.0.2 6.0.3 6.0.4 6.0.1 6.0.0 5.0.8 5.0.9 4.0.9 5.0.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 All 57 releases
← All changes | includes/admin/addons.php +83 -28 1.0.62.0.6 View file →
@@ -3,9 +3,8 @@
3 3 exit; // Exit if accessed directly
4 4 }
5 5 global $wpdb, $wppmfunction;
6 6 ?>
7 -
8 7 <div class="wppm_bootstrap">
9 8 <div class="row">
10 9 <div class="col-sm-12">
11 10 <h3>
@@ -13,9 +12,9 @@
13 12 <a href="https://taskbuilder.net/support/" class="btn btn-info wppm-help-site-link" style="float:right;margin-right:1% !important;margin-top:-9px !important;"><?php _e('Need Help? Click Here!','taskbuilder');?></a>
14 13 </h3>
15 14 <div class="wppm_padding_space"></div>
16 15 <div class="row">
17 - Addons are available as shown below:
16 + <?php echo esc_html_e('Addons are available as shown below:','taskbuilder');?>
18 17 </div>
19 18 <div class="wppm_padding_space"></div>
20 19 <div class="row">
21 20 <div class="col-md-3 col-sm-6 col-xs-12 pricing-widget">
@@ -20,13 +19,13 @@
20 19 <div class="row">
21 20 <div class="col-md-3 col-sm-6 col-xs-12 pricing-widget">
22 21 <div class="row">
23 22 <div class="pheader">
24 - <h3 class="title"><img src="<?php echo esc_url( WPPM_PLUGIN_URL . 'asset/images/calendar.svg'); ?>">Calendar</h3>
25 - <h4 class="subtitle">$9.99</h4>
23 + <h3 class="title"><img src="<?php echo esc_url( WPPM_PLUGIN_URL . 'asset/images/calendar.svg'); ?>"><?php echo esc_html_e('Calendar','taskbuilder');?></h3>
24 + <h4 class="subtitle">$14.99</h4>
26 25 <div style="text-align:center">
27 - <small class="payment_freq">Per year</small>
28 - <small class="payment_freq">(Add-ons subject to yearly license for support and updates.)</small>
26 + <small class="payment_freq"><?php echo esc_html_e('Per year','taskbuilder');?></small>
27 + <small class="payment_freq"><?php echo esc_html_e('(Add-ons subject to yearly license for support and updates.)','taskbuilder');?></small>
29 28 </div>
30 29 </div>
31 30 <div class="pbody">
32 31 <div class="addon-container">
@@ -31,19 +30,20 @@
31 30 <div class="pbody">
32 31 <div class="addon-container">
33 32 <i class="fas fa-arrow-right"></i>
34 33 <div class="addon-details">
35 - Calendar can help to schedule tasks to gain control over your work.
36 - The use of task calendar is the main reason that keeps your day organized and supercharge your level of productivity.
34 + <?php
35 + echo esc_html_e('Calendar can help to schedule tasks to gain control over your work.
36 + The use of task calendar is the main reason that keeps your day organized and supercharge your level of productivity.','taskbuilder');?>
37 37 </div>
38 38 </div>
39 39 </div>
40 40 <div class="pfooter">
41 41 <div class="purchase_addon">
42 - <a href="https://taskbuilder.net/add-ons/" target="__blank" type="button" class="btn btn-success">Purchase</a>
42 + <a href="https://taskbuilder.net/add-ons/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('Purchase','taskbuilder');?></a>
43 43 </div>
44 44 <div>
45 - <a href="https://taskbuilder.net/task-calendar/" target="__blank" type="button" class="btn btn-success">View Details</a>
45 + <a href="https://taskbuilder.net/task-calendar/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('View Details','taskbuilder');?></a>
46 46 </div>
47 47 </div>
48 48 </div>
49 49 </div>
@@ -49,13 +49,13 @@
49 49 </div>
50 50 <div class="col-md-3 col-sm-6 col-xs-12 pricing-widget">
51 51 <div class="row">
52 52 <div class="pheader">
53 - <h3 class="title"><img src="<?php echo esc_url( WPPM_PLUGIN_URL . 'asset/images/cf.svg'); ?>">Custom Fields</h3>
53 + <h3 class="title"><img src="<?php echo esc_url( WPPM_PLUGIN_URL . 'asset/images/cf.svg'); ?>"><?php echo esc_html_e('Custom Fields','taskbuilder');?></h3>
54 54 <h4 class="subtitle">$19.99</h4>
55 55 <div style="text-align:center">
56 - <small class="payment_freq">Per year</small>
57 - <small class="payment_freq">(Add-ons subject to yearly license for support and updates.)</small>
56 + <small class="payment_freq"><?php echo esc_html_e('Per year','taskbuilder');?></small>
57 + <small class="payment_freq"><?php echo esc_html_e('(Add-ons subject to yearly license for support and updates.)','taskbuilder');?></small>
58 58 </div>
59 59 </div>
60 60 <div class="pbody">
61 61 <div class="addon-container">
@@ -60,18 +60,18 @@
60 60 <div class="pbody">
61 61 <div class="addon-container">
62 62 <i class="fas fa-arrow-right"></i>
63 63 <div class="addon-details">
64 - Custom Fields extension allow you to collect extra information for your tasks. The Custom Fields extension is a very important tool for gathering accurate details on all your tasks.
64 + <?php echo esc_html_e('Custom Fields extension allows you to collect extra information for your tasks. The Custom Fields extension is a very important tool for gathering accurate details on all your tasks.','taskbuilder');?>
65 65 </div>
66 66 </div>
67 67 </div>
68 68 <div class="pfooter">
69 69 <div class="purchase_addon">
70 - <a href="https://taskbuilder.net/add-ons/" target="__blank" type="button" class="btn btn-success">Purchase</a>
70 + <a href="https://taskbuilder.net/add-ons/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('Purchase','taskbuilder');?></a>
71 71 </div>
72 72 <div>
73 - <a href="https://taskbuilder.net/custom-fields/" target="__blank" type="button" class="btn btn-success">View Details</a>
73 + <a href="https://taskbuilder.net/custom-fields/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('View Details','taskbuilder');?></a>
74 74 </div>
75 75 </div>
76 76 </div>
77 77 </div>
@@ -77,13 +77,13 @@
77 77 </div>
78 78 <div class="col-md-3 col-sm-6 col-xs-12 pricing-widget">
79 79 <div class="row">
80 80 <div class="pheader">
81 - <h3 class="title"><img src="<?php echo esc_url( WPPM_PLUGIN_URL . 'asset/images/time-tracker.svg'); ?>"> Time Tracker</h3>
81 + <h3 class="title"><img src="<?php echo esc_url( WPPM_PLUGIN_URL . 'asset/images/time-tracker.svg'); ?>"> <?php echo esc_html_e('Time Tracker','taskbuilder');?></h3>
82 82 <h4 class="subtitle">$19.99</h4>
83 83 <div style="text-align:center">
84 - <small class="payment_freq">Per year</small>
85 - <small class="payment_freq">(Add-ons subject to yearly license for support and updates.)</small>
84 + <small class="payment_freq"><?php echo esc_html_e('Per year','taskbuilder');?></small>
85 + <small class="payment_freq"><?php echo esc_html_e('(Add-ons subject to yearly license for support and updates.)','taskbuilder');?></small>
86 86 </div>
87 87 </div>
88 88 <div class="pbody">
89 89 <div class="addon-container">
@@ -88,17 +88,18 @@
88 88 <div class="pbody">
89 89 <div class="addon-container">
90 90 <i class="fas fa-arrow-right"></i>
91 91 <div class="addon-details">
92 - Time Tracker add-on will help you to record and track the time spent on each individual task. We have designed this like a stop-watch for a task so that you can calculate the time spent on perticular task.</div>
92 + <?php echo esc_html_e('Time Tracker add-on will help you to record and track the time spent on each individual task. We have designed this like a stop-watch for a task so that you can calculate the time spent on perticular task.','taskbuilder');?><
93 + </div>
93 94 </div>
94 95 </div>
95 96 <div class="pfooter">
96 97 <div class="purchase_addon">
97 - <a href="https://taskbuilder.net/add-ons/" target="__blank" type="button" class="btn btn-success">Purchase</a>
98 + <a href="https://taskbuilder.net/add-ons/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('Purchase','taskbuilder');?></a>
98 99 </div>
99 100 <div>
100 - <a href="https://taskbuilder.net/time-tracker/" target="__blank" type="button" class="btn btn-success">View Details</a>
101 + <a href="https://taskbuilder.net/time-tracker/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('View Details','taskbuilder');?></a>
101 102 </div>
102 103 </div>
103 104 </div>
104 105 </div>
@@ -104,13 +105,13 @@
104 105 </div>
105 106 <div class="col-md-3 col-sm-6 col-xs-12 pricing-widget">
106 107 <div class="row">
107 108 <div class="pheader">
108 - <h3 class="title"><img src="<?php echo esc_url( WPPM_PLUGIN_URL . 'asset/images/gantt_chart.svg'); ?>"> Gantt Chart</h3>
109 + <h3 class="title"><img src="<?php echo esc_url( WPPM_PLUGIN_URL . 'asset/images/gantt_chart.svg'); ?>"><?php echo esc_html_e('Gantt Chart','taskbuilder');?> </h3>
109 110 <h4 class="subtitle">$19.99</h4>
110 111 <div style="text-align:center">
111 - <small class="payment_freq">Per year</small>
112 - <small class="payment_freq">(Add-ons subject to yearly license for support and updates.)</small>
112 + <small class="payment_freq"><?php echo esc_html_e('Per year','taskbuilder');?></small>
113 + <small class="payment_freq"><?php echo esc_html_e('(Add-ons subject to yearly license for support and updates.)','taskbuilder');?></small>
113 114 </div>
114 115 </div>
115 116 <div class="pbody">
116 117 <div class="addon-container">
@@ -115,18 +116,72 @@
115 116 <div class="pbody">
116 117 <div class="addon-container">
117 118 <i class="fas fa-arrow-right"></i>
118 119 <div class="addon-details">
119 - Gantt Chart add-on effectively time manage your tasks and visualize upcoming deadlines for any project. Projects planners also use Gantt charts to maintain a bird's eye view of projects.
120 + <?php echo esc_html_e('Gantt Chart add-on effectively time manage your tasks and visualize upcoming deadlines for any project. Projects planners also use Gantt charts to maintain a bird&rsquo;s eye view of projects.','taskbuilder');?>
120 121 </div>
121 122 </div>
122 123 </div>
123 124 <div class="pfooter">
124 125 <div class="purchase_addon">
125 - <a href="https://taskbuilder.net/add-ons/" target="__blank" type="button" class="btn btn-success">Purchase</a>
126 + <a href="https://taskbuilder.net/add-ons/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('Purchase','taskbuilder');?></a>
126 127 </div>
127 128 <div>
128 - <a href="https://taskbuilder.net/gantt-chart/" target="__blank" type="button" class="btn btn-success">View Details</a>
129 + <a href="https://taskbuilder.net/gantt-chart/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('View Details','taskbuilder');?></a>
130 + </div>
131 + </div>
132 + </div>
133 + </div>
134 + <div class="col-md-3 col-sm-6 col-xs-12 pricing-widget">
135 + <div class="row">
136 + <div class="pheader">
137 + <h3 class="title"><img src="<?php echo esc_url( WPPM_PLUGIN_URL . 'asset/images/clone_project.svg'); ?>"> <?php echo esc_html_e('Duplicate Project','taskbuilder');?></h3>
138 + <h4 class="subtitle">$19.99</h4>
139 + <div style="text-align:center">
140 + <small class="payment_freq"><?php echo esc_html_e('Per year','taskbuilder');?></small>
141 + <small class="payment_freq"><?php echo esc_html_e('(Add-ons subject to yearly license for support and updates.)','taskbuilder');?></small>
142 + </div>
143 + </div>
144 + <div class="pbody">
145 + <div class="addon-container">
146 + <i class="fas fa-arrow-right"></i>
147 + <div class="addon-details">
148 + <?php echo esc_html_e('Duplicate Project extention allows you to clone existing project and you will get same project with(tasks+checklists).','taskbuilder');?></div>
149 + </div>
150 + </div>
151 + <div class="pfooter">
152 + <div class="purchase_addon">
153 + <a href="https://taskbuilder.net/add-ons/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('Purchase','taskbuilder');?></a>
154 + </div>
155 + <div>
156 + <a href="https://taskbuilder.net/duplicate-project/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('View Details','taskbuilder');?></a>
157 + </div>
158 + </div>
159 + </div>
160 + </div>
161 + <div class="col-md-3 col-sm-6 col-xs-12 pricing-widget">
162 + <div class="row">
163 + <div class="pheader">
164 + <h3 class="title"><img src="<?php echo esc_url( WPPM_PLUGIN_URL . 'asset/images/reports-icon.svg'); ?>"> <?php echo esc_html_e('Reports','taskbuilder');?></h3>
165 + <h4 class="subtitle">$29.99</h4>
166 + <div style="text-align:center">
167 + <small class="payment_freq"><?php echo esc_html_e('Per year','taskbuilder');?></small>
168 + <small class="payment_freq"><?php echo esc_html_e('(Add-ons subject to yearly license for support and updates.)','taskbuilder');?></small>
169 + </div>
170 + </div>
171 + <div class="pbody">
172 + <div class="addon-container">
173 + <i class="fas fa-arrow-right"></i>
174 + <div class="addon-details">
175 + <?php echo esc_html_e('Report extention allows you to create detailed project progress reports to view, print or download as a PDF or in CSV. Also, you can download report in csv format.','taskbuilder');?></div>
176 + </div>
177 + </div>
178 + <div class="pfooter">
179 + <div class="purchase_addon">
180 + <a href="https://taskbuilder.net/add-ons/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('Purchase','taskbuilder');?></a>
181 + </div>
182 + <div>
183 + <a href="https://taskbuilder.net/report/" target="__blank" type="button" class="btn btn-success"><?php echo esc_html_e('View Details','taskbuilder');?></a>
129 184 </div>
130 185 </div>
131 186 </div>
132 187 </div>