From eb93964dd813e1dc34fb1ddb23882727035bf623 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 27 Aug 2005 03:42:20 +0000 Subject: [PATCH] r386: Convert onclick buttons to links --- admin/field.php | 2 +- admin/priority.php | 2 +- admin/product.php | 2 +- admin/resolution.php | 2 +- admin/severity.php | 2 +- admin/status.php | 2 +- admin/usergroup.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/admin/field.php b/admin/field.php index a82f94f..e90e23f 100644 --- a/admin/field.php +++ b/admin/field.php @@ -278,7 +278,7 @@ if ($_REQUEST['do'] == 'modify') ); } - $admin->row_span('', 'tfoot', 'center', 3); + $admin->row_span('[' . lang::p('add_new_field') . ']', 'tfoot', 'center', 3); $admin->table_end(); $admin->page_end(); diff --git a/admin/priority.php b/admin/priority.php index 34a398a..b90a740 100755 --- a/admin/priority.php +++ b/admin/priority.php @@ -121,7 +121,7 @@ if ($_REQUEST['do'] == 'modify') } $db->free_result($priorityes); - $admin->row_span('', 'tfoot', 'center', 3); + $admin->row_span('[' . lang::p('add_new_priority') . ']', 'tfoot', 'center', 3); $admin->table_end(); $admin->form_end(); diff --git a/admin/product.php b/admin/product.php index 04081b0..86ac5a2 100755 --- a/admin/product.php +++ b/admin/product.php @@ -375,7 +375,7 @@ EOF; } } - $admin->row_span(' ', 'tfoot', 'center'); + $admin->row_span(' [' . lang::p('add_new_product') . ']', 'tfoot', 'center'); $admin->table_end(); diff --git a/admin/resolution.php b/admin/resolution.php index 79aceca..7f3952b 100755 --- a/admin/resolution.php +++ b/admin/resolution.php @@ -120,7 +120,7 @@ if ($_REQUEST['do'] == 'modify') } $db->free_result($resolutiones); - $admin->row_span('', 'tfoot', 'center', 3); + $admin->row_span('[' . lang::p('add_new_resolution') . ']', 'tfoot', 'center', 3); $admin->table_end(); $admin->form_end(); diff --git a/admin/severity.php b/admin/severity.php index 4395272..5adb043 100755 --- a/admin/severity.php +++ b/admin/severity.php @@ -121,7 +121,7 @@ if ($_REQUEST['do'] == 'modify') } $db->free_result($severityes); - $admin->row_span('', 'tfoot', 'center', 3); + $admin->row_span('[' . lang::p('add_new_severity') . ']', 'tfoot', 'center', 3); $admin->table_end(); $admin->form_end(); diff --git a/admin/status.php b/admin/status.php index cb49a1c..b136243 100755 --- a/admin/status.php +++ b/admin/status.php @@ -123,7 +123,7 @@ if ($_REQUEST['do'] == 'modify') } $db->free_result($statuses); - $admin->row_span('', 'tfoot', 'center', 3); + $admin->row_span('[' . lang::p('add_new_status') . ']', 'tfoot', 'center', 3); $admin->table_end(); $admin->form_end(); diff --git a/admin/usergroup.php b/admin/usergroup.php index e4979fd..a5f4d1a 100755 --- a/admin/usergroup.php +++ b/admin/usergroup.php @@ -285,7 +285,7 @@ if ($_REQUEST['do'] == 'modify') $admin->row_multi_item(array("$group[title]" => 'l', ((!$group['total']) ? '-' : $group['total']) => 'c', "[" . lang::p('edit') . "]" . (($group['usergroupid'] > 6) ? "[" . lang::p('delete') . "]" : '') => 'c')); } - $admin->row_span('', 'tfoot', 'center', 3); + $admin->row_span('[' . lang::p('add_new_usergroup') . ']', 'tfoot', 'center', 3); $admin->table_end(); $admin->form_end(); -- 2.22.5