<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,10 +17,9 @@
   &lt;/div&gt;
 
   &lt;div class=&quot;form-element&quot;&gt;
-    &lt;%= image_tag(@basket.settings[:header_image], :alt =&gt; &quot;Current Basket Header Image. &quot;) if !@basket.settings[:header_image].blank? -%&gt;
-    &lt;label for=&quot;settings_header_image&quot;&gt;URL for background image for the top
-    of each page:&lt;/label&gt;
-    &lt;%= text_field 'settings', 'header_image', {&quot;id&quot; =&gt; &quot;settings_header_image&quot;, :tabindex =&gt; '1'} %&gt;
+    &lt;%= image_tag(@basket.settings[:header_image], :alt =&gt; &quot;Current Basket Header Image. &quot;) + &quot;&lt;br /&gt;&quot; if !@basket.settings[:header_image].blank? -%&gt;
+    &lt;label for=&quot;settings_header_image&quot;&gt;URL for background image for the top of each page:&lt;/label&gt;
+    &lt;%= text_field 'settings', 'header_image', { &quot;id&quot; =&gt; &quot;settings_header_image&quot;, :tabindex =&gt; '1', :value =&gt; @basket.settings[:header_image] } %&gt;
   &lt;/div&gt;
 
   &lt;div class=&quot;form-element&quot;&gt;</diff>
      <filename>app/views/baskets/appearance.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>af86d2e08c895397d2c4e9cb0299c38d70331c2a</id>
    </parent>
  </parents>
  <author>
    <name>Kieran Pilkington</name>
    <email>kieran@katipo.co.nz</email>
  </author>
  <url>http://github.com/kete/kete/commit/8e9230f3d23c3e40aa5dbb2a0de981e0f10a7c48</url>
  <id>8e9230f3d23c3e40aa5dbb2a0de981e0f10a7c48</id>
  <committed-date>2008-11-20T17:03:31-08:00</committed-date>
  <authored-date>2008-11-20T17:03:31-08:00</authored-date>
  <message>bugfix: the basket header image text are wasn't filling its value so saving when empty would erase the image completely. Adding value on page load.</message>
  <tree>f0ac32f9069d5e445876884ae4107c686f717797</tree>
  <committer>
    <name>Kieran Pilkington</name>
    <email>kieran@katipo.co.nz</email>
  </committer>
</commit>
