public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
change excerpt link to 'hide'
technoweenie (author)
Sat Feb 02 14:26:19 -0800 2008
commit  4d74fcfad278355a5d380c61231bca9409596f36
tree    cbfb181202b74dcd74b002579a9603065b060989
parent  fffccc683c18929095b8a12994674ef44372bf9f
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@
0
   <dl>
0
     <dt><label for="article_title">Title</label></dt>
0
     <dd><%= form.text_field :title, :class => 'big' %></dd>
0
- <dt id="x-lbl" style="<%= @style %>"><%= form.label_for :excerpt %> <span class="hint">(<%= link_to_function 'Cancel', %(['x-lbl', 'x-body'].each(Element.toggle)) %>)</span></dt>
0
+ <dt id="x-lbl" style="<%= @style %>"><%= form.label_for :excerpt %> <span class="hint">(<%= link_to_function 'Hide', %(['x-lbl', 'x-body'].each(Element.toggle)) %>)</span></dt>
0
     <dd id="x-body" style="<%= @style %>"><%= form.text_area :excerpt, :rows => '8', :class => 'fat' %></dd>
0
     <dt><label for="article_body">Write your article</label> <span class="hint">(<%= link_to_function 'Add an excerpt', %(['x-lbl', 'x-body'].each(Element.toggle)) %>)</span></dt>
0
     <dd><%= form.text_area :body, :class => 'fat', :rows => 25 %></dd>

Comments

    No one has commented yet.