Diff for /loncom/interface/lonindexer.pm between versions 1.182 and 1.183

version 1.182, 2008/09/19 08:50:42 version 1.183, 2008/09/19 09:08:53
Line 452  ENDHEADER Line 452  ENDHEADER
    'ud' => 'Update Display',     'ud' => 'Update Display',
    'pr' => 'Problems',     'pr' => 'Problems',
    'gr' => 'Graphics',     'gr' => 'Graphics',
    'at' => 'All types'     'at' => 'All types',
      'hd' => 'Display Options'
    );     );
  $r->print(<<END);   $r->print(<<END);
   <fieldset>
   <legend>$lt{'hd'}</legend>
 <form method="post" name="fileattr" action="$uri"  <form method="post" name="fileattr" action="$uri"
  enctype="application/x-www-form-urlencoded">   enctype="application/x-www-form-urlencoded">
 <label><input type="checkbox" name="attr9" value="1" $attrchk[9] onClick="this.form.submit();" /> $lt{'av'}</label>  <label><input type="checkbox" name="attr9" value="1" $attrchk[9] onClick="this.form.submit();" /> $lt{'av'}</label>
Line 495  END Line 498  END
     %select_file_categories);      %select_file_categories);
         $type_element = '<label>'.&mt('File Type Displayed: [_1]',          $type_element = '<label>'.&mt('File Type Displayed: [_1]',
       $type_element).'</label>';        $type_element).'</label>';
           $r->print($type_element
                    .'</fieldset>');
         $r->print(<<END);          $r->print(<<END);
 $type_element  
 <br />  <br />
 <input type="submit" name="updatedisplay" value="$lt{'ud'}" />  <input type="submit" name="updatedisplay" value="$lt{'ud'}" />
 <input type="hidden" name="acts" value="" />  <input type="hidden" name="acts" value="" />

Removed from v.1.182  
changed lines
  Added in v.1.183


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>