| 14 | | |
|---|
| 15 | | <div id="show-the-comment"> |
|---|
| 16 | | <p> |
|---|
| 17 | | <%= link_to _("show the comment") + ' »', '#', :onclick => "Element.show('the-comment'); Element.hide('show-the-comment'); Element.show('hide-the-comment'); return false;" %> |
|---|
| 18 | | </p> |
|---|
| 19 | | </div> |
|---|
| 20 | | <div id="hide-the-comment" style="display: none;"> |
|---|
| 21 | | <p> |
|---|
| 22 | | <%= link_to '« ' + _("hide the comment"), '#', :onclick => "Element.hide('the-comment'); Element.hide('hide-the-comment'); Element.show('show-the-comment'); return false;" %> |
|---|
| 23 | | </p> |
|---|
| 24 | | </div> |
|---|
| 25 | | <div id="the-comment" style="display: none;"> |
|---|
| | 14 | <div id="the-comment"> |
|---|