bcms_tools 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1,2 +1,2 @@
1
- 0.2.5
1
+ 0.2.6
2
2
 
data/bcms_tools.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bcms_tools}
8
- s.version = "0.2.5"
8
+ s.version = "0.2.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["buzzware"]
12
- s.date = %q{2011-03-28}
12
+ s.date = %q{2011-06-03}
13
13
  s.description = %q{Tools for BrowserCms.}
14
14
  s.email = %q{contact@buzzware.com.au}
15
15
  s.extra_rdoc_files = [
@@ -90,7 +90,7 @@ Cms::FormBuilder.class_eval do
90
90
  unless aOptions[:remove_check_box]==false || object.new_record?
91
91
  checkbox = '<div style="display: block; float: right; width: auto; height: auto;">'+remove_check_box()+'</div>'
92
92
  result = StringUtils.split3(result,/<\/div>\Z/){|h,m,t|
93
- checkbox+'<br clear="all">'+m
93
+ checkbox+'<br clear="all" />'+m
94
94
  }
95
95
  end
96
96
  result = StringUtils.split3(result,/<div.*?>/){|h,m,t| m+'<br clear="all" />'}
@@ -59,10 +59,10 @@ div.child_fields {
59
59
  padding: 5px 8px;
60
60
  list-style:none;
61
61
  list-style-type:none;
62
+ float: left;
62
63
  }
63
64
 
64
65
  .horiz_menu li.on {
65
66
  font-weight: bold;
66
67
  }
67
68
 
68
-
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bcms_tools
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - buzzware
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-28 00:00:00 +08:00
18
+ date: 2011-06-03 00:00:00 +08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency