edit column depends
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 22 Jun 2010 12:39:41 +0000 (14:39 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 22 Jun 2010 12:39:41 +0000 (14:39 +0200)
templates/data/items/table.html.ep

index 5c40b4b..c1fcad6 100644 (file)
@@ -85,8 +85,7 @@ filter
 % }
 
 % if ( $code_depends ) {
-<input name=code_depends type=hidden value="<%= $code_depends %>">
-<tt><%= $code_depends %>.<input name=code_description type=text value="<%= $code_description %>">.pl</tt>
+<input name=code_depends value="<%= $code_depends %>">.<input name=code_description type=text value="<%= $code_description %>">.pl
 %  my $path = "$code_path/$code_depends.$code_description.pl";
 %  if ( -e $path ) {
 <input type=checkbox name=overwrite value=1 title="Overwrite old version of this code">