One more for the contact search form
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Aug 2014 15:37:48 +0000 (11:37 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Aug 2014 15:37:48 +0000 (11:37 -0400)
Forgot the script on the bottrom

admin/Contact/index.phtml

index 49beb60..871b9c9 100755 (executable)
@@ -314,6 +314,21 @@ GLM_TOOLBOX::html_nav_table($nav,$navWidth);
     </td>
   </tr>
   </table>
+<script>
+    $(function(){
+        $("#contactFromDate").datepicker({
+            altField: "#contactToDate",
+            showOn: "both",
+            dateFormat: "mm/dd/yy",
+            buttonText: "Calendar"
+        });
+        $("#contactToDate").datepicker({
+            showOn: "both",
+            dateFormat: "mm/dd/yy",
+            buttonText: "Calendar"
+        });
+    });
+</script>
 <?php
 GLM_TOOLBOX::footer();
 ?>