Description
Display/process the Copy options form
Usage
oiku_user_settings();Parameters
Returns
voidSource
File name: oik-user/admin/oik-user.phpLines:
1 to 17 of 17
function oiku_user_settings() { p( "Use this form to copy oik options values to a user of your choice." ); p( "You should only need to do this once per user" ); oiku_copy_user_settings(); bw_form(); stag( "table", "widefat" ); $alts = array( 0 => "options" , 1 => "more options (alt=1)" , 2 => "more options 2 ( alt=2)" ); bw_select( "oiku_alt", "Copy from", null, array( "#options" => $alts ) ); $users = bw_user_list(); bw_select( "oiku_user", "Target user", null, array( "#options" => $users ) ); etag( "table" ); p( isubmit( "_oiku_copy_options", "Copy options to user", null, "button-secondary" ) ); etag( "form" ); }View on GitHub
Called by
Invoked by
Calls
1 to 7 of 7
