disabled<?php } ?> > <option value=1<?php if (TBGSettings::isRegistrationEnabled()) { ?> selected<?php } ?> ><?php echo __('Users can register new accounts'); ?> </option> <option value=0<?php if (!TBGSettings::isRegistrationEnabled()) { ?> selected<?php } ?> ><?php echo __('All new user accounts will be created by an admin'); ?> </option> </select> </td> </tr> <tr> <td><label for="allowpersona"><?php echo __('Enable Mozilla Persona'); ?>