View Single Post
  #4  
Old 01-28-2005, 08:15 AM
  CC's Avatar 
CC CC is offline
 

eXpert
  
Join Date: Jun 2004
Posts: 349
 

Default

Yeh sorry, should have come back here and said.
We did it this way, so the field is readonly to customer and writable to Admin:

Code:
{if $usertype eq "C"} Order Notes: <TEXTAREA name="notes" cols="60" rows="5" readonly>{$order.notes}</TEXTAREA> {else} {if $usertype ne "C"} {$lng.lbl_order_notes}: <TEXTAREA name="notes" cols="60" rows="5">{$order.notes}</TEXTAREA> {/if} {/if}
__________________
XC 4.2 inc (unofficial) patch release.
Reply With Quote