Changesets can be listed by changeset number.
The Git repository is here.
Changeset 195
Fixed errors in views that prevented page validation and
caused problems in Opera (see Ticket #115).
- Comitted by: rool
- Date: Wednesday April 04 21:19:36 2007 (over 17 years ago)
Affected files:
- rool/rails/i2/trunk/app/views/versions/_textile_help.rhtml (diff)
- rool/rails/i2/trunk/app/views/versions/new.rhtml (diff)
rool/rails/i2/trunk/app/views/versions/_textile_help.rhtml:
prev. | current | |
<h3>Formatting: Textile</h3> | ||
<p style="border-top: 1px dotted #ccc; margin-top: 0px"> | ||
Text is formatted using the Textile markup syntax - find help | ||
4 | ||
4 | <a href="http://hobix.com/textile/quick.html" target="_blank" onclick="quickRedReference(); return false;">here</a>. | |
5 | </p> | |
6 | ||
7 | <script language="JavaScript" type="text/javascript"> | |
function quickRedReference() { | ||
window.open( | ||
"http://hobix.com/textile/quick.html", |
rool/rails/i2/trunk/app/views/versions/new.rhtml:
prev. | current | |
<%= text_area :version, :body, :rows => 24, :cols => 48 %> | ||
<p> | ||
16 | | |
16 | <%= submit_tag "Save" %> as | |
<% if hubssolib_privileged? -%> | ||
18 | | |
18 | <%= text_field_tag :author_name, h(@author_name) %> | |
<% else -%> | ||
20 | | |
20 | <%= hidden_field_tag :author_name, h(@author_name) %><b><%= h(@author_name) %></b> | |
<% end -%> | ||
or <%= link_to("Cancel", page_url(:page_title => @page)) %> | ||
23 | | |
23 | </p> | |
24 | <%= end_form_tag %> | |
</td> | ||
<td align="left"> | ||
<div id="MarkupHelp"> |