File tree 6 files changed +48
-2
lines changed
design/adminhtml/default/default
6 files changed +48
-2
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ class Hackathon_AsyncIndex_Block_Adminhtml_Process_Stats extends Mage_Adminhtml_Block_Template
4
+ {
5
+
6
+ }
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+
4
+ class Hackathon_AsyncIndex_Helper_Data extends Mage_Core_Helper_Abstract
5
+ {
6
+
7
+ }
Original file line number Diff line number Diff line change 6
6
</Hackathon_AsyncIndex >
7
7
</modules >
8
8
<global >
9
+ <blocks >
10
+ <hackathon_asyncindex >
11
+ <class >Hackathon_AsyncIndex_Block</class >
12
+ </hackathon_asyncindex >
13
+ </blocks >
14
+ <helpers >
15
+ <hackathon_asyncindex >
16
+ <class >Hackathon_AsyncIndex_Helper</class >
17
+ </hackathon_asyncindex >
18
+ </helpers >
9
19
<models >
10
- <psr0autoloader >
20
+ <hackathon_asyncindex >
11
21
<class >Hackathon_AsyncIndex_Model</class >
12
- </psr0autoloader >
22
+ </hackathon_asyncindex >
13
23
</models >
14
24
<events >
15
25
</events >
16
26
</global >
27
+ <adminhtml >
28
+ <layout >
29
+ <updates >
30
+ <hackathon_asyncindex >
31
+ <file >hackathon_asyncindex.xml</file >
32
+ </hackathon_asyncindex >
33
+ </updates >
34
+ </layout >
35
+ </adminhtml >
17
36
</config >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <layout version =" 0.1.0" >
3
+ <adminhtml_process_list >
4
+ <reference name =" content" >
5
+ <block type =" hackathon_asyncindex/adminhtml_process_stats" name =" process_stats" template =" hackathon/process_stats.phtml" />
6
+ </reference >
7
+ </adminhtml_process_list >
8
+ </layout >
Original file line number Diff line number Diff line change
1
+
2
+ <div class="asyncindex-process-stats">
3
+
4
+ </div>
Original file line number Diff line number Diff line change 1
1
/app/code/community/Hackathon/AsyncIndex /app/code/community/Hackathon/AsyncIndex
2
+ /app/design/adminhtml/default/default/layout/hackathon_asyncindex.xml /app/design/adminhtml/default/default/layout/
3
+ /app/design/adminhtml/default/default/template/hackathon/* /app/design/adminhtml/default/default/template/hackathon/
2
4
/app/etc/Hackathon_AsyncIndex.xml /app/etc/modules/Hackathon_AsyncIndex.xml
3
5
/shell/hackathon_async_index.php /shell/hackathon_async_index.php
You can’t perform that action at this time.
0 commit comments