Changeset 727 for trunk/cgi-bin
- Timestamp:
- 05/20/15 16:02:58 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r720 r727 1265 1265 $page->param(mergefree => $fb_list); 1266 1266 1267 ##fixme: push this up the stack somewhere so the labels can be fed to the relevant templates when/as needed 1267 1268 # scope 1268 1269 my %merge_friendly = ( 1269 1270 keepall => "Keep mergeable allocations as suballocations of new block", 1270 mergepeer => " Make suballocations of mergeable allocations direct children of new block",1271 mergepeer => "Keep suballocations of mergeable allocations", 1271 1272 clearpeer => "Keep only suballocations of $binfo->{block}", 1272 1273 clearall => "Clear all suballocations" 1273 1274 ); 1274 $page->param(scope => $merge_friendly{$webvar{mscope}}); 1275 $page->param(vis_scope => $merge_friendly{$webvar{scope}}); 1276 $page->param(scope => $webvar{scope}); 1275 1277 } # confMerge() 1276 1278
Note:
See TracChangeset
for help on using the changeset viewer.