Ignore:
Timestamp:
Aug 9, 2009, 9:07:28 PM (15 years ago)
Author:
quentin
Message:

Make commands work from list and info pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy/code/templates/info.mako

    r2417 r2418  
    2929<%def name="command_button(title, value, cdrom=False, extra='')">
    3030<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" />
    3232  <input type="submit" class="button" name="action" value="${title}" ${extra | n}/>
    3333% if cdrom:
Note: See TracChangeset for help on using the changeset viewer.