summaryrefslogtreecommitdiff
path: root/index_edit.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2012-03-05 11:05:05 +0000
committerfisharebest <fisharebest@gmail.com>2012-03-05 11:05:05 +0000
commite25166f231835d9966aa1b87bf35ffe20d330ca4 (patch)
tree036acc78ce7935d2b9261b305fa4ea7fa05f69c4 /index_edit.php
parent31b37b537dec30ff60e1a8056af71201632e67a3 (diff)
downloadwebtrees-e25166f231835d9966aa1b87bf35ffe20d330ca4.tar.gz
webtrees-e25166f231835d9966aa1b87bf35ffe20d330ca4.tar.bz2
webtrees-e25166f231835d9966aa1b87bf35ffe20d330ca4.zip
We no longer have popup help windows, so we no longer need to close them.
Diffstat (limited to 'index_edit.php')
-rw-r--r--index_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index_edit.php b/index_edit.php
index b21541219d..b26cd0d2c3 100644
--- a/index_edit.php
+++ b/index_edit.php
@@ -144,7 +144,7 @@ if ($action=="configure") {
}
$class_name=$block_name.'_WT_Module';
$block=new $class_name;
- echo '<table class="facts_table" width="99%">';
+ echo '<table class="facts_table">';
echo '<tr><td class="facts_label">';
echo '<h2>', WT_I18N::translate('Configure'), '</h2>';
echo '</td></tr>';
@@ -298,7 +298,7 @@ if ($action=="configure") {
<input type="hidden" name="ctype" value="<?php echo $ctype; ?>">
<input type="hidden" name="action" value="update">
<input type="hidden" name="name" value="<?php echo $name; ?>">
- <table border="1" width="400px">
+ <table border="1">
<tr><td class="topbottombar" colspan="7">
<?php
echo '<b>', WT_I18N::translate('Change the blocks on this page'), '</b>';