jsId="editor_pane_opac_visible"
type="checkbox"
dojoType="dijit.form.CheckBox"
- onChange='if (current_ou) ou_list_store.setValue( current_ou, "opac_visible", this.checked ? "t" : "f" );'
+ onChange="if (current_ou) ou_list_store.setValue( current_ou, 'opac_visible', this.checked ? 't' : 'f' );"
/>
</td>
</tr>
jsId="billing_addr_valid"
dojoType="dijit.form.CheckBox"
value='t'
- onChange='if (current_billing_address) current_billing_address.valid( this.checked ? "t" : "f" );'
+ onChange="if (current_billing_address) current_billing_address.valid( this.checked ? 't' : 'f' );"
/>
</td>
</tr>
jsId="holds_addr_valid"
dojoType="dijit.form.CheckBox"
value='t'
- onChange='if (current_holds_address) current_holds_address.valid( this.checked ? "t" : "f" );'
+ onChange="if (current_holds_address) current_holds_address.valid( this.checked ? 't' : 'f' );"
/>
</td>
</tr>
type="checkbox"
jsId="mailing_addr_valid"
dojoType="dijit.form.CheckBox"
- onChange='if (current_mailing_address) current_mailing_address.valid( this.checked ? "t" : "f" );'
+ onChange="if (current_mailing_address) current_mailing_address.valid( this.checked ? 't' : 'f' );"
/>
</td>
</tr>
type="checkbox"
jsId="ill_addr_valid"
dojoType="dijit.form.CheckBox"
- onChange='if (current_ill_address) current_ill_address.valid( this.checked ? "t" : "f" );'
+ onChange="if (current_ill_address) current_ill_address.valid( this.checked ? 't' : 'f' );"
/>
</td>
</tr>
jsId="editor_pane_can_have_users"
type="checkbox"
dojoType="dijit.form.CheckBox"
- onChange='if (current_type) ou_type_store.setValue( current_type, "can_have_users", this.checked ? "t" : "f" );'
+ onChange="if (current_type) ou_type_store.setValue( current_type, 'can_have_users', this.checked ? 't' : 'f' );"
/>
</td>
</tr>
jsId="editor_pane_usergroup"
type="checkbox"
dojoType="dijit.form.CheckBox"
- onChange='if (current_group) group_store.setValue( current_group, "usergroup", this.checked ? "t" : "f" );'
+ onChange="if (current_group) group_store.setValue( current_group, 'usergroup', this.checked ? 't' : 'f' );"
/>
</td>
</tr>