fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8207]


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [8207]
Date: Tue, 29 Nov 2011 06:44:48 +0000

Revision: 8207
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8207
Author:   erikhl
Date:     2011-11-29 06:44:47 +0000 (Tue, 29 Nov 2011)
Log Message:
-----------


Modified Paths:
--------------
    trunk/activitycalendar/templates/base/activity_list_partial.php

Modified: trunk/activitycalendar/templates/base/activity_list_partial.php
===================================================================
--- trunk/activitycalendar/templates/base/activity_list_partial.php     
2011-11-29 06:40:52 UTC (rev 8206)
+++ trunk/activitycalendar/templates/base/activity_list_partial.php     
2011-11-29 06:44:47 UTC (rev 8207)
@@ -243,7 +243,7 @@
        $export_format = 
isset($GLOBALS['phpgw_info']['user']['preferences']['property']['export_format'])
 && $GLOBALS['phpgw_info']['user']['preferences']['property']['export_format'] 
? $GLOBALS['phpgw_info']['user']['preferences']['property']['export_format'] : 
'csv';
        ?>
        <div id="export">
-               <a href="javascript:activity_export('<?php echo $list_id ?>')" 
title="<?php echo lang('Download as excel') ?>"><img src="<?php echo 
ACTIVITYCALENDAR_IMAGE_PATH 
?>images/16x16/mimetypes/x-office-spreadsheet.png"/></a>&nbsp;&nbsp;<a 
href="javascript:activity_email('<?php echo $list_id ?>')" title="<?php echo 
lang('Send email to selection') ?>"><button><?php echo lang('Send mail to 
selection') ?></button></a>
+               <a href="javascript:activity_export('<?php echo $list_id ?>')" 
title="<?php echo lang('Download as excel') ?>"><img src="<?php echo 
ACTIVITYCALENDAR_IMAGE_PATH 
?>images/16x16/mimetypes/x-office-spreadsheet.png"/></a>&nbsp;&nbsp;<button 
onclick="javascript:activity_email('<?php echo $list_id ?>')"><?php echo 
lang('Send mail to selection') ?></button>
        </div>
 </fieldset>
 <?php }?>




reply via email to

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