mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
Merge with quitta-gsoc-2013
--HG-- branch : rc-botanic-webdev
This commit is contained in:
commit
54d2153c4b
3 changed files with 6 additions and 4 deletions
|
@ -274,7 +274,8 @@ function docReady(){
|
||||||
$('#myModal').modal('show');
|
$('#myModal').modal('show');
|
||||||
});
|
});
|
||||||
$('.btn-help').click(function(e){
|
$('.btn-help').click(function(e){
|
||||||
alert('test');
|
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ function show_help(help_tip)
|
||||||
{
|
{
|
||||||
var tour = new Tour();
|
var tour = new Tour();
|
||||||
tour.addStep({
|
tour.addStep({
|
||||||
element: ".span10:first", /* html element next to which the step popover should be shown */
|
element: ".dashboard-avatar:first", /* html element next to which the step popover should be shown */
|
||||||
placement: "top",
|
placement: "top",
|
||||||
title: "Custom Tour", /* title of the popover */
|
title: "Custom Tour", /* title of the popover */
|
||||||
content: "You can create tour like this. Click Next." /* content of the popover */
|
content: "You can create tour like this. Click Next." /* content of the popover */
|
||||||
|
@ -20,7 +20,8 @@ function show_help(help_tip)
|
||||||
title: "Dashboard",
|
title: "Dashboard",
|
||||||
content: "This is your dashboard from here you will find highlights."
|
content: "This is your dashboard from here you will find highlights."
|
||||||
});
|
});
|
||||||
|
|
||||||
tour.restart();
|
tour.restart();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
<div class="box-header well">
|
<div class="box-header well">
|
||||||
<h2><i class="icon-info-sign"></i> Introduction</h2>
|
<h2><i class="icon-info-sign"></i> Introduction</h2>
|
||||||
<div class="box-icon">
|
<div class="box-icon">
|
||||||
<a href="#" class="btn btn-help btn-round"><i class="icon-info-sign"></i></a>
|
<a href="#" class="btn btn-round" onclick="javascript:show_help('test');return false;"><i class="icon-info-sign"></i></a>
|
||||||
<a href="#" class="btn btn-setting btn-round"><i class="icon-cog"></i></a>
|
<a href="#" class="btn btn-setting btn-round"><i class="icon-cog"></i></a>
|
||||||
<a href="#" class="btn btn-minimize btn-round"><i class="icon-chevron-up"></i></a>
|
<a href="#" class="btn btn-minimize btn-round"><i class="icon-chevron-up"></i></a>
|
||||||
<a href="#" class="btn btn-close btn-round"><i class="icon-remove"></i></a>
|
<a href="#" class="btn btn-close btn-round"><i class="icon-remove"></i></a>
|
||||||
|
|
Loading…
Reference in a new issue