summaryrefslogtreecommitdiff
path: root/index_edit.php
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2011-08-15 03:14:59 +0000
committerNigel Osborne <kiwi3685@me.com>2011-08-15 03:14:59 +0000
commit39a45231abe9cb4d572cc14759e31d4cc4f4a5b6 (patch)
tree804ac1eec5a58914edc84cb0f9bc988be0967f41 /index_edit.php
parentb739d7a2cbb3f0c82bf9459307baaf657e3491be (diff)
downloadwebtrees-39a45231abe9cb4d572cc14759e31d4cc4f4a5b6.tar.gz
webtrees-39a45231abe9cb4d572cc14759e31d4cc4f4a5b6.tar.bz2
webtrees-39a45231abe9cb4d572cc14759e31d4cc4f4a5b6.zip
Temporarily removed non-operating option (http://webtrees.net/en/forums/23-help-for-ver-12-latest-release/14595-my-page-about-modules#14673)
Diffstat (limited to 'index_edit.php')
-rw-r--r--index_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index_edit.php b/index_edit.php
index 140482b810..ba4df7225e 100644
--- a/index_edit.php
+++ b/index_edit.php
@@ -398,9 +398,10 @@ if ($action=="configure") {
echo "</div></td></tr>";
echo "<tr><td class=\"topbottombar\" colspan=\"7\">";
+ /* This section temporarily removed as it does not work (kiwi - 15/08/2011)
if (WT_USER_IS_ADMIN && $ctype=='user') {
echo WT_I18N::translate('Use these blocks as the default block configuration for all users?')."<input type=\"checkbox\" name=\"setdefault\" value=\"1\" /><br /><br />";
- }
+ }*/
echo "<input type=\"button\" value=\"".WT_I18N::translate('Reset to Default Blocks')."\" onclick=\"window.location='index_edit.php?ctype=$ctype&amp;action=reset&amp;name=".str_replace("'", "\'", $name)."';\" />";
if ($ctype=='user') {