Sha256: 9fe4989d8e786f97a993cfcf7a442e73e30418f1fe8637d5c2df016f3507db3e
Contents?: true
Size: 1.17 KB
Versions: 12
Compression:
Stored size: 1.17 KB
Contents
<div class="inner"> <div class="hd"> <div style="float:right;"><%=link_to_function(image_tag("tr8n/close.gif"), "tr8nLightbox.hide();") %></div> Glossary Term Details </div> <div class="bd"> <%= form_for(@glossary, :as => :glossary, :url => {:action => :update}, :html => {:id => 'tr8n_form', :method => :post, :class => "tr8n"}) do |form| %> <%= form.hidden_field :id %> <%= hidden_field_tag :source_url, request.env['HTTP_REFERER'] %> <table class="admin_table"> <tr> <th> Keyword: </th> <td> <%= form.text_field :keyword, :style=>"width:99%;" %> </td> </tr> <tr> <th valign="top"> Description: </th> <td> <%= form.text_area :description, :style=>"width:99%; height:250px;" %> </td> </tr> </table> <% end %> </div> <div class="ft"> <%= render :partial => "/tr8n/admin/common/lightbox_buttons" %> </div> </div>
Version data entries
12 entries across 12 versions & 1 rubygems