View Single Post
  #5  
Old 05-26-2009, 09:31 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
By default the in-active checkbox is drawing itself unchecked. There are some alternatives:

- set the profile to non-modal. That makes it impossible for the user to click on it:
PHP Code:
useownprofile true;
profile.modal false
- use gui styles (style="toon.wba")
Reply With Quote