lipsiadmin 4.1.4 → 4.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +3 -0
- data/lib/version.rb +1 -1
- data/lib/view/helpers/backend_helper.rb +2 -2
- data/lipsiadmin_generators/attachment/REMEMBER +4 -0
- metadata +3 -3
data/CHANGELOG
CHANGED
data/lib/version.rb
CHANGED
@@ -220,7 +220,7 @@ module Lipsiadmin
|
|
220
220
|
html << '<table>'
|
221
221
|
rowa = ' <tr class="attachment">'
|
222
222
|
rowa << ' <td>' + human_name_for(:attachment, :attached_file_name) + '</td>'
|
223
|
-
rowa << ' <td>' + file_field_tag("
|
223
|
+
rowa << ' <td>' + file_field_tag("#{object_name}[#{method}_attributes][file]", :style => "width:250px") + '</td>'
|
224
224
|
rowa << ' </tr>'
|
225
225
|
html << rowa
|
226
226
|
html << '</table>'
|
@@ -300,7 +300,7 @@ module Lipsiadmin
|
|
300
300
|
html << '<table>'
|
301
301
|
rowa = ' <tr class="attachment">'
|
302
302
|
rowa << ' <td>' + human_name_for(:attachment, :attached_file_name) + '</td>'
|
303
|
-
rowa << ' <td>' + file_field_tag("
|
303
|
+
rowa << ' <td>' + file_field_tag("#{object_name}[#{method}_attributes][][file]", :style => "width:250px") + '</td>'
|
304
304
|
rowa << ' <td>' + link_to_function(tl(:remove), "this.up('.attachment').remove()") + '</td>'
|
305
305
|
rowa << ' </tr>'
|
306
306
|
html << rowa
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lipsiadmin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Davide D'Agostino
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-06-
|
12
|
+
date: 2009-06-11 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -560,7 +560,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
560
560
|
requirements:
|
561
561
|
- ImageMagick
|
562
562
|
rubyforge_project: lipsiadmin
|
563
|
-
rubygems_version: 1.3.
|
563
|
+
rubygems_version: 1.3.4
|
564
564
|
signing_key:
|
565
565
|
specification_version: 3
|
566
566
|
summary: Lipsiadmin is a new revolutionary admin for your projects.Lipsiadmin is based on Ext Js 2.0. framework (with prototype adapter) and is ready for Rails 2.0. This admin is for newbie developper but also for experts, is not entirely written in javascript because the aim of developper wose build in a agile way web/site apps so we use extjs in a new intelligent way a mixin of 'old' html and new ajax functions, for example ext manage the layout of page, grids, tree and errors, but form are in html code.
|