~mparic/+junk/openauctionlive

« back to all changes in this revision

Viewing changes to app/views/items/add.ctp

  • Committer: Michael Paric
  • Date: 2012-01-07 20:21:14 UTC
  • Revision ID: mparic@compbizsolutions.com-20120107202114-6q89jiel6y3rbwgc
Updated validation rules to prevent duplicate Bid and Bidder entries; updated return message color for successful form entry to differentiate from error; added simlink in img/ for image to be used in reports - just change what auction_logo.jpg points to instead of changing View code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        <?php
6
6
                echo $this->Form->input('title');
7
7
                echo $this->Form->input('description');
8
 
                echo $this->Form->input('value');
 
8
                echo $this->Form->input('value',array('label'=>'Value - Numbers only, do not enter $'));
9
9
                echo $this->Form->input('vendor_id',array('empty'=>' -- Select --','selected'=>$vendorId));
10
10
                echo $this->Form->input('item_type_id',array('empty'=>' -- Select --'));    
11
11
    echo $this->Form->input('item_category_id');