Skip to content

Commit

Permalink
Added a consistent id on ordered selection widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdesvenain committed Oct 7, 2013
1 parent ed3ca89 commit 3de4d95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ CHANGES
3.0.4 (unreleased)
------------------

- Added a consistent id on ordered selection widget.

- Fixed a typo in German translations.


Expand Down
3 changes: 2 additions & 1 deletion src/z3c/form/browser/orderedselect_input.pt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ function selectionError()
/* ]]> */
</script>

<table border="0" class="ordered-selection-field">
<table border="0" class="ordered-selection-field"
tal:attributes="id view/id">
<tr>
<td>
<select id="from" name="from" class="" multiple="" size="5"
Expand Down

0 comments on commit 3de4d95

Please sign in to comment.