projects
/
web
/
StIgnaceBudgetHost.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98ba8f3
)
One more for the contact search form
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 27 Aug 2014 15:37:48 +0000
(11:37 -0400)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/admin/Contact/index.phtml
b/admin/Contact/index.phtml
index
49beb60
..
871b9c9
100755
(executable)
--- a/
admin/Contact/index.phtml
+++ b/
admin/Contact/index.phtml
@@
-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();
?>