fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12790]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12790]
Date: Tue, 24 Feb 2015 23:31:19 +0000

Revision: 12790
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12790
Author:   nelson224
Date:     2015-02-24 23:31:17 +0000 (Tue, 24 Feb 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.notify.inc.php

Modified: branches/dev-syncromind/property/inc/class.notify.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.notify.inc.php   2015-02-24 
20:07:10 UTC (rev 12789)
+++ branches/dev-syncromind/property/inc/class.notify.inc.php   2015-02-24 
23:31:17 UTC (rev 12790)
@@ -321,7 +321,12 @@
                                array('id' =>'delete','type'=>'buttons', 
'value'=>'delete', 'label'=> lang('Delete'), 'funct'=> 'onActionsClick_notify' 
, 'classname'=> 'actionButton', 'value_hidden'=>""),
                        );
                        
-                       $tabletools = array();
+                       $tabletools = array
+                       (
+                               array('my_name' => 'select_all'),
+                               array('my_name' => 'select_none')
+                       );
+                       
                        foreach($buttons as $entry)
                        {
                                $tabletools[] = array




reply via email to

[Prev in Thread] Current Thread [Next in Thread]