kuhsaft 2.2.0 → 2.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 397ab822e79d07ff2610354b53c0c0e4ca665ab9
4
- data.tar.gz: bbdeb1bcbdfceb82b0d5be0e7fc8ec48bd9e2824
3
+ metadata.gz: 75909c39662d25ba3f5e234dc0faddeaa9b2052a
4
+ data.tar.gz: 5aa4fd67c0873bd503ded0fe1f40d0da5e00a6db
5
5
  SHA512:
6
- metadata.gz: 8d916b5aa36cd102fc47aac41a6aa8ad7c6c891682f91b58bfbaccc17f907e9b1c9e038235d8b7a480ae7000e2bb7b6cbc28847c9479aaf0bdfdc222cfd0e4fc
7
- data.tar.gz: 7505a635e8768233e3ca8afdd194e29e7e7358369520ca0367cc766e9f35eec4c4d24e7bc3797b996139001d35bfbd69396fcb652460c2d518a574129368b636
6
+ metadata.gz: 9f7fa3ff3063e53e1c828730a21e21c2a9e1425103893ce2d6d1483664b83de7ea7189fa46c61308c3c37ca9d03db2bac5cbd4cd0e13d37c127ee47068598e25
7
+ data.tar.gz: 18a94bb44f64518879fe7f1f10df92390a861712f2cb3357061f1328096c3e077c22ba2468611cb42be69b8fe316f27fdb32af80e5f2f5d7fcf270c4b770966e
@@ -40,6 +40,11 @@ form
40
40
  .container.cms
41
41
  padding-top: 60px
42
42
 
43
+ .form-horizontal
44
+ .help-block
45
+ width: 470px
46
+ margin-top: 0 !important
47
+
43
48
  // modules
44
49
 
45
50
  .brick-caption
@@ -15,8 +15,8 @@
15
15
  = form.input :page_type, :collection => Kuhsaft::PageType.all, :prompt => false, :input_html => { :class => :span3 }
16
16
  = form.input :redirect_url, :as => :string
17
17
  = form.input :url, :as => :string, :input_html => { :disabled => 'disabled' }
18
- = form.input :keywords, :input_html => { :class => :span5 }
19
- = form.input :description, :as => :text, :input_html => { :class => :span5, :rows => 4 }
18
+ = form.input :keywords, :input_html => { :class => :span5 }, hint: t('.hint_keywords')
19
+ = form.input :description, :as => :text, :input_html => { :class => :span5, :rows => 4 }, hint: t('.hint_description')
20
20
  = form.input :published, :as => :boolean
21
21
 
22
22
  .form-actions
@@ -7,3 +7,22 @@ de:
7
7
  form:
8
8
  tab_metadata: 'Einstellungen'
9
9
  tab_content: 'Inhalt'
10
+ hint_keywords: |
11
+ Geben Sie hier 2 - 6 zentrale Begriffe, welche für diese Seite gelten, als Stichwörter an.
12
+ </br>
13
+ <strong>Zum Beispiel:</strong>
14
+ </br>
15
+ <em>
16
+ Stichwort1, Stichwort2, Stichwort3
17
+ </em>
18
+ hint_description: |
19
+ Geben Sie Hier eine Seitenbeschreibung von ca 140 Zeichen an.
20
+ </br>
21
+ Die Beschreibung wird oft in den Suchergebnissen der Suchmaschinen ausgegeben.
22
+ </br>
23
+ <strong>Zum Beispiel:</strong>
24
+ </br>
25
+ <em>
26
+ Beschreibung des Inhaltes dieser Seite. Diese Beschreibung ist einmalig und nur auf dieser Seite
27
+ vorhanden. Auf den anderen Seiten hat es andere Beschreibungen.
28
+ </em>
@@ -1,3 +1,3 @@
1
1
  module Kuhsaft
2
- VERSION = "2.2.0"
2
+ VERSION = "2.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuhsaft
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Immanuel Häussermann
@@ -648,7 +648,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
648
648
  version: '0'
649
649
  requirements: []
650
650
  rubyforge_project: kuhsaft
651
- rubygems_version: 2.0.3
651
+ rubygems_version: 2.0.6
652
652
  signing_key:
653
653
  specification_version: 4
654
654
  summary: A tool that helps you to manage your content within your app.