Changeset 727 for trunk/cgi-bin


Ignore:
Timestamp:
05/20/15 16:02:58 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Refine variable passing and template variable names on merge prep pages
for accuracy and clarity. See #8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r720 r727  
    12651265  $page->param(mergefree => $fb_list);
    12661266
     1267##fixme:  push this up the stack somewhere so the labels can be fed to the relevant templates when/as needed
    12671268  # scope
    12681269  my %merge_friendly = (
    12691270        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",
    12711272        clearpeer => "Keep only suballocations of $binfo->{block}",
    12721273        clearall  => "Clear all suballocations"
    12731274    );
    1274   $page->param(scope => $merge_friendly{$webvar{mscope}});
     1275  $page->param(vis_scope => $merge_friendly{$webvar{scope}});
     1276  $page->param(scope => $webvar{scope});
    12751277} # confMerge()
    12761278
Note: See TracChangeset for help on using the changeset viewer.