<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -48,7 +48,8 @@ module Admin::BaseHelper
     block = Proc.new { |locale| link_to_edit(locale, content, :cl =&gt; locale) } unless block
     locales = content.translated_locales.map { |locale| block.call(locale.to_s) }
     content_tag(:span, :class =&gt; 'content_translations') do
-      t(:&quot;adva.#{content[:type].tableize}.translation_links&quot;, :locales =&gt; locales.join(', '))
+      t(:&quot;adva.#{content[:type].tableize}.translation_links&quot;, :locales =&gt; locales.join(', ')) + 
+      &quot;&lt;p class=\&quot;hint\&quot; for=\&quot;content_translations\&quot;&gt;#{t(:'adva.hints.content_translations')}&lt;/p&gt;&quot;
     end
   end
 </diff>
      <filename>engines/adva_cms/app/helpers/admin/base_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,7 @@
 &lt;% f.field_set do %&gt;
 	&lt;% column do %&gt;
 	  &lt;%= hidden_field_tag 'cl', Article.locale %&gt;
+		
 	  &lt;%= f.text_field :title, :class =&gt; 'big', :label =&gt; true  %&gt;
 
 	  &lt;p id=&quot;article_excerpt_wrapper&quot; style=&quot;&lt;%= @article.has_excerpt? ? &quot;&quot; : &quot;display:none&quot; %&gt;&quot;&gt;</diff>
      <filename>engines/adva_cms/app/views/admin/articles/_form.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,7 @@
 		    html = label_tag(:content_locale, t(:'adva.common.locale')) +
 		            %(&lt;select id=&quot;content_locale&quot; name=&quot;cl&quot;&gt;#{options_for_select I18n.available_locales, Article.locale}&lt;/select&gt;) +
 		            (@section.try(:single_article_mode) ? '' : f.text_field(:permalink, :label =&gt; true, :hint =&gt; :'adva.hints.permalink')) +
+								%(&lt;p class=&quot;hint&quot; for=&quot;content_locale&quot;&gt;#{t(:'adva.hints.locale')}&lt;/p&gt;) +
 		            f.text_field(:tag_list, :label =&gt; true, :hint =&gt; :'adva.hints.tags')
 
 		  	unless @categories.empty?
@@ -12,7 +13,7 @@
 		  	          render(:partial =&gt; 'categories/checkboxes', :locals =&gt; { :categories =&gt; @categories, :content =&gt; @article })
 		  	end
 
-		    html &lt;&lt; f.select(:filter, filter_options, {}, :class =&gt; 'columnsFilter', :label =&gt; :'adva.titles.filter') +
+		    html &lt;&lt; f.select(:filter, filter_options, {}, :class =&gt; 'columnsFilter', :label =&gt; :'adva.titles.filter', :hint =&gt; :'adva.hints.filter') +
 		            f.select(:comment_age, comment_expiration_options, {}, :label =&gt; :'adva.titles.comments') +
 		            f.select(:author_id, author_options(@site.users), { :selected =&gt; author_selected(@article) }, :label =&gt; true)
 		  end</diff>
      <filename>engines/adva_cms/app/views/admin/articles/_options.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,6 @@
+&lt;p class=&quot;hint text_only&quot;&gt;
+	&lt;%= t(:'adva.sections.hints.sections') %&gt;
+&lt;/p&gt;
 &lt;%
 	table_for @sections, :collection_name =&gt; :sections, :class =&gt; 'sections list tree' do |t|
 		t.column :section</diff>
      <filename>engines/adva_cms/app/views/admin/sections/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -143,6 +143,16 @@ en:
     hints:
       permalink: Use only ASCII characters and use dashes instead of spaces.
       tags: Enter one or more tags separated by a space. You may include spaces by enclosing a tag with quotes. (For example, &lt;em&gt;&quot;Web Dev&quot; Tutorials&lt;/em&gt;).
+      content_translations: Click to change the translation to edit. To add another translation, use the locales option in the menu on the right.
+      locale: Choose what region or language your article should be formatted for.
+      filter: How is your content written? If you used the graphical text editor, use the default Plain HTML option. Otherwise, choose your markup languange.
+      meta_keywords: Enter a few words separated by commas to describe your content. Meta keywords make it easier for search engines to find your page.
+      meta_description: Enter a short description of this page so a search engine can tell users what they can find here.
+      template: Enter the location (like &#8220;Templates/*&#8221;) of the template that articles in this section should use. If you're unsure, leave this field blank.
+      layout: Enter the location (like &#8220;Layouts/*&#8221;) of the layout that articles in this section should use. If you're unsure, leave this field blank.
+      akismet: Askimet is a third-party service to filter spam. If you've signed up for the service, enter your API Key and URL and check the box to enable this service.
+      defensio: Defensio is a third-party service to filter spam. If you've signed up for the service, enter your API Key and URL and check the box to enable this service. 
+      roles: Choose which areas this user can access on the site.
     messages: 
       insufficient_permissions: 
         title: Insufficient permissions
@@ -212,7 +222,8 @@ en:
       confirm_delete: Are you sure you want to delete this site?
     sections:
       hints:
-        content_filter: When articles are posted, they use this as the default setting.
+        content_filter: How should your articles be read? The default option is Plain HTML.
+        sections: Listed below are all the sections currently on your site. Whichever section is on top is the default homepage. Use the reorder option to change your homepage and the way your sections appear in navigation.
       titles:
         page_settings: Page specific settings
         blog_settings: Blog specific settings
@@ -452,7 +463,7 @@ en:
         comments: Comments
         approved: Approved
       hints:
-        comments_filter: When comments are posted, they use this markup.
+        comments_filter: Which markup should be used to read comments? The default is Plain HTML.
       confirm_delete: Are you sure you want to delete this comment?
       info:
         under_review: This comment is currently under review.
@@ -923,7 +934,7 @@ en:
       tracking_source: Source
       hints:
         tracking_code: Use your Google Analytics Tracking Code (UA-xxxxxxx-x) to enable Google Analytics support. Leaving this blank will deactivate Google Analytics support.
-        no_tracking_code: In order to use Google Analytics to track your newsletters, you need to set up your tracking code first. You can do this in the {{settings}}.
+        no_tracking_code: If you'd like to use Google Analytics to track your issue, enable Google Analytics by entering your tracking code on the main Settings page.
         glossary: Not sure what to use here? Check {{link}} for further information.
         glossary_name: the Google Analytics help
     spam:</diff>
      <filename>engines/adva_cms/config/locales/adva_cms/en.yml</filename>
    </modified>
    <modified>
      <diff>@@ -12,23 +12,25 @@ $(document).ready(function() {
   $('#toggle_draft').click(Form.toggleDraft);
   
   if($(&quot;.hint&quot;).size() &gt; 0) {
-	$(&quot;.hint&quot;).each(function() {
-	  var label = $(&quot;label[for=&quot; + this.getAttribute('for') + &quot;]&quot;);
-    
-	  if(label) {
-	    $(this).appendTo(label); 
-	  }
-	})
-    
-	$(&quot;.hint&quot;).addClass(&quot;enabled&quot;);
-    
-	$('.hint.enabled').tooltip({
-	  id: 'helptip',
-	  delay: 0,
-	  track: true,
-	  bodyHandler: function() {
-	    return $(this).html();
-	  }
-	});
+    $(&quot;.hint&quot;).each(function() {
+      if(!$(this).hasClass('text_only')) {
+        var label = $(&quot;label[for=&quot; + this.getAttribute('for') + &quot;]&quot;);
+      	 
+        if(label) {
+          $(this).appendTo(label); 
+        }
+		
+        $(this).addClass(&quot;enabled&quot;);
+      }
+    })
+
+    $('.hint.enabled').tooltip({
+      id: 'helptip',
+      delay: 0,
+      track: true,
+      bodyHandler: function() {
+        return $(this).html();
+      }
+    });
   }
 });</diff>
      <filename>engines/adva_cms/public/javascripts/adva_cms/jquery.common.js</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
   content_for :sidebar do 
     f.tabs do
       f.tab :options do
-		    f.select(:filter, filter_options, {}, :class =&gt; 'columnsFilter', :label =&gt; :'adva.titles.filter')
+		    f.select(:filter, filter_options, {}, :class =&gt; 'columnsFilter', :label =&gt; :'adva.titles.filter', :hint =&gt; :'adva.hints.filter')
       end
 			f.tab :assets do 
 		  	assets = { :latest =&gt; @site.assets.recent, :attached =&gt; [], :bucket =&gt; @site.assets.bucket(session[:bucket]) }</diff>
      <filename>engines/adva_newsletter/app/views/admin/issues/_options.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+&lt;p class=&quot;hint text_only&quot;&gt;&lt;%= t(:'adva.newsletters.hints.newsletter')%&gt;&lt;/p&gt;
+
 &lt;%
 	table_for @newsletters do |t|
 		t.column :name, :issues, :subscribers, :actions</diff>
      <filename>engines/adva_newsletter/app/views/admin/newsletters/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -27,6 +27,8 @@ en:
         create_now: Create one now
         edit: Edit
         delete: Delete
+      hints:
+        newsletter: Use the Newsletters feature to send e-mail messages to users on your site. Manage multiple newsletters for multiple groups of subscribers. Create issues to deliver e-mail messages to subscribers.
     issues:
       confirm_delete: Are you sure you want to delete this issue?
       links:
@@ -34,6 +36,8 @@ en:
         new: New
         edit: Edit
         delete: Delete
+      hints:
+        tracking: If you'd like to use Google Analytics to track your issue, enable Google Analytics by entering your tracking code on the main Settings page.
     subscriptions:
       confirm_delete: Are you sure you want to delete this subscription?
       links:</diff>
      <filename>engines/adva_newsletter/config/locales/en.yml</filename>
    </modified>
    <modified>
      <diff>@@ -2,10 +2,11 @@
 &lt;% f.field_set :spam_settings do %&gt;
   &lt;% column do %&gt;
     &lt;h4&gt;&lt;%= t(:'adva.titles.spam_filters') %&gt;&lt;/h4&gt;
-    &lt;span class=&quot;hint&quot;&gt;&lt;%= t(:'adva.spam.hints.filters') %&gt;&lt;/span&gt;
+    &lt;span class=&quot;hint text_only&quot;&gt;&lt;%= t(:'adva.spam.hints.filters') %&gt;&lt;/span&gt;
 
     &lt;% SpamEngine::Filter.names.each do |name| %&gt;
 	    &lt;h3&gt;&lt;%= name %&gt;&lt;/h3&gt;
+			&lt;p class=&quot;hint text_only&quot;&gt;&lt;%= t(:&quot;adva.hints.#{name.downcase}&quot;)%&gt;&lt;/a&gt;
 	    &lt;p&gt;
 	      &lt;%= check_box_tag &quot;site[spam_options][filters][]&quot;, name, site.spam_filter_active?(name), :class =&gt; &quot;site_spam_options_filter&quot;, :id =&gt; &quot;site_spam_options_filter_#{name.downcase}&quot; unless name == 'Default' %&gt;
 	      &lt;%= label :site, &quot;spam_options_filter_#{name.downcase}&quot;, (name != 'Default' ? &quot;Enable #{name} filter&quot; : 'Settings'), :class =&gt; 'inline' %&gt;</diff>
      <filename>engines/adva_spam/app/views/admin/sites/_spam_settings.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,8 @@
 
 &lt;% if has_permission?('manage', 'roles') %&gt;
 	&lt;h4&gt;&lt;%= t(:'adva.titles.roles') %&gt;&lt;/h4&gt;
-
+	&lt;p class=&quot;hint text_only&quot;&gt;&lt;%= t(:'adva.hints.roles') %&gt;&lt;/p&gt;
+		
 	&lt;% f.field_set do %&gt;
 	  &lt;% if current_user.has_role?(:superuser) %&gt;
 			&lt;p&gt;</diff>
      <filename>engines/adva_user/app/views/admin/users/_form.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 &lt;% f.field_set :templates do %&gt;
   &lt;% column do %&gt;
-    &lt;%= f.text_field :template, :label =&gt; true %&gt;
+    &lt;%= f.text_field :template, :label =&gt; true, :hint =&gt; :'adva.hints.template' %&gt;
 	&lt;% end %&gt;
 
   &lt;% column do %&gt;
-    &lt;%= f.text_field :layout, :label =&gt; true %&gt;
+    &lt;%= f.text_field :layout, :label =&gt; true, :hint =&gt; :'adva.hints.layout' %&gt;
 	&lt;% end %&gt;
 &lt;% end %&gt;
 </diff>
      <filename>plugins/adva_context_templates/app/views/admin/sections/_template_settings.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -28,10 +28,9 @@
   &lt;% end %&gt;
 &lt;% else %&gt;
   &lt;% f.tab :tracking do %&gt;
-    &lt;p class=&quot;hint&quot;&gt;
+    &lt;p class=&quot;hint text_only	&quot;&gt;
       &lt;%= t(:'adva.tracking.hints.no_tracking_code', 
-            :settings =&gt; link_to(t(:'adva.resources.settings'),
-            edit_admin_site_path(@site))) %&gt;
+            :settings =&gt; link_to(t(:'adva.resources.settings'))) %&gt;
     &lt;/p&gt;
   &lt;% end %&gt;
 &lt;% end %&gt;</diff>
      <filename>plugins/adva_google_analytics/app/views/admin/issues/_tracking.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
-&lt;%= f.text_field :meta_keywords, :label =&gt; true, :value =&gt; meta_value_from(@article.meta_keywords, @site.meta_keywords) %&gt;
-&lt;%= f.text_area  :meta_description, :class =&gt; 'small', :label =&gt; true, :value =&gt; meta_value_from(@article.meta_description, @site.meta_description) %&gt;
+&lt;%= f.text_field :meta_keywords, :label =&gt; true, :value =&gt; meta_value_from(@article.meta_keywords, @site.meta_keywords), :hint =&gt; :'adva.hints.meta_keywords' %&gt;
+&lt;%= f.text_area  :meta_description, :class =&gt; 'small', :label =&gt; true, :value =&gt; meta_value_from(@article.meta_description, @site.meta_description), :hint =&gt; :'adva.hints.meta_description' %&gt;
 &lt;%= f.text_field :meta_author, :label =&gt; true, :value =&gt; meta_value_from(@article.meta_author, @site.meta_author, current_user.name) %&gt;
 &lt;%= f.text_field :meta_copyright, :label =&gt; true, :value =&gt; meta_value_from(@article.meta_copyright, @site.meta_copyright, &quot;#{Date.today.year}, #{current_user.name}&quot;) %&gt;
 &lt;%= f.text_field :meta_geourl, :label =&gt; true, :value =&gt; meta_value_from(@article.meta_geourl, @site.meta_geourl),</diff>
      <filename>plugins/adva_meta_tags/app/views/admin/articles/_meta_tags.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 &lt;h2&gt;&lt;%= t(:'adva.titles.meta_tags') %&gt;&lt;/h2&gt;
 &lt;% f.field_set :meta_tags do %&gt;
   &lt;% column do %&gt;
-    &lt;%= f.text_field :meta_keywords, :label =&gt; true %&gt;
-    &lt;%= f.text_area  :meta_description, :class =&gt; 'small', :label =&gt; true %&gt;
+    &lt;%= f.text_field :meta_keywords, :label =&gt; true, :hint =&gt; :'adva.hints.meta_keywords'  %&gt;
+    &lt;%= f.text_area  :meta_description, :class =&gt; 'small', :label =&gt; true, :hint =&gt; :'adva.hints.meta_description'  %&gt;
   &lt;% end %&gt;
 
   &lt;% column do %&gt;</diff>
      <filename>plugins/adva_meta_tags/app/views/admin/sites/_meta_tags.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a002dc9793317453d2efa41c7fa277b39d063ab0</id>
    </parent>
  </parents>
  <author>
    <name>Marko Seppae</name>
    <email>marko.seppa@gmail.com</email>
  </author>
  <url>http://github.com/svenfuchs/adva_cms/commit/aa1eecbb7fb5525c863632679f7a158b76355879</url>
  <id>aa1eecbb7fb5525c863632679f7a158b76355879</id>
  <committed-date>2009-07-08T02:39:12-07:00</committed-date>
  <authored-date>2009-07-08T02:39:12-07:00</authored-date>
  <message>bunch of help hints</message>
  <tree>f6d4fd942fab49626858113dd1b4a6d00a742b44</tree>
  <committer>
    <name>Marko Seppae</name>
    <email>marko.seppa@gmail.com</email>
  </committer>
</commit>
