summaryrefslogtreecommitdiff
path: root/index_edit.php
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2012-03-05 19:51:46 +0000
committerNigel Osborne <kiwi3685@me.com>2012-03-05 19:51:46 +0000
commit952242a758b125fe84cf52feb43c28449bf77d61 (patch)
treeeca9cd4b0003aa4d60b522ea3df0ff8ac6e1b9e1 /index_edit.php
parent307dce3621dc0492503a09b046af1278e44b516b (diff)
downloadwebtrees-952242a758b125fe84cf52feb43c28449bf77d61.tar.gz
webtrees-952242a758b125fe84cf52feb43c28449bf77d61.tar.bz2
webtrees-952242a758b125fe84cf52feb43c28449bf77d61.zip
Correct / tidy the display of popup
Diffstat (limited to 'index_edit.php')
-rw-r--r--index_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index_edit.php b/index_edit.php
index 88dcf98c86..86deec5c64 100644
--- a/index_edit.php
+++ b/index_edit.php
@@ -255,7 +255,7 @@ if ($action=='update') {
<form name="config_setup" method="post" action="index_edit.php?action=update" onsubmit="select_options(); return modalDialogSubmitAjax(this);" >
<input type="hidden" name="user_id" value="<?php echo $user_id; ?>">
<input type="hidden" name="gedcom_id" value="<?php echo $gedcom_id; ?>">
-<table border="1">
+<table border="1" id="change_blocks">
<?php
// NOTE: Row 1: Column legends
echo '<tr>';