Changeset 679 for trunk/app/views/layouts
- Timestamp:
- 07/29/08 18:18:05 (4 months ago)
- Location:
- trunk/app/views/layouts
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/admin.ctp
r620 r679 52 52 <?php echo $html->div('footer', $html->link('Chipotle Software © 2002-2008 GPLv3', 'http://www.chipotle-software.com/', null, false, false)); ?> 53 53 54 <div style="position:absolute;top: 22px;left:950px"><!-- help button-->55 <?php56 // help popup window57 $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')"; 62 62 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); 67 67 ?> 68 68 </div> -
trunk/app/views/layouts/help.ctp
r330 r679 33 33 .der {text-align:right;font-weight:bold;font-size:9pt;} 34 34 #container {text-align:left;font-size:10pt;width:350px;margin-left:auto;margin-right:auto;} 35 #titulo {border-bottom:1px #268698 solid; padding:5px;color:#268698;font-size:16pt;}35 .titulo {border-bottom:1px #268698 solid; padding:5px;color:#268698;font-size:16pt;} 36 36 #marco {border:1px grey solid;padding:5px;color:#268698;background-color:#dadada;font-size:10pt;width:80%;margin:5px auto 2px auto;} 37 37 .warning {color:red;font-size:10px;text-align:left;}
