Changeset 736 for trunk/app/views/quotes

Show
Ignore:
Timestamp:
08/23/08 14:49:54 (3 months ago)
Author:
aarkerio
Message:

Little bugs fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/quotes/admin_listing.ctp

    r701 r736  
    1111 <fieldset> 
    1212 <legend><?php __('New quote'); ?></legend> 
    13    <?php  
    14    echo $form->input('Quote.quote', array('size'=> 60, 'maxlength'=>130)); 
    15    echo $form->error('Quote.quote', 'A quote is required.');  
     13 <?php  
     14  echo $form->input('Quote.quote', array('size'=> 60, 'maxlength'=>130)); 
     15  echo $form->error('Quote.quote', 'A quote is required.');  
    1616    
    17    echo $form->input('Quote/author', array("size" => 60, "maxlength"=>130)); 
    18    echo $form->error('Quote.author', 'An author is required.');  
     17  echo $form->input('Quote/author', array("size" => 60, "maxlength"=>130)); 
     18  echo $form->error('Quote.author', 'An author is required.');  
     19  echo $form->end(__('Save', true));  
    1920?> 
    20     
    21    <div style="clear:both"></div> 
    2221</fieldset> 
    23   <?php echo $form->end(__('Save', true)); ?> 
    24  
    2522</div> 
    2623 
     
    5350  if (tr.style.display == 'none') 
    5451  { 
    55             tr.style.display = 'table-row'; 
     52            tr.style.display = 'block'; 
    5653  } else { 
    5754            tr.style.display = 'none';