<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CKAN: Ticket #2836: Need extra info for forms</title>
    <link>http://localhost/ticket/2836</link>
    <description>&lt;p&gt;
like we have on the form here
&lt;/p&gt;
&lt;p&gt;
&lt;a class="ext-link" href="http://s031.okserver.org:2375/harvest/new"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://s031.okserver.org:2375/harvest/new&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
you said it partly exists so maybe I just need some training
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>CKAN</title>
      <url>http://assets.okfn.org/p/ckan/img/ckan_logo_shortname.png</url>
      <link>http://localhost/ticket/2836</link>
    </image>
    <generator>Trac 0.12.3</generator>
    <item>
      
        <dc:creator>aron.carroll</dc:creator>

      <pubDate>Mon, 13 Aug 2012 10:00:09 GMT</pubDate>
      <title>owner, status changed</title>
      <link>http://localhost/ticket/2836#comment:1</link>
      <guid isPermaLink="false">http://localhost/ticket/2836#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;owner&lt;/strong&gt;
              changed from &lt;em&gt;aron.carroll&lt;/em&gt; to &lt;em&gt;toby&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;assigned&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Yeah you can pass an html block into a macro like so:
&lt;/p&gt;
&lt;p&gt;
&lt;a class="ext-link" href="https://github.com/okfn/ckan/blob/2375-demo-theme-development/ckan/templates/package/snippets/resource_form.html#L44-48"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/okfn/ckan/blob/2375-demo-theme-development/ckan/templates/package/snippets/resource_form.html#L44-48&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
What do you think? If it's useful I'll document it.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>toby</dc:creator>

      <pubDate>Mon, 13 Aug 2012 10:32:37 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/2836#comment:2</link>
      <guid isPermaLink="false">http://localhost/ticket/2836#comment:2</guid>
      <description>
        &lt;p&gt;
@aron,
&lt;/p&gt;
&lt;p&gt;
I'd love it if we could pass it as an arg ie
&lt;/p&gt;
&lt;p&gt;
form.input(...., extra_info=&amp;lt;something escaped if not literal()&amp;gt;)
&lt;/p&gt;
&lt;p&gt;
also while we're at it I'd also really like
&lt;/p&gt;
&lt;p&gt;
form.input(...., help_info=&amp;lt;something&amp;gt;) that would give a (?) icon with a :hover {display:block} div - that make sense?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>toby</dc:creator>

      <pubDate>Mon, 13 Aug 2012 12:11:51 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/2836#comment:3</link>
      <guid isPermaLink="false">http://localhost/ticket/2836#comment:3</guid>
      <description>
        &lt;p&gt;
I'd quite like some general css like this
&lt;/p&gt;
&lt;p&gt;
&amp;lt;span class="hover-for-help"&amp;gt;[thing to hover over]
&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;
&amp;lt;div class="help-text"&amp;gt;Help text&amp;lt;/div&amp;gt;
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
&amp;lt;/span&amp;gt;
&lt;/p&gt;
&lt;p&gt;
This is for the qa extension but seems like a general need
&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;
.hover-for-help .help-text{
&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;
display:none;
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
}
.hover-for-help:hover .help-text{
&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;
display:block;
position:absolute;
padding:3px;
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
}
&lt;/p&gt;
&lt;/blockquote&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>toby</dc:creator>

      <pubDate>Wed, 15 Aug 2012 09:41:03 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost/ticket/2836#comment:4</link>
      <guid isPermaLink="false">http://localhost/ticket/2836#comment:4</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;assigned&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>