spree_simple_product_translations 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  <%= f.field_container :name do %>
2
- <%= f.label :name, t("name") %><br />
2
+ <%= f.label :name, t("name") %> <span class="required">*</span><br />
3
3
  <%= f.text_field :name %>
4
4
  <%= f.error_message_on :name %>
5
5
  <% end %>
@@ -1,6 +1,6 @@
1
1
  <tr class="option_value fields" id="<%= dom_id(f.object) %>">
2
- <td><%= f.text_field :name %></td>
3
- <td>
2
+ <td class='name'><%= f.text_field :name %></td>
3
+ <td class='presentation'>
4
4
  <%# Required js for tabs is loaded in form partial %>
5
5
  <% I18n.available_locales.each do |l| %>
6
6
  <p>
@@ -1,4 +1,4 @@
1
- <%= hook :admin_inside_taxon_form do %>
1
+ <%= hook :admin_inside_taxon_form, {:f => f} do %>
2
2
  <%= javascript_include_tag 'jquery-ui-1.7.3.custom.min', 'simple_product_translations' %>
3
3
  <%= stylesheet_link_tag 'smoothness/jquery-ui-1.7.3.custom' %>
4
4
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_simple_product_translations
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeroen Jacobs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-04 00:00:00 +01:00
18
+ date: 2011-03-24 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -51,7 +51,7 @@ dependencies:
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
53
  description:
54
- email: jacobsjeroen@gmail.com
54
+ email: gems@jeroenj.be
55
55
  executables: []
56
56
 
57
57
  extensions: []