Changeset 2999 for trac/trunk
- Timestamp:
- 06/03/05 16:00:33 (8 years ago)
- Location:
- trac/trunk/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trac/trunk/templates/ticket.cs
r2590 r2999 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/trunk/templates/wiki.cs
r2986 r2999 236 236 <input type="submit" value="Edit This Page" /> 237 237 </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> 240 239 <input type="submit" value="Attach File" /> 241 240 </div></form>
Note: See TracChangeset
for help on using the changeset viewer.
