Changeset 2997 for trac/vendor/current
- Timestamp:
- 06/03/05 15:55:55 (8 years ago)
- Location:
- trac/vendor/current/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trac/vendor/current/templates/ticket.cs
r2588 r2997 87 87 /if ?><?cs 88 88 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 ?>"> 91 90 <div><input type="submit" value="Attach File" /></div> 92 91 </form><?cs -
trac/vendor/current/templates/wiki.cs
r2588 r2997 227 227 <input type="submit" value="Edit This Page" /> 228 228 </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> 231 230 <input type="submit" value="Attach File" /> 232 231 </div></form>
Note: See TracChangeset
for help on using the changeset viewer.
