Changeset 772 for trunk/app/views

Show
Ignore:
Timestamp:
09/22/08 10:09:12 (2 months ago)
Author:
aarkerio
Message:

New Unit Testing models

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/acquaintances/display.ctp

    r541 r772  
    66 
    77 $tmp  =  '<h2>'. $val['Acquaintance']['name']   . '</h2>'; 
    8  $tmp .= para(null, $val['Acquaintance']['description']); 
    9  $tmp .= para(null,$html->link($html->image('static/icon_http.gif', array("alt"=>"Go!", "alt"=>"Go!")),$val['Acquaintance']['url'], null, false, false)); 
     8 $tmp .= $html->para(null, $val['Acquaintance']['description']); 
     9 $tmp .= $html->para(null,$html->link($html->image('static/icon_http.gif', array("alt"=>"Go!", "alt"=>"Go!")),$val['Acquaintance']['url'], null, false, false)); 
    1010  
    1111 echo $html->div(null, $tmp, array('style'=>'padding:3px;border:1px dotted gray;margin:3px;'));