[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1316-g3a739c1

The branch, master has been updated via 3a739c1beec1d300bf0d54d8b7f3136f1775fcee (commit) from 8fd3359cf9866b03714808cf1af31112e261925f (commit) - Log ----------------------------------------------------------------- commit 3a739c1beec1d300bf0d54d8b7f3136f1775fcee Author: Marc Delisle <marc@infomarc.info> Date: Sat Jan 22 08:10:10 2011 -0500 Force a smaller height to improve the chance to see the bottom of the popup (for easier horizontal scrolling) ----------------------------------------------------------------------- Summary of changes: js/functions.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/js/functions.js b/js/functions.js index 6559b34..782c725 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1689,6 +1689,7 @@ $(document).ready(function() { .append(data) .dialog({ title: PMA_messages['strCreateTable'], + height: 600, width: 900, open: PMA_verifyTypeOfAllColumns, buttons : button_options hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle