Corrección de errores y mejoras en la visualización del glosario
This commit is contained in:
parent
693eb3ee50
commit
c6568888b1
9 changed files with 25 additions and 19 deletions
|
@ -6,9 +6,6 @@
|
|||
form = form_for @glossary_style, :url => urlopts do |f| %>
|
||||
|
||||
|
||||
<label> <%= f.check_box "show_desc" %> <%= l(:label_glossary_style_show_desc) %> </label>
|
||||
<br />
|
||||
|
||||
<%=h l(:label_project) %>
|
||||
<%=
|
||||
options = []
|
||||
|
@ -37,6 +34,11 @@
|
|||
<% end %>
|
||||
</fieldset>
|
||||
|
||||
|
||||
<label id="show_desc"> <%= f.check_box "show_desc" %> <%= l(:label_glossary_style_show_desc) %> </label>
|
||||
|
||||
<br />
|
||||
|
||||
<%= submit_tag l(:label_view) %>
|
||||
<%= submit_tag l(:button_clear), :name => 'clear' %>
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
<div id="glossary_search" class="hide-when-print">
|
||||
<fieldset id="filters" class="collapsible <%= (glossary_searching?) ? "" : "collapsed" %>">
|
||||
<legend onclick="toggleFieldset(this);"><%= l(:label_filter_plural) %></legend>
|
||||
<div style="<%= (glossary_searching?) ? "" : "display: none;" %>">
|
||||
<div style="<%= (glossary_searching?) ? '' : 'display: none;' %>">
|
||||
|
||||
<table>
|
||||
<table id="glossary_search_params">
|
||||
|
||||
<tr><th><%=h l(:label_search) %></th>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue