Changeset 2997 for trac/vendor/current


Ignore:
Timestamp:
06/03/05 15:55:55 (8 years ago)
Author:
moschny
Message:

Load . into trac/vendor/current.

Location:
trac/vendor/current/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trac/vendor/current/templates/ticket.cs

    r2588 r2997  
    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/vendor/current/templates/wiki.cs

    r2588 r2997  
    227227      <input type="submit" value="Edit This Page" /> 
    228228     </div></form> 
    229      <form method="get" action="<?cs var:cgi_location?>/attachment/wiki/<?cs 
    230        var:wiki.namedoublequoted ?>"><div> 
     229     <form method="get" action="<?cs var:wiki.attach_href ?>"><div> 
    231230      <input type="submit" value="Attach File" /> 
    232231     </div></form> 
Note: See TracChangeset for help on using the changeset viewer.