Aris Feryanto a écrit :
Hi,
On 9 Mei 2011, at 19:04, Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info> wrote:
Ok. Even better would be to move the new code ("add recently used tables...") into a function because we already have too much code in the global scope.
I've wrapped the code in PMA_addRecentTable function.
OK.
Try this: in PHP, generate a span with class "hide" and some id, and put in it, the contents of $GLOBALS['cfg']['LeftDefaultTabTable']. Then from jQuery you can fetch this information and use it.
Tried the span and "hide", but there is no defined class "hide" in the theme_left.css.php. So, instead of adding the class "hide", I use <input type="hidden".
OK.
Feature documentation in Documentation.html also has been updated.
Ok. Instead of "Set this to 0 (zero) to disable the recent tables." I suggest "Set this to 0 (zero) to disable the listing of recent tables."