i put this in editviewdefs.php
PHP Code:
'javascript' => '<script>
window.onload=function()
{literal} { {/literal}
var supervisor_id = <?php echo $manager ?>;
var curr_user = <?php echo $current_id ?>;
if(supervisor_username != curr_user)
{literal} { {/literal}
document.getElementById(\'status\').disabled=true;
{literal} } {/literal}
{literal} } {/literal}
</script>'
and this at the top
PHP Code:
global $current_user;
$current_id=$current_user->id;
$manager=$bean->managers_id_c;
but the php variables are not transfering there value any i dea why
Bookmarks