Changeset 2525

Show
Ignore:
Timestamp:
07/24/07 16:53:53 (1 year ago)
Author:
eclip5e
Message:

ManualTestingPlugin:

ManualTestingPlugin:

  • Pulled trac.authname into the forms so form are autopopulated.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • manualtestingplugin/manualtesting/htdocs/templates/plan-add.cs

    r2524 r2525  
    3333        <div class="field"> 
    3434            <label for="user">Your email or username:</label><br/> 
    35             <input type="text" name="user" size="40" value="<?cs alt:args.author ?>anonymous<?cs /alt ?>" /><br/> 
     35            <input type="text" name="user" size="40" value="<?cs alt:trac.authname ?>anonymous<?cs /alt ?>" /><br/> 
    3636        </div> 
    3737        <div class="field"> 
  • manualtestingplugin/manualtesting/htdocs/templates/suite-add.cs

    r2524 r2525  
    3333        <div class="field"> 
    3434            <label for="user">Your email or username:</label><br/> 
    35             <input type="text" name="user" size="40" value="<?cs alt:args.author ?>anonymous<?cs /alt ?>" /><br/> 
     35            <input type="text" name="user" size="40" value="<?cs alt:trac.authname ?>anonymous<?cs /alt ?>" /><br/> 
    3636        </div> 
    3737        <div class="field">