PluginProbe
Taskbuilder – Project Management & Task Management Tool With Kanban Board / 3.0.0
Taskbuilder – Project Management & Task Management Tool With Kanban Board v3.0.0
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/projects/get_users.php +7 -0 1.0.33.0.0 View file →
@@ -9,8 +9,9 @@
9 9 $project = $wpdb->get_row( "SELECT * FROM {$wpdb->prefix}wppm_project where id = $proj_id" );
10 10 if(!empty($project->users)){
11 11 $users = explode(",",$project->users);
12 12 }
13 +$settings = get_option("wppm-ap-modal");
13 14 ob_start();
14 15 ?>
15 16 <form id="frm_get_project_users">
16 17 <div id="wppm_get_users">
@@ -56,11 +57,17 @@
56 57 }
57 58 ?>
58 59 </div>
59 60 <input type="hidden" name="action" value="wppm_set_project_users" />
61 + <input type="hidden" name="_ajax_nonce" value="<?php echo esc_attr( wp_create_nonce( 'wppm_set_project_users' ) ); ?>">
60 62 <input type="hidden" id="wppm_proj_id" name="proj_id" value="<?php echo esc_attr($proj_id) ?>" />
61 63 </div>
62 64 </form>
65 +<style>
66 + li {
67 + color:<?php echo esc_attr( $settings['body-text-color'])?>!important;
68 + }
69 +</style>
63 70 <script>
64 71 jQuery(document).ready(function(){
65 72 jQuery("input[name='user_name']").keypress(function(e) {
66 73 //Enter key