public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
lismodules much better now

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@4729 
3d254a34-79dc-0310-9e5f-be208747d8a0
nuno (author)
Mon Jun 23 09:29:01 -0700 2008
commit  7ac511f49e95c2d3e347cf655d82229dddae9f36
tree    6f0f279a56dc1608629d50b32afd0ad1690f1f04
parent  5fa2431bbfd2bb04f35b39735f7c3b2a8809c75a
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
0
@@ -1,40 +1,40 @@
0
-<div class="pagecontainer">
0
- <div class="pageoverflow">
0
- {$header_name}
0
- </div><!-- pageoverflow -->
0
-
0
- <div id="modulelist">
0
- <table cellpadding="2" cellspacing="0" border="1">
0
- <thead>
0
- <tr>
0
- <th>{tr}name{/tr}</th>
0
- <th>{tr}version{/tr}</th>
0
- <th>{tr}status{/tr}</th>
0
- <th>{tr}active{/tr}</th>
0
- <th>{tr}action{/tr}</th>
0
- <th>{tr}help{/tr}</th>
0
- <th>{tr}about{/tr}</th>
0
- </tr>
0
- </thead>
0
- <tbody>
0
- {foreach from=$modules item=module}
0
- <tr>
0
- <td>{$module.name}</td>
0
- <td>{$module.version}</td>
0
- {if $module.use_span}
0
- <td colspan="3">{$module.status}</td>
0
- {else}
0
- <td>{$module.status}</td>
0
- <td>{$module.active}</td>
0
- <td>{$module.action}</td>
0
- {/if}
0
- <td>{$module.helplink}</td>
0
- <td>{$module.aboutlink}</td>
0
- </tr>
0
- {/foreach}
0
- </tbody>
0
- </table>
0
- </div>
0
-</div>
0
-
0
-<p class="pageback"><a class="pageback" href="{$back_url}">&#171; {lang string='back'}</a></p>
0
+<div class="pagecontainer">
0
+ <div class="pageoverflow">
0
+ <p class="pageheader">Debug-title: {$header_name}</p>
0
+ </div><!-- pageoverflow -->
0
+
0
+
0
+ <table class="pagetable">
0
+ <thead>
0
+ <tr>
0
+ <th>{tr}name{/tr}</th>
0
+ <th>{tr}version{/tr}</th>
0
+ <th>{tr}status{/tr}</th>
0
+ <th>{tr}active{/tr}</th>
0
+ <th>{tr}action{/tr}</th>
0
+ <th>{tr}help{/tr}</th>
0
+ <th>{tr}about{/tr}</th>
0
+ </tr>
0
+ </thead>
0
+ <tbody>
0
+ {foreach from=$modules item=module}
0
+ <tr>
0
+ <td>{$module.name}</td>
0
+ <td>{$module.version}</td>
0
+ {if $module.use_span}
0
+ <td colspan="3">{$module.status}</td>
0
+ {else}
0
+ <td>{$module.status}</td>
0
+ <td class="pagepos">{$module.active}</td>
0
+ <td>{$module.action}</td>
0
+ {/if}
0
+ <td>{$module.helplink}</td>
0
+ <td>{$module.aboutlink}</td>
0
+ </tr>
0
+ {/foreach}
0
+ </tbody>
0
+ </table>
0
+
0
+</div>
0
+
0
+<p class="pageback"><a class="pageback" href="{$back_url}">&#171; {lang string='back'}</a></p>

Comments

    No one has commented yet.