Changesets can be listed by changeset number.
The Git repository is here.
Changeset 197
Extended content area's toggle link was included in the part of the page
that got hidden when toggled off, making extended content inaccesible.
Fixed by dropping the link to a new list item.
- Comitted by: rool
- Date: Tuesday April 17 21:03:41 2007 (over 17 years ago)
Affected files:
rool/rails/typo/trunk/app/views/admin/content/_form.rhtml:
prev. | current | |
<li id="extended"<%- if @article.extended.blank? -%> style="display:none;"<%- end -%>> | ||
<label for="article_extended"><%= _("Extended Content")%>:</label> | ||
<%= text_area 'article', 'extended', :rows => 30, :style => 'width: 100%;' %> | ||
20 | </li> | |
21 | <li> | |
<%= link_to_function "Toggle Extended Content (+/-)",update_page { |page| page.visual_effect(:toggle_blind, "extended", :duration => 0.5) } %> | ||
</li> | ||
<li> |