New config setting for tabs

This commit is contained in:
moodler 2005-03-15 09:21:50 +00:00
parent 1343c19307
commit ab5a05c04f
3 changed files with 6 additions and 0 deletions

View File

@ -279,6 +279,10 @@ class configvarrss extends configvar {
choose_from_menu ($noyesoptions, 'showblocksonmodpages', $config->showblocksonmodpages, '', '', '', true) );
/// tabselectedtofront
$interface['tabselectedtofront'] = new configvar (get_string('tabselectedtofront', 'admin'),
choose_from_menu ($noyesoptions, 'tabselectedtofront', $config->tabselectedtofront, '', '', '', true) );
////////////////////////////////////////////////////////////////////

View File

@ -115,6 +115,7 @@ $string['sitemaintenancemode'] = 'Maintenance mode';
$string['sitemaintenanceon'] = 'Your site is currently in maintenance mode (only admins can log in or use the site).';
$string['sitemaintenanceoff'] = 'Maintenance mode has been disabled and the site is running normally again';
$string['sitemaintenancewarning'] = 'Your site is currently in maintenance mode (only admins can log in). To return this site to normal operation, <a href=\"maintenance.php\">disable maintenance mode</a>.';
$string['tabselectedtofront'] = 'On tables with tabs, should the row with the currently selected tag be placed at the front';
$string['timezonenotforced'] = 'Users can choose their own timezone';
$string['timezoneisforcedto'] = 'Force all users to use';
$string['timezones'] = 'Timezones';

View File

@ -74,6 +74,7 @@
'smtppass' => '',
'smtpuser' => '',
'style' => 'default',
'tabselectedtofront' => false,
'teacherassignteachers' => true,
'template' => 'default',
'textfilters' => 'mod/glossary/dynalink.php',