~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to protected/views/global/export.php

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
                                <?php } ?>
25
25
                        </div>
26
26
                        <div>
27
 
                                <a href="javascript:void(0)" onclick="globalExport.view()" class="icon button">
 
27
                                <a href="javascript:void(0)" onclick="globalExport.view()" class="icon button primary">
28
28
                                        <?php echo Html::icon('search', 16, false, 'export.show'); ?>
29
29
                                        <span><?php echo Yii::t('core', 'show'); ?></span>
30
30
                                </a>
56
56
        setTimeout(function() {
57
57
                globalExport.setup();
58
58
                <?php if(@ini_get('xdebug.profiler_enable')) { ?>
59
 
                        Notification.add('warning', lang.get('core', 'warning'), lang.get('message', 'xDebugExportWarning'));
 
59
                        Notification.add('warning', lang.get('core', 'warning'), lang.get('core', 'xDebugExportWarning'));
60
60
                <?php } ?>
61
61
        }, 500);
62
62
        </script>