Show
Ignore:
Timestamp:
07/29/08 18:18:05 (4 months ago)
Author:
aarkerio
Message:

Update helps

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/admin.ctp

    r620 r679  
    5252<?php echo $html->div('footer', $html->link('Chipotle Software &copy; 2002-2008 GPLv3', 'http://www.chipotle-software.com/', null, false, false)); ?> 
    5353 
    54 <div style="position:absolute;top:22px;left:950px"><!-- help button--> 
    55   <?php  
    56      // help popup window 
    57      $o = '/admin/'.$this->name .'/'.$this->action; 
    58      $o = strtolower(str_replace('admin_', '', $o)); 
    59      $path = '/helps/display' . $o; 
    60      //echo $o;  
    61      $t="javascript:window.open('".$path."', 'blank', 'toolbar=no, scrollbars=yes,width=700,height=400')"; 
     54<div style="position:absolute;top:15px;right:60px"><!-- help button--> 
     55<?php  
     56  // help popup window 
     57  $o = '/admin/'.$this->name .'/'.$this->action; 
     58  $o = strtolower(str_replace('admin_', '', $o)); 
     59  $path = '/helps/display' . $o; 
     60  //echo $o;  
     61  $t="javascript:window.open('".$path."', 'blank', 'toolbar=no, scrollbars=yes,width=700,height=400')"; 
    6262       
    63       echo $html->link($html->image('admin/help.gif', array("alt"=>"Help", "title"=>"Help", "class"=>"helping")),  
    64                                   '#header', 
    65                                   array("onclick"=>$t), 
    66                                   null, false); 
     63  echo $html->link($html->image('admin/help.gif', array("alt"=>"Help", "title"=>"Help", "class"=>"helping")),  
     64        '#header', 
     65        array("onclick"=>$t), 
     66        null, false); 
    6767?> 
    6868</div>