Nuevo plugin Redmine Glossary 0.9.2
This commit is contained in:
parent
5d298a7529
commit
693eb3ee50
72 changed files with 2962 additions and 0 deletions
12
plugins/redmine_glossary/app/views/settings/_glossary_settings.html.erb
Executable file
12
plugins/redmine_glossary/app/views/settings/_glossary_settings.html.erb
Executable file
|
@ -0,0 +1,12 @@
|
|||
|
||||
<h2> <%= t('label_hide_item') %> </h2>
|
||||
<table>
|
||||
<% for item in Term.hidable_params %>
|
||||
<% name = "hide_item_#{item}" %>
|
||||
<tr><td>
|
||||
<%= check_box_tag("settings[#{name}]", 1, @settings[name]) %>
|
||||
</td><td>
|
||||
<%= t("label.#{item}") %>
|
||||
</td><tr>
|
||||
<% end %>
|
||||
</table>
|
Loading…
Add table
Add a link
Reference in a new issue