From 1923f4d8c70f7359668bf4eca7c30c29f2e5596e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 3 Dec 2005 05:11:35 +0000 Subject: [PATCH] r613: Adding help links to the standard bug field help page --- admin/priority.php | 6 +++--- admin/resolution.php | 6 +++--- admin/severity.php | 6 +++--- admin/status.php | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/admin/priority.php b/admin/priority.php index 2ab5de3..ef89676 100755 --- a/admin/priority.php +++ b/admin/priority.php @@ -58,7 +58,7 @@ if ($_REQUEST['do'] == 'add') $admin->form_start('priority.php', 'insert'); $admin->table_start(); - $admin->table_head($lang->string('New Priority')); + $admin->table_head($lang->string('New Priority'), 2, 'standard_bug_fields'); $admin->row_input($lang->string('Priority Title
The title of this priority flag (eg: `Slated for Development` or `Address Now`)
'), 'priority'); $admin->row_input($lang->string('Display Order
The order in which the priorities are displayed. The higher the number, the lower down in the list it is.
'), 'displayorder'); $admin->row_submit(); @@ -87,7 +87,7 @@ if ($_REQUEST['do'] == 'edit') $admin->error($lang->getlex('error_invalid_id')); } - $admin->page_start($lang->string('Edit Priority')); + $admin->page_start($lang->string('Edit Priority'), 2, 'standard_bug_fields'); $admin->form_start('priority.php', 'update'); $admin->form_hidden_field('priorityid', $priority['priorityid']); @@ -112,7 +112,7 @@ if ($_REQUEST['do'] == 'modify') $admin->form_start('priority.php', 'null'); $admin->table_start(); - $admin->table_head($lang->string('Priority Manager')); + $admin->table_head($lang->string('Priority Manager'), 2, 'standard_bug_fields'); while ($priority = $db->fetch_array($priorities)) { diff --git a/admin/resolution.php b/admin/resolution.php index f760a6c..ee2dda2 100755 --- a/admin/resolution.php +++ b/admin/resolution.php @@ -58,7 +58,7 @@ if ($_REQUEST['do'] == 'add') $admin->form_start('resolution.php', 'insert'); $admin->table_start(); - $admin->table_head($lang->string('New Resolution')); + $admin->table_head($lang->string('New Resolution'), 2, 'standard_bug_fields'); $admin->row_input($lang->string('Resolution Title
The title of this resolution flag (eg: `Fixed` or `Bogus`)
'), 'resolution'); $admin->row_input($lang->string('Display Order
The order in which the resolutions are displayed. The higher the number, the lower down in the list it is.
'), 'displayorder'); $admin->row_submit(); @@ -87,7 +87,7 @@ if ($_REQUEST['do'] == 'edit') $admin->error($lang->getlex('error_invalid_id')); } - $admin->page_start($lang->string('Edit Resolution')); + $admin->page_start($lang->string('Edit Resolution'), 2, 'standard_bug_fields'); $admin->form_start('resolution.php', 'update'); $admin->form_hidden_field('resolutionid', $resolution['resolutionid']); @@ -112,7 +112,7 @@ if ($_REQUEST['do'] == 'modify') $admin->form_start('resolution.php', 'null'); $admin->table_start(); - $admin->table_head($lang->string('Resolution Manager')); + $admin->table_head($lang->string('Resolution Manager'), 2, 'standard_bug_fields'); while ($resolution = $db->fetch_array($resolutions)) { diff --git a/admin/severity.php b/admin/severity.php index ce10e75..82050fc 100755 --- a/admin/severity.php +++ b/admin/severity.php @@ -58,7 +58,7 @@ if ($_REQUEST['do'] == 'add') $admin->form_start('severity.php', 'insert'); $admin->table_start(); - $admin->table_head($lang->string('New Severity')); + $admin->table_head($lang->string('New Severity'), 2, 'standard_bug_fields'); $admin->row_input($lang->string('Severity Title
The title of this severity flag (eg: `Major` or `Critical`)
'), 'severity'); $admin->row_input($lang->string('Display Order
The order in which the severities are displayed. The higher the number, the lower down in the list it is.
'), 'displayorder'); $admin->row_submit(); @@ -93,7 +93,7 @@ if ($_REQUEST['do'] == 'edit') $admin->form_start('severity.php', 'update'); $admin->form_hidden_field('severityid', $severity['severityid']); $admin->table_start(); - $admin->table_head(sprintf($lang->string('Edit Severity - %1$s (id: %2$s)'), $severity['severity'], $severity['severityid'])); + $admin->table_head(sprintf($lang->string('Edit Severity - %1$s (id: %2$s)'), $severity['severity'], $severity['severityid']), 2, 'standard_bug_fields'); $admin->row_input($lang->string('Severity Title
The title of this severity flag (eg: `Major` or `Critical`)
'), 'severity', $severity['severity']); $admin->row_input($lang->string('Display Order
The order in which the severities are displayed. The higher the number, the lower down in the list it is.
'), 'displayorder', $severity['displayorder']); $admin->row_submit(); @@ -113,7 +113,7 @@ if ($_REQUEST['do'] == 'modify') $admin->form_start('severity.php', 'null'); $admin->table_start(); - $admin->table_head($lang->string('Severity Manager')); + $admin->table_head($lang->string('Severity Manager'), 2, 'standard_bug_fields'); while ($severity = $db->fetch_array($severities)) { diff --git a/admin/status.php b/admin/status.php index 15eb234..c26af75 100755 --- a/admin/status.php +++ b/admin/status.php @@ -58,7 +58,7 @@ if ($_REQUEST['do'] == 'add') $admin->form_start('status.php', 'insert'); $admin->table_start(); - $admin->table_head($lang->string('New Status')); + $admin->table_head($lang->string('New Status'), 2, 'standard_bug_fields'); $admin->row_input($lang->string('Status Title
The title of this status flag (eg: `Confirmed` or `Closed (Fixed)`)
'), 'status'); $admin->row_input($lang->string('Display Order
The order in which the statuses ar displayed.
'), 'displayorder'); $admin->row_input($lang->string('Status Colour
The colour of the status. This will be displayed on bug listings page to make viewing easier. Note: you must enter the # sign if you are using HEX values.
'), 'color'); @@ -93,7 +93,7 @@ if ($_REQUEST['do'] == 'edit') $admin->form_start('status.php', 'update'); $admin->form_hidden_field('statusid', $status['statusid']); $admin->table_start(); - $admin->table_head(sprintf($lang->string('Edit Status - %1$s (id: %2$s)'), $status['status'], $status['statusid'])); + $admin->table_head(sprintf($lang->string('Edit Status - %1$s (id: %2$s)'), $status['status'], $status['statusid']), 2, 'standard_bug_fields'); $admin->row_input($lang->string('Status Title
The title of this status flag (eg: `Confirmed` or `Closed (Fixed)`)
'), 'status', $status['status']); $admin->row_input($lang->string('Display Order
The order in which the statuses ar displayed.
'), 'displayorder', $status['displayorder']); $admin->row_input($lang->string('Status Colour
The colour of the status. This will be displayed on bug listings page to make viewing easier. Note: you must enter the # sign if you are using HEX values.
'), 'color', $status['color']); @@ -114,7 +114,7 @@ if ($_REQUEST['do'] == 'modify') $admin->form_start('status.php', 'null'); $admin->table_start(); - $admin->table_head($lang->string('Status Manager')); + $admin->table_head($lang->string('Status Manager'), 2, 'standard_bug_fields'); while ($status = $db->fetch_array($statuses)) { -- 2.22.5