Changeset 136


Ignore:
Timestamp:
Jan 25, 2007 10:24:43 PM (6 years ago)
Author:
dkg
Message:

JPDD: default to collapsing the login fieldset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jpdd/class.dkg.site.php

    r135 r136  
    351351      if (!in_array($this->_action, array('login')) && is_null($warning)) { 
    352352        $this->addSourcedScript('scripts/dkg.base.js'); 
    353         $this->addScriptChunk('DKG.onLoadScripts.push(\'DKG.FieldsetCollapse("login_legend", false, "'.$this->Path('login').'");\');'); 
     353        $this->addScriptChunk('DKG.onLoadScripts.push(\'DKG.FieldsetCollapse("login_legend", true, "'.$this->Path('login').'");\');'); 
    354354      } 
    355355      return '<form id="login_form" class="login" action="'.$this->Path("login").'" method="post"> 
Note: See TracChangeset for help on using the changeset viewer.