Sha256: 294916c3f50723219468c3764b8bc28bba63b951023481f220ac06c1b8849112

Contents?: true

Size: 519 Bytes

Versions: 23

Compression:

Stored size: 519 Bytes

Contents

<%-
  @template_options.each do |name, type|
    key = name.gsub(/[^\w\d]/, '_')
-%>
<table width="100%">
  <col width="45%" /><col width="55%" />
  <tr style="border-bottom: 1px solid #aaa;">
    <td><%=h name %></td>
    <td>
      <%=
        case type
        when :checkbox
          check_box :page_objects, "obj-option-checkbox-#{key}"
        when :string, :text
          text_field :page_objects, "obj-option-string-#{key}", :style => 'width: 100%'
        end
      %>
    </td>
  </tr>
</table>
<%- end -%>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
imagine_cms-3.0.15 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.14 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.13 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.12 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.11 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.10 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.9 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.8 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.7 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.6 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.5 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.4 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.3 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.2 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.1 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.0 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.0.beta13 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.0.beta12 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.0.beta11 app/views/management/cms/_template_options.html.erb
imagine_cms-3.0.0.beta10 app/views/management/cms/_template_options.html.erb