projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a92bab0
)
Add "help" links to all editable fields.
author
Mike Taylor
<mike@indexdata.com>
Tue, 5 Dec 2006 12:21:39 +0000
(12:21 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 5 Dec 2006 12:21:39 +0000
(12:21 +0000)
web/htdocs/details/edit.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/edit.mc
b/web/htdocs/details/edit.mc
index
7b3e6d7
..
ba46e68
100644
(file)
--- a/
web/htdocs/details/edit.mc
+++ b/
web/htdocs/details/edit.mc
@@
-1,4
+1,4
@@
-%# $Id: edit.mc,v 1.21 2006-11-29 18:22:08 mike Exp $
+%# $Id: edit.mc,v 1.22 2006-12-05 12:21:39 mike Exp $
<%args>
$op
$id => undef
@@
-164,6
+164,9
@@
foreach my $ref (@fields) {
<input name="<% $name %>" type="text" size="60" value="<% $val %>"/>
% }
</td>
+ <td>
+ <& /help/link.mc, help => "edit/$name" &>
+ </td>
</tr>
% }
<tr>