Index: trunk/grails-app/views/appCore/start.gsp
===================================================================
--- trunk/grails-app/views/appCore/start.gsp	(revision 149)
+++ trunk/grails-app/views/appCore/start.gsp	(revision 155)
@@ -1,9 +1,9 @@
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<meta name="layout" content="main" />
-<title>Start</title>
-<nav:resources override="true"/>
-<resource:tabView skin="tabviewCustom" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <meta name="layout" content="main" />
+    <title>Start</title>
+    <nav:resources override="true"/>
+    <resource:tabView skin="tabviewCustom" />
 </head>
     <body>
@@ -39,5 +39,5 @@
                             <table>
                                 <tbody>
-                        
+
                                     <tr class="prop">
                                         <td valign="top" class="name">
@@ -45,7 +45,7 @@
                                         </td>
                                         <td valign="top" class="value">
-                                            <g:link controller="taskDetailed" 
+                                            <g:link controller="taskDetailed"
                                                             action="search"
-                                                            params="[searchMyTodays:'true']">
+                                                            params="[quickSearch: 'searchMyTodays']">
                                                             Today's
                                             </g:link>
@@ -53,10 +53,10 @@
                                             <g:link controller="taskDetailed" 
                                                             action="search"
-                                                            params="[searchMyInTheLastWeek:'true']">
+                                                            params="[quickSearch: 'searchMyInTheLastWeek']">
                                                             In the last week
                                             </g:link>
                                         </td>
                                     </tr>
-                        
+            
                                     <tr class="prop">
                                         <td valign="top" class="name">
@@ -65,21 +65,24 @@
                                         <td valign="top" class="value">
                                             <g:link controller="taskDetailed" 
-                                                            action="search">
-                                                            Today's
-                                            </g:link>
-                                            <br />
-                                            <g:link controller="taskDetailed" 
-                                                            action="search"
-                                                            params="[searchInTheLastWeek:'true']">
-                                                            In the last week
+                                                            action="searchCalendar"
+                                                            params="[quickSearch: 'searchInTheLastWeek']">
+                                                            Calendar
                                             </g:link>
                                         </td>
                                     </tr>
-                                    
+
+<!--                                    More Quick Links:
+                                    Open Tasks
+                                    Closed Tasks
+                                    Tasks I lead.
+                                    Week calender
+                                    Recent
+                                    Today's Entries
+                                    My Entries.
+                                    Date ranges-->
+
                                 </tbody>
                             </table>
-                        </div>
-                        <br />
-                        <br />
+                        </div> <!--End dialog-->
                     </richui:tabContent>
 <!-- End Tasks tab -->
@@ -143,6 +146,6 @@
                 </richui:tabContents>
             </richui:tabView>
-            
-        </div>
+
+        </div> <!--End body-->
     </body>
 </html>
