Show
Ignore:
Timestamp:
09/10/07 18:06:56 (15 months ago)
Author:
aarkerio
Message:

Front end changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/catglossaries/admin_add.thtml

    r58 r82  
    1212  <?php  
    1313    echo $form->labelTag( 'Catglossary/title', 'Title:' ); 
    14     echo $html->input('Catglossary/title', array("size" => 30, "maxlength" => 90, "value"=>"American history")); 
     14    echo $html->input('Catglossary/title', array("size" => 30, "maxlength" => 90, "value"=>"Example: American history")); 
    1515    echo $html->tagErrorMsg('Catglossary/title', 'A FAQ title is required.'); 
    1616