Conditional Ajax on table create

This commit is contained in:
Marc Delisle
2011-01-25 13:06:17 -05:00
parent 2064f09f42
commit e311848262
3 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ require_once './libraries/check_user_privileges.lib.php';
$is_create_table_priv = true;
?>
<form id="create_table_form_minimal" method="post" action="tbl_create.php">
<form id="create_table_form_minimal" method="post" action="tbl_create.php"<?php echo ($GLOBALS['cfg']['AjaxEnable'] ? ' class="ajax"' : ''); ?>>
<fieldset>
<legend>
<?php