* Adjust the export class for whose not use icon link.

This commit is contained in:
chencongzhi520@gmail.com
2012-07-02 07:40:16 +00:00
parent a2b433fb3c
commit b305fdaf4c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
</div>
<div class='f-right'>
<?php
common::printLink('todo', 'export', "account=$account&orderBy=id_desc", $lang->export, '', 'class="w-date"');
common::printLink('todo', 'export', "account=$account&orderBy=id_desc", $lang->export, '', 'class="export w-date"');
common::printLink('todo', 'batchCreate', "", $lang->todo->batchCreate);
echo html::a($this->createLink('todo', 'create', "date=$date"), $lang->todo->create);
?>
+1
View File
@@ -578,6 +578,7 @@ function setProjectListLink()
/* Set the colorbox of export. */
function setExport()
{
if($('.export').size()) $(".export").colorbox({width:500, height:200, iframe:true, transition:'elastic', speed:350, scrolling:true});
if($('.icon-green-big-common-export').size()) $(".icon-green-big-common-export").colorbox({width:500, height:200, iframe:true, transition:'elastic', speed:350, scrolling:true});
}