API key management calender

This commit is contained in:
shubham_meena 2014-08-01 16:01:35 +05:30
parent 03b029188f
commit 6388c2e3aa
2 changed files with 11 additions and 2 deletions

View file

@ -235,7 +235,16 @@
_("status").innerHTML = "upload Aborted";
}
</script>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script>
$(document).ready(function() {
$("#expDate").datepicker({ dateFormat: 'yy-mm-dd' });
});
</script>
<!-- jQuery -->
<script src="js/jquery-1.7.2.min.js"></script>
<!-- jQuery UI -->

View file

@ -3,7 +3,7 @@
{if isset($hook_info)}
{foreach from=$hook_info key=arrkey item=element}
{if $arrkey eq $smarty.get.name}
{include file=$element.template_path}
{include file=$element.TemplatePath}
{/if}
{/foreach}
{/if}