From c861c8ac82f055e5bfb5834bf448aaf3716558d9 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 11 Sep 2008 11:07:04 +0000 Subject: [PATCH] MDL-6751 improve the usability of the page a bit. --- admin/qtypes.php | 5 +++-- lang/en_utf8/admin.php | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/qtypes.php b/admin/qtypes.php index 7c10ea1826..4ca09341cd 100644 --- a/admin/qtypes.php +++ b/admin/qtypes.php @@ -137,7 +137,7 @@ } if ($canviewreports) { $row[] = '' . $strcount . ''; + '" title="' . get_string('showdetails', 'admin') . '">' . $strcount . ''; } else { $strcount; } @@ -198,7 +198,8 @@ $row[] = ''; } else { $row[] = '' . get_string('delete') . ''; + '&sesskey=' . sesskey()) . '" title="' . + get_string('uninstallqtype', 'admin') . '">' . get_string('delete') . ''; } // Settings link, if available. diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 4ac976ed31..b50297b6ef 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -732,6 +732,7 @@ $string['unicoderecommended'] = 'Storing all your data in Unicode (UTF-8) is rec $string['unicoderequired'] = 'It is required that you store all your data in Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).'; $string['uninstall'] = 'Uninstall selected language pack'; $string['uninstallconfirm'] = 'You are about to completely uninstall language pack $a, are you sure?'; +$string['uninstallqtype'] = 'Uninstall this question type.'; $string['unsupported'] = 'Unsupported'; $string['updateaccounts'] = 'Update existing accounts'; $string['updatecomponent'] = 'Update Component'; -- 2.39.5