Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/grade/edit/scale/index.php File Reference

Go to the source code of this file.

Variables

 $courseid = optional_param('id', 0, PARAM_INT)
 $action = optional_param('action', '', PARAM_ALPHA)
 $strscale = get_string('scale')
 Make sure they can even access this course.
 $strstandardscale = get_string('scalesstandard')
 $strcustomscales = get_string('scalescustom')
 $strname = get_string('name')
 $strdelete = get_string('delete')
 $stredit = get_string('edit')
 $srtcreatenewscale = get_string('scalescustomcreate')
 $strused = get_string('used')
switch($action) if(!$courseid$table = new html_table()
 $table2 = new html_table()
 $heading = ''
if($courseid and $scales=grade_scale::fetch_all_local($courseid))
if($scales=grade_scale::fetch_all_global()) 
if ($courseid)

Variable Documentation

Definition at line 23 of file index.php.

Definition at line 22 of file index.php.

$heading = ''

Definition at line 103 of file index.php.

$srtcreatenewscale = get_string('scalescustomcreate')

Definition at line 50 of file index.php.

$strcustomscales = get_string('scalescustom')

Definition at line 46 of file index.php.

$strdelete = get_string('delete')

Definition at line 48 of file index.php.

$stredit = get_string('edit')

Definition at line 49 of file index.php.

$strname = get_string('name')

Definition at line 47 of file index.php.

$strscale = get_string('scale')

Make sure they can even access this course.

Definition at line 44 of file index.php.

$strstandardscale = get_string('scalesstandard')

Definition at line 45 of file index.php.

$strused = get_string('used')

Definition at line 51 of file index.php.

Definition at line 101 of file index.php.

$table2 = new html_table()

Definition at line 102 of file index.php.

Definition at line 160 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations