Changeset 610 for trunk/app/views/quotes

Show
Ignore:
Timestamp:
06/16/08 23:05:09 (5 months ago)
Author:
aarkerio
Message:

RSS

Files:
1 modified

Legend:

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

    r541 r610  
    11<?php  
    2   echo $html->addCrumb('Control Tools', '/admin/entries/start');  
     2  echo $html->addCrumb('Control Panel', '/admin/entries/start');  
    33  echo $html->getCrumbs(' / ');  
    4   echo $html->div('title_section', 'Quick News'); 
    54 
    6 echo $html->para(null, $html->link($html->image('actions/new.png', array("alt"=>"Add new", "title"=>"Add new")), '#', array("onclick"=>"hU()"), false, false)); ?> 
     5  echo $html->div('title_section', __('Quotes', true)); 
     6 
     7echo $html->para(null, $html->link($html->image('actions/new.png', array('alt'=>'Add new quote','title'=>'Add new quote')), '#', array("onclick"=>"hU()"), false, false)); ?> 
    78 
    89<div id="trh" style="margin:0;padding:0;padding-left:40px;width:80%;display:none;"> 
    910<?php echo $form->create('Quote', array('action'=>'add', 'onsubmit'=>'return chkData()')); ?> 
    1011 <fieldset> 
    11  <legend>New quote</legend 
     12 <legend><?php __('New quote'); ?></legend> 
    1213   <?php  
    1314   echo $form->input('Quote.quote', array("size" => 60, "maxlength"=>130));