diff --git a/modules/system.module b/modules/system.module index 312f1f577d04..91d2524b677f 100644 --- a/modules/system.module +++ b/modules/system.module @@ -44,52 +44,52 @@ function system_view_options() { global $conf, $cmodes, $corder; // general settings: - $output .= "
name | description | enabled | |
---|---|---|---|
" . t("name") . " | " . t("description") . " | " . t("enabled") . " | |
$info->name | "; $output .= "$info->description | "; - $output .= "". (in_array($filename, $required) ? form_hidden("status][$filename", 1) ."required" : form_checkbox("", "status][$filename", 1, $file->status)) ." | "; + $output .= "". (in_array($filename, $required) ? form_hidden("status][$filename", 1) . t("required") : form_checkbox("", "status][$filename", 1, $file->status)) ." | "; $output .= "
name | description | enabled | |
---|---|---|---|
" . t("name") . " | " . t("description") . " | " . t("enabled") . " | |
$info->name | "; $output .= "$info->description | "; - $output .= "". (in_array($filename, $required) ? form_hidden("status][$filename", 1) ."required" : form_checkbox("", "status][$filename", 1, $file->status)) ." | "; + $output .= "". (in_array($filename, $required) ? form_hidden("status][$filename", 1) . t("required") : form_checkbox("", "status][$filename", 1, $file->status)) ." | "; $output .= "
name | operations |
---|---|
" . t("name") . " | " . t("operations") . " |
". check_output($role->name) ." | ". la(t("edit role"), array("mod" => "user", "op" => "role", "id" => $role->rid)) ." |
". check_output($role->name) ." | ". la(t("edit role"), array("mod" => "user", "op" => "role", "id" => $role->rid)) ." |
name | operations |
---|---|
" . t("name") . " | " . t("operations") . " |
". check_output($role->name) ." | ". la(t("edit role"), array("mod" => "user", "op" => "role", "id" => $role->rid)) ." |
". check_output($role->name) ." | ". la(t("edit role"), array("mod" => "user", "op" => "role", "id" => $role->rid)) ." |