Changeset 126 for trunk/dns.cgi


Ignore:
Timestamp:
09/20/11 17:22:24 (13 years ago)
Author:
Kris Deugau
Message:

/trunk

UI cleanup: Remove dropdown group list from sidebar now that
the nifty collapsing group tree works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r125 r126  
    236236        unless ($permissions{admin} || $permissions{domain_create});
    237237
    238   # hmm.  nothing to do here?
    239   # - group list is filled by the same bit that fills the group list in the menu
     238  fill_grouplist("grouplist");
     239
    240240  if ($webvar{add_failed}) {
    241241    $page->param(add_failed => 1);
     
    664664  changepage(page => "domlist", errmsg => "You are not permitted to make bulk domain changes")
    665665        unless ($permissions{admin} || $permissions{domain_edit} || $permissions{domain_create} || $permissions{domain_delete});
     666
     667  fill_grouplist("grouplist");
    666668
    667669##fixme
     
    11201122
    11211123  # don't need this while we've got the dropdown in the menu.  hmm.
    1122   #fill_grouplist;
     1124  fill_grouplist("grouplist");
    11231125
    11241126  $page->param(ifrom => $webvar{ifrom}) if $webvar{ifrom};
     
    12481250  $page->param(subs => ($tmpgrplist ? 1 : 0));  # probably not useful to pass gobs of data in for a boolean
    12491251  $page->param(inlogingrp => $curgroup == $logingroup);
    1250 
    1251   # stuff for menu group change.  nb: this is icky.
    1252   fill_grouplist("grouplist");
    12531252
    12541253# fill in the URL-to-self
Note: See TracChangeset for help on using the changeset viewer.