|
J
|
Jepsen 9/2/2008 |
|
The way I go around this one is to: |
|
|
J
|
Jane 9/2/2008 |
|
Hi, {if $f_usertype} {build_edit_control field="Data1" value=$value_Data1 mode="edit"} {else} {$value_Data1} {/if}
if ($_SESSION["f_usertype"]=="Supervisor") $smarty->assign("f_usertype",true); else $smarty->assign("f_usertype",false); |
|
|
J
|
jaflores author 9/4/2008 |
|
Thanks to both of you! |
|