@_UI_STD_INIT_@[if-mm !advanced reconfig]
[set ui_error][L]Not authorized to regenerate.[/L][/set]
[bounce page="__UI_BASE__/error"]
[/if-mm]
[set help_name]reconfig[/set]
[set ui_class]Admin[/set]
[set page_title][L]Reconfiguring[/L]....[/set]
[calc]
my $hk = $Tag->global_value('Global::HouseKeeping');
$hk += 2;
$Scratch->{its} = join " ", 1 .. $hk;
return;
[/calc]
[set icon_name]icon_regen.gif[/set]
@_UI_STD_HEAD_@
[L]Reconfiguring catalog[/L]: ...
[seti reconfig_status][reconfigure][/seti]
[loop arg="[scratch its]"]
[reconfig-wait send=1]
[/loop]
[if scratch possible_timeout]
[L]WARNING: Reconfiguration may have timed out[/L].
[L]Last config[/L]: [reconfig-time]
[else]
[L]SUCCESS[/L]
[value name=ui_changes_made set=""]
[/else]
[/if]
([L]return[/L])