Skip to content

Commit

Permalink
another admin ui cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 21, 2006
1 parent 2ce38b7 commit fd98800
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion admin/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
$createoptions[0] = get_string("no");
$createoptions[1] = get_string("yes");

$stradministration = get_string("administration");
$strauthentication = get_string("authentication");
$strauthenticationoptions = get_string("authenticationoptions","auth");
$strsettings = get_string("settings");
Expand Down
2 changes: 0 additions & 2 deletions admin/block.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@

/// Otherwise print the form.

$stradmin = get_string('administration');
$strconfiguration = get_string('configuration');
$strmanageblocks = get_string('manageblocks');
$strblockname = $block->get_title();

Expand Down
2 changes: 0 additions & 2 deletions admin/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

/// Print headings

$stradministration = get_string('administration');
$strconfiguration = get_string('configuration');
$strmanageblocks = get_string('manageblocks');
$strdelete = get_string('delete');
$strversion = get_string('version');
Expand Down
2 changes: 0 additions & 2 deletions admin/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
$SESSION->langtranslateintolocal = $uselocal;
}

$stradministration = get_string("administration");
$strconfiguration = get_string("configuration");
$strlanguage = get_string("language");
$strcurrentlanguage = get_string("currentlanguage");
$strmissingstrings = get_string("missingstrings");
Expand Down
2 changes: 0 additions & 2 deletions admin/langdoc.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@

$currentfile = optional_param('currentfile', 'docs/README.txt', PARAM_PATH);

$stradministration = get_string("administration");
$strconfiguration = get_string("configuration");
$strlanguage = get_string("language");
$strcurrentlanguage = get_string("currentlanguage");
$strthislanguage = get_string("thislanguage");
Expand Down
2 changes: 0 additions & 2 deletions admin/langimport.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@

$strlang = get_string('langimport','admin');

$stradministration = get_string("administration");
$strconfiguration = get_string("configuration");
$strlanguage = get_string("language");
$strthislanguage = get_string("thislanguage");
$title = $strlang;
Expand Down
3 changes: 0 additions & 3 deletions admin/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
$module = required_param('module', PARAM_SAFEDIR);
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);

// $CFG->pagepath is used to generate the body and id attributes for the body tag
Expand Down
2 changes: 0 additions & 2 deletions admin/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

/// Print headings

$stradministration = get_string("administration");
$strconfiguration = get_string("configuration");
$stractivities = get_string("activities");
$strdelete = get_string("delete");
$strversion = get_string("version");
Expand Down
1 change: 0 additions & 1 deletion admin/roles/allowassign.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
require_capability('moodle/roles:manage', $sitecontext);

$site = get_site();
$stradministration = get_string('administration');
$strmanageroles = get_string('manageroles');

/// form processiong here
Expand Down
1 change: 0 additions & 1 deletion admin/roles/allowoverride.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
require_capability('moodle/roles:manage', $sitecontext);

$site = get_site();
$stradministration = get_string('administration');
$strmanageroles = get_string('manageroles');

/// form processiong here
Expand Down
1 change: 0 additions & 1 deletion admin/roles/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

$sitecontext = get_context_instance(CONTEXT_SYSTEM, SITEID);

$stradministration = get_string('administration');
$strmanageroles = get_string('manageroles');
$strdelete = get_string('delete');

Expand Down
2 changes: 0 additions & 2 deletions admin/timezoneimport.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

/// Print headings

$stradministration = get_string('administration');
$strconfiguration = get_string('configuration');
$strcalendarsettings = get_string('calendarsettings', 'admin');
$strimporttimezones = get_string('importtimezones', 'admin');

Expand Down

0 comments on commit fd98800

Please sign in to comment.