aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/header.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-08-04 14:25:18 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-08-04 14:25:18 +0000
commita1081ade5d21fc9598b94e40b60c35cf9d95f855 (patch)
treee1e82458065b0b232d43d5c5f4364c731b2d7c95 /h-source/Application/Views/header.php
parent3fca26af6610062a27517ece1f07ad8d551980fa (diff)
added tabs on the description entry - updated jquery ui library
Diffstat (limited to 'h-source/Application/Views/header.php')
-rw-r--r--h-source/Application/Views/header.php14
1 files changed, 11 insertions, 3 deletions
diff --git a/h-source/Application/Views/header.php b/h-source/Application/Views/header.php
index a785023..d8cbcbb 100644
--- a/h-source/Application/Views/header.php
+++ b/h-source/Application/Views/header.php
@@ -52,15 +52,23 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
<!-- markItUp! toolbar skin -->
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl;?>/Public/Js/markitup/sets/bbcode/style.css" />
- <!-- jQuery ui dialog -->
- <link rel="stylesheet" href="<?php echo $this->baseUrl;?>/Public/Js/jquery/dialog/css/excite-bike/jquery-ui-1.8.4.custom.css" rel="stylesheet" />
- <script type="text/javascript" src="<?php echo $this->baseUrl;?>/Public/Js/jquery/dialog/js/jquery-ui-1.8.4.custom.min.js"></script>
+ <!-- jQuery ui -->
+ <link rel="stylesheet" href="<?php echo $this->baseUrl;?>/Public/Js/jquery/ui/css/excite-bike/jquery-ui-1.8.14.custom.css" rel="stylesheet" />
+ <script type="text/javascript" src="<?php echo $this->baseUrl;?>/Public/Js/jquery/ui/js/jquery-ui-1.8.14.custom.min.js"></script>
<script type="text/javascript">
var base_url = "<?php echo $this->baseUrl;?>";
var curr_lang = "<?php echo $lang;?>";
var csrf_token = "<?php echo $token;?>";
+
+ $(document).ready(function() {
+
+// $(function() {
+ $( "#description_tabs" ).tabs();
+// });
+
+ });
</script>