From 83effbe2939449ab54d8da7376d6a5bea79d7250 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 12 Nov 2012 19:13:54 +0000 Subject: [PATCH] Add +2 columns to the column span so the add button shows correctly. --- app/virtual_tables/virtual_table_fields.php | 2 +- app/virtual_tables/virtual_tables_edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/virtual_tables/virtual_table_fields.php b/app/virtual_tables/virtual_table_fields.php index c62ebdc01a..7c7e07d07e 100644 --- a/app/virtual_tables/virtual_table_fields.php +++ b/app/virtual_tables/virtual_table_fields.php @@ -125,7 +125,7 @@ $order = $_GET["order"]; } //end if results echo "\n"; - echo "\n"; + echo "\n"; echo " \n"; echo " \n"; echo " \n"; diff --git a/app/virtual_tables/virtual_tables_edit.php b/app/virtual_tables/virtual_tables_edit.php index eee4e06467..e145ce73b7 100644 --- a/app/virtual_tables/virtual_tables_edit.php +++ b/app/virtual_tables/virtual_tables_edit.php @@ -190,7 +190,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "
 
\n"; echo "\n"; echo "
\n"; - echo "
"; + echo "
"; echo "
\n"; echo "
\n";