Changeset 610 for trunk/app/views/quotes
- Timestamp:
- 06/16/08 23:05:09 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/quotes/admin_listing.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/quotes/admin_listing.ctp
r541 r610 1 1 <?php 2 echo $html->addCrumb('Control Tools', '/admin/entries/start');2 echo $html->addCrumb('Control Panel', '/admin/entries/start'); 3 3 echo $html->getCrumbs(' / '); 4 echo $html->div('title_section', 'Quick News');5 4 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 7 echo $html->para(null, $html->link($html->image('actions/new.png', array('alt'=>'Add new quote','title'=>'Add new quote')), '#', array("onclick"=>"hU()"), false, false)); ?> 7 8 8 9 <div id="trh" style="margin:0;padding:0;padding-left:40px;width:80%;display:none;"> 9 10 <?php echo $form->create('Quote', array('action'=>'add', 'onsubmit'=>'return chkData()')); ?> 10 11 <fieldset> 11 <legend> New quote</legend12 <legend><?php __('New quote'); ?></legend> 12 13 <?php 13 14 echo $form->input('Quote.quote', array("size" => 60, "maxlength"=>130));
