Changeset 2999


Ignore:
Timestamp:
06/03/05 16:00:33 (8 years ago)
Author:
moschny
Message:

Merging 0.8.2 to trunk.

Location:
trac/trunk/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trac/trunk/templates/ticket.cs

    r2590 r2999  
    8787 /if ?><?cs 
    8888 if trac.acl.TICKET_MODIFY ?> 
    89   <form method="get" action="<?cs var:cgi_location?>/attachment/ticket/<?cs 
    90     var:ticket.id ?>"> 
     89  <form method="get" action="<?cs var:ticket.attach_href ?>"> 
    9190   <div><input type="submit" value="Attach File" /></div> 
    9291  </form><?cs 
  • trac/trunk/templates/wiki.cs

    r2986 r2999  
    236236      <input type="submit" value="Edit This Page" /> 
    237237     </div></form> 
    238      <form method="get" action="<?cs var:cgi_location?>/attachment/wiki/<?cs 
    239        var:wiki.namedoublequoted ?>"><div> 
     238     <form method="get" action="<?cs var:wiki.attach_href ?>"><div> 
    240239      <input type="submit" value="Attach File" /> 
    241240     </div></form> 
Note: See TracChangeset for help on using the changeset viewer.