[Jaws-project-commits] jaws/html/gadgets/Friends Friends.php,1.19,1.20
Status: Alpha
Brought to you by:
ionmx
|
From: Pablo F. <pab...@us...> - 2005-03-17 01:30:42
|
Update of /cvsroot/jaws-project/jaws/html/gadgets/Friends In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16212 Modified Files: Friends.php Log Message: Now its done :-) Index: Friends.php =================================================================== RCS file: /cvsroot/jaws-project/jaws/html/gadgets/Friends/Friends.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Friends.php 17 Mar 2005 01:04:58 -0000 1.19 --- Friends.php 17 Mar 2005 01:30:26 -0000 1.20 *************** *** 128,137 **** if ($GLOBALS["session"]->GetPermission ("Friends", "EditFriend")) $datagrid->AddColumn (new ActionColumn (_t("_GLOBAL_EDIT", _t("_FRIEND_FRIEND")), ! "admin.php?gadget=Friends&action=EditFriend&friend={friend}", STOCK_EDIT)); if ($GLOBALS["session"]->GetPermission ("Friends", "DeleteFriend")) $datagrid->AddColumn (new ActionColumn (_t("_GLOBAL_DELETE", _t("_FRIEND_FRIEND")), "javascript: if (confirm ('"._t("_GLOBAL_CONFIRM_DELETE", _t("_FRIENDS_FRIEND"))."').) ". ! "window.location = 'admin.php?gadget=Friends&action=DeleteFriend&friend={friend}';", STOCK_DELETE)); --- 128,137 ---- if ($GLOBALS["session"]->GetPermission ("Friends", "EditFriend")) $datagrid->AddColumn (new ActionColumn (_t("_GLOBAL_EDIT", _t("_FRIEND_FRIEND")), ! "admin.php?gadget=Friends&action=EditFriend&friend={friend}", STOCK_EDIT)); if ($GLOBALS["session"]->GetPermission ("Friends", "DeleteFriend")) $datagrid->AddColumn (new ActionColumn (_t("_GLOBAL_DELETE", _t("_FRIEND_FRIEND")), "javascript: if (confirm ('"._t("_GLOBAL_CONFIRM_DELETE", _t("_FRIENDS_FRIEND"))."').) ". ! "window.location = 'admin.php?gadget=Friends&action=DeleteFriend&friend={friend}';", STOCK_DELETE)); |