mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
another admin ui cleanup
This commit is contained in:
parent
2ce38b70d8
commit
fd98800ea2
@ -116,7 +116,6 @@
|
|||||||
$createoptions[0] = get_string("no");
|
$createoptions[0] = get_string("no");
|
||||||
$createoptions[1] = get_string("yes");
|
$createoptions[1] = get_string("yes");
|
||||||
|
|
||||||
$stradministration = get_string("administration");
|
|
||||||
$strauthentication = get_string("authentication");
|
$strauthentication = get_string("authentication");
|
||||||
$strauthenticationoptions = get_string("authenticationoptions","auth");
|
$strauthenticationoptions = get_string("authenticationoptions","auth");
|
||||||
$strsettings = get_string("settings");
|
$strsettings = get_string("settings");
|
||||||
|
@ -47,8 +47,6 @@
|
|||||||
|
|
||||||
/// Otherwise print the form.
|
/// Otherwise print the form.
|
||||||
|
|
||||||
$stradmin = get_string('administration');
|
|
||||||
$strconfiguration = get_string('configuration');
|
|
||||||
$strmanageblocks = get_string('manageblocks');
|
$strmanageblocks = get_string('manageblocks');
|
||||||
$strblockname = $block->get_title();
|
$strblockname = $block->get_title();
|
||||||
|
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
|
|
||||||
/// Print headings
|
/// Print headings
|
||||||
|
|
||||||
$stradministration = get_string('administration');
|
|
||||||
$strconfiguration = get_string('configuration');
|
|
||||||
$strmanageblocks = get_string('manageblocks');
|
$strmanageblocks = get_string('manageblocks');
|
||||||
$strdelete = get_string('delete');
|
$strdelete = get_string('delete');
|
||||||
$strversion = get_string('version');
|
$strversion = get_string('version');
|
||||||
|
@ -58,8 +58,6 @@
|
|||||||
$SESSION->langtranslateintolocal = $uselocal;
|
$SESSION->langtranslateintolocal = $uselocal;
|
||||||
}
|
}
|
||||||
|
|
||||||
$stradministration = get_string("administration");
|
|
||||||
$strconfiguration = get_string("configuration");
|
|
||||||
$strlanguage = get_string("language");
|
$strlanguage = get_string("language");
|
||||||
$strcurrentlanguage = get_string("currentlanguage");
|
$strcurrentlanguage = get_string("currentlanguage");
|
||||||
$strmissingstrings = get_string("missingstrings");
|
$strmissingstrings = get_string("missingstrings");
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
|
|
||||||
$currentfile = optional_param('currentfile', 'docs/README.txt', PARAM_PATH);
|
$currentfile = optional_param('currentfile', 'docs/README.txt', PARAM_PATH);
|
||||||
|
|
||||||
$stradministration = get_string("administration");
|
|
||||||
$strconfiguration = get_string("configuration");
|
|
||||||
$strlanguage = get_string("language");
|
$strlanguage = get_string("language");
|
||||||
$strcurrentlanguage = get_string("currentlanguage");
|
$strcurrentlanguage = get_string("currentlanguage");
|
||||||
$strthislanguage = get_string("thislanguage");
|
$strthislanguage = get_string("thislanguage");
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
|
|
||||||
$strlang = get_string('langimport','admin');
|
$strlang = get_string('langimport','admin');
|
||||||
|
|
||||||
$stradministration = get_string("administration");
|
|
||||||
$strconfiguration = get_string("configuration");
|
|
||||||
$strlanguage = get_string("language");
|
$strlanguage = get_string("language");
|
||||||
$strthislanguage = get_string("thislanguage");
|
$strthislanguage = get_string("thislanguage");
|
||||||
$title = $strlang;
|
$title = $strlang;
|
||||||
|
@ -45,9 +45,6 @@
|
|||||||
$module = required_param('module', PARAM_SAFEDIR);
|
$module = required_param('module', PARAM_SAFEDIR);
|
||||||
require_once("$CFG->dirroot/mod/$module/lib.php");
|
require_once("$CFG->dirroot/mod/$module/lib.php");
|
||||||
|
|
||||||
$stradmin = get_string("administration");
|
|
||||||
$strconfiguration = get_string("configuration");
|
|
||||||
$strmanagemodules = get_string("managemodules");
|
|
||||||
$strmodulename = get_string("modulename", $module);
|
$strmodulename = get_string("modulename", $module);
|
||||||
|
|
||||||
// $CFG->pagepath is used to generate the body and id attributes for the body tag
|
// $CFG->pagepath is used to generate the body and id attributes for the body tag
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
|
|
||||||
/// Print headings
|
/// Print headings
|
||||||
|
|
||||||
$stradministration = get_string("administration");
|
|
||||||
$strconfiguration = get_string("configuration");
|
|
||||||
$stractivities = get_string("activities");
|
$stractivities = get_string("activities");
|
||||||
$strdelete = get_string("delete");
|
$strdelete = get_string("delete");
|
||||||
$strversion = get_string("version");
|
$strversion = get_string("version");
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
require_capability('moodle/roles:manage', $sitecontext);
|
require_capability('moodle/roles:manage', $sitecontext);
|
||||||
|
|
||||||
$site = get_site();
|
$site = get_site();
|
||||||
$stradministration = get_string('administration');
|
|
||||||
$strmanageroles = get_string('manageroles');
|
$strmanageroles = get_string('manageroles');
|
||||||
|
|
||||||
/// form processiong here
|
/// form processiong here
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
require_capability('moodle/roles:manage', $sitecontext);
|
require_capability('moodle/roles:manage', $sitecontext);
|
||||||
|
|
||||||
$site = get_site();
|
$site = get_site();
|
||||||
$stradministration = get_string('administration');
|
|
||||||
$strmanageroles = get_string('manageroles');
|
$strmanageroles = get_string('manageroles');
|
||||||
|
|
||||||
/// form processiong here
|
/// form processiong here
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
$sitecontext = get_context_instance(CONTEXT_SYSTEM, SITEID);
|
$sitecontext = get_context_instance(CONTEXT_SYSTEM, SITEID);
|
||||||
|
|
||||||
$stradministration = get_string('administration');
|
|
||||||
$strmanageroles = get_string('manageroles');
|
$strmanageroles = get_string('manageroles');
|
||||||
$strdelete = get_string('delete');
|
$strdelete = get_string('delete');
|
||||||
|
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
|
|
||||||
/// Print headings
|
/// Print headings
|
||||||
|
|
||||||
$stradministration = get_string('administration');
|
|
||||||
$strconfiguration = get_string('configuration');
|
|
||||||
$strcalendarsettings = get_string('calendarsettings', 'admin');
|
$strcalendarsettings = get_string('calendarsettings', 'admin');
|
||||||
$strimporttimezones = get_string('importtimezones', 'admin');
|
$strimporttimezones = get_string('importtimezones', 'admin');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user