MDL-6751 improve the usability of the page a bit.

This commit is contained in:
tjhunt
2008-09-11 11:07:04 +00:00
parent 4b600aa005
commit c861c8ac82
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -137,7 +137,7 @@
}
if ($canviewreports) {
$row[] = '<a href="' . admin_url('/report/questioninstances/index.php?qtype=' . $qtypename) .
'">' . $strcount . '</a>';
'" title="' . get_string('showdetails', 'admin') . '">' . $strcount . '</a>';
} else {
$strcount;
}
@@ -198,7 +198,8 @@
$row[] = '';
} else {
$row[] = '<a href="' . admin_url('qtypes.php?delete=' . $qtypename .
'&amp;sesskey=' . sesskey()) . '">' . get_string('delete') . '</a>';
'&amp;sesskey=' . sesskey()) . '" title="' .
get_string('uninstallqtype', 'admin') . '">' . get_string('delete') . '</a>';
}
// Settings link, if available.
+1
View File
@@ -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';