projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added the name of machine that is being deleted
[invirt/packages/invirt-web.git]
/
code
/
templates
/
functions.mako
diff --git
a/code/templates/functions.mako
b/code/templates/functions.mako
index
c57e904
..
f5a9166
100644
(file)
--- a/
code/templates/functions.mako
+++ b/
code/templates/functions.mako
@@
-50,5
+50,5
@@
def nl2br(string):
<%def name="helppopup(subj)">
## Return HTML code for a (?) link to a specified help topic
<%def name="helppopup(subj)">
## Return HTML code for a (?) link to a specified help topic
-<span class="helplink"><a href="help?simple=true;subject=${subj | u}" target="_blank" onclick="return helppopup(${subj | u,jquote})">(?)</a></span>
+<span class="helplink"><a href="help?simple=true;subject=${subj | u}" target="_blank" onclick="return helppopup(${subj | jquote})">(?)</a></span>
</%def>
</%def>