Skip to content

Commit

Permalink
[#618] Change "id" input name on plugin listing table to "plugin_sig"…
Browse files Browse the repository at this point in the history
… which I believe is the key that should be transmitted to uniquely identify each plugin
  • Loading branch information
jayallen committed Dec 2, 2010
1 parent 023aee7 commit 41e7763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmpl/cms/list_plugin.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</mt:if>
<tr class="<mt:if name="__odd__">odd<mt:else>even</mt:if>">
<td class="cb">
<input type="checkbox" name="id" value="<$mt:var name="id"$>" class="select" />
<input type="checkbox" name="id" value="<$mt:var name="plugin_sig"$>" class="select" />
</td>
<td class="name"><mt:if name="plugin_folder"><mt:var name="plugin_folder"><mt:else><$mt:var name="plugin_name" escape="html"$></mt:if></td>
<td class="version"><$mt:var name="plugin_version" escape="html"$></td>
Expand Down

0 comments on commit 41e7763

Please sign in to comment.