<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/images/admin/events/event.png</filename>
    </added>
    <added>
      <filename>public/images/admin/events/new-event.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
 *.log
 .DS_Store
+visuals</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,12 @@
 
 &lt;h1&gt;Events for &lt;%= month_with_year(@date) %&gt;&lt;/h1&gt;
 
+&lt;% if @events_index_page %&gt;
+  &lt;%= link_to image(&quot;events/new-event&quot;, :alt =&gt; &quot;New event&quot;), new_admin_page_child_path(@events_index_page.id), 
+        :title =&gt; &quot;Create an event at #{@events_index_page.url}&quot;, :id =&gt; &quot;new_event_top&quot; %&gt;
+&lt;% end %&gt;
+
+
 &lt;div id=&quot;calendar_head&quot;&gt;
   &lt;%= link_to_month( @last_month, @last_month_count, &quot;prev adjacent&quot;, &quot;Previous month&quot; ) %&gt;
   &lt;%= link_to_month( @next_month, @next_month_count, &quot;next adjacent&quot;, &quot;Following month&quot; ) %&gt;
@@ -57,6 +63,8 @@
 
 
 &lt;% if @events_index_page %&gt;
-  &lt;%= link_to &quot;Create new event&quot;, new_admin_page_child_path(@events_index_page.id), 
-        :title =&gt; &quot;Create an event at #{@events_index_page.url}&quot; %&gt;
+  &lt;p&gt;
+    &lt;%= link_to image(&quot;events/new-event&quot;, :alt =&gt; &quot;New event&quot;), new_admin_page_child_path(@events_index_page.id), 
+          :title =&gt; &quot;Create an event at #{@events_index_page.url}&quot; %&gt;
+  &lt;/p&gt;
 &lt;% end %&gt;</diff>
      <filename>app/views/page_events/index.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -30,3 +30,11 @@
   text-align: right;
 }
 
+#content{
+  position: relative;
+}
+#new_event_top{
+  position: absolute;
+  top:20px;
+  right:20px;
+}
\ No newline at end of file</diff>
      <filename>public/stylesheets/page_event/admin.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bf3ef6fb4ceaff8119d7d269bf39104b03262233</id>
    </parent>
  </parents>
  <author>
    <name>Andrew Neil</name>
    <email>andrew.jr.neil@gmail.com</email>
  </author>
  <url>http://github.com/mghaught/radiant-page-event/commit/bfdfdcc74b5eaca44de89f7e5811a8d6de488aac</url>
  <id>bfdfdcc74b5eaca44de89f7e5811a8d6de488aac</id>
  <committed-date>2009-06-04T14:11:37-07:00</committed-date>
  <authored-date>2009-06-04T14:11:37-07:00</authored-date>
  <message>Added an icon for &quot;New Event&quot;.</message>
  <tree>275b4c98d23b86bcd211037be3fa1a876c8144f3</tree>
  <committer>
    <name>Andrew Neil</name>
    <email>andrew.jr.neil@gmail.com</email>
  </committer>
</commit>
