Changeset 3367

Show
Ignore:
Timestamp:
06/27/08 12:07:36 (7 months ago)
Author:
dverna
Message:

Remove title size limit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/lisp-ecoop/website/templates/create-submission.xml

    r2444 r3367  
    1717   </p> 
    1818   <form method="post" name="create_submission_form" id="create_submission_form" enctype="multipart/form-data" 
    19         action="make-submission" onsubmit="return check_create_submission_form(this);"> 
     19        action="make-submission" onsubmit="return check_create_submission_form(this);"> 
    2020    <p> 
    2121     <input type="radio" name="type" value="paper" checked="checked"/> Paper 
     
    2323    </p> 
    2424    <label for="title">Title</label><br/> 
    25     <input type="text" size="40" maxlength="40" name="title" id="title_input"/><br/> 
     25    <input type="text" size="40" name="title" id="title_input"/><br/> 
    2626    <label for="abstract">Abstract</label><br/> 
    2727    <textarea name="abstract" cols="72" rows="10"> </textarea><br/>