API key management calender
This commit is contained in:
parent
03b029188f
commit
6388c2e3aa
2 changed files with 11 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue