From 02ff679e196c3bbd3196ea7a4baf765a38bffa15 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 7 Feb 2011 14:07:53 +0100 Subject: [PATCH] Changing active/inactive by archive unarchived --- main/admin/careers.php | 5 ++++- main/inc/lib/career.lib.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/main/admin/careers.php b/main/admin/careers.php index 5b05eae816..70262ffaaf 100644 --- a/main/admin/careers.php +++ b/main/admin/careers.php @@ -59,7 +59,10 @@ $extra_params['height'] = 'auto'; //With this function we can add actions to the jgrid (edit, delete, etc) $action_links = 'function action_formatter(cellvalue, options, rowObject) { - return \' \'; + return \' '. + ''. + ''. + '\'; }'; ?>