Convert footnotes to tooltips in Create table dialog

- works when called from main panel
- from navi panel, this commit fixed a js error but the tooltips do
  not appear yet
This commit is contained in:
Marc Delisle 2011-10-09 07:42:10 -04:00
parent 554c1df307
commit 8945a2a614
2 changed files with 2 additions and 0 deletions

View File

@ -1523,6 +1523,7 @@ function PMA_createTableDialog( div, url , target)
buttons : button_options
}); // end dialog options
}
PMA_convertFootnotesToTooltips($(div));
PMA_ajaxRemoveMessage($msgbox);
}) // end $.get()

View File

@ -107,6 +107,7 @@ require_once './libraries/header_http.inc.php';
<?php
echo PMA_includeJS('jquery/jquery-1.6.2.js');
echo PMA_includeJS('jquery/jquery-ui-1.8.custom.js');
echo PMA_includeJS('jquery/jquery.qtip-1.0.0-rc3.js');
echo PMA_includeJS('navigation.js');
echo PMA_includeJS('functions.js');
echo PMA_includeJS('messages.php');