- Timestamp:
- Aug 9, 2009, 9:07:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/templates/info.mako
r2417 r2418 29 29 <%def name="command_button(title, value, cdrom=False, extra='')"> 30 30 <form action="machine/${machine.machine_id}/command/${value}" method="POST"> 31 <input type="hidden" name="back" value=" machine/${machine.machine_id}/info" />31 <input type="hidden" name="back" value="info" /> 32 32 <input type="submit" class="button" name="action" value="${title}" ${extra | n}/> 33 33 % if cdrom:
Note: See TracChangeset
for help on using the changeset viewer.