readd "check all / uncheck all"

pull/5208/head
Wieland Lindenthal 8 years ago
parent a333d6799d
commit 2ed63ff446
  1. 4
      app/views/types/form/_projects.html.erb
  2. 1
      config/locales/en.yml

@ -31,6 +31,10 @@ See doc/COPYRIGHT.rdoc for more details.
<div class="grid-block wrap">
<div class="grid-content small-12 large-6">
<% if @projects.any? %>
<fieldset class="form--fieldset" id="type_project_ids">
<legend class="form--fieldset-legend" onclick="toggleFieldset(this);">
<%= t('types.edit.enabled_projects') %>
</legend>
<div>
<div class="form--fieldset-control">
<span class="form--fieldset-control-container">

@ -160,6 +160,7 @@ en:
settings: "Settings"
form_configuration: "Form configuration"
projects: "Projects"
enabled_projects: "Enabled projects"
versions:
overview:

Loading…
Cancel
Save