~vcs-imports/clansuite/trunk

« back to all changes in this revision

Viewing changes to themes/frontend/dark/modules/controlpanel/action_show.tpl

  • Committer: paulbr
  • Date: 2011-05-17 09:43:57 UTC
  • Revision ID: paulbr-20110517094357-yzy4qzdy62rc5dwb
- smarty function.icon.php fixed
- new table for news comments (test)
- entities: user/comment fixed
- new theme dark / csfw modified

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
<div class="table table-border">
 
3
        <div class="table-header"><img src="{$www_root_theme}images/icons/user.png" />{t}User Control Panel{/t}</div>
 
4
</div>
 
5
 
 
6
<div class="tablespacer10">&nbsp;</div>
 
7
 
 
8
<div class="table table-border">
 
9
        <div class="table-header table-border-bottom"><img src="{$www_root_theme}images/icons/wrench.png" />{t}Profil{/t}</div>
 
10
        <div class="table-content-menu">
 
11
                <p>&nbsp;</p>
 
12
                <p>&nbsp;</p>
 
13
                <p align="center">--- {t}not logged in / not implemented yet{/t} ---</p>
 
14
                <p>&nbsp;</p>
 
15
                <p>&nbsp;</p>
 
16
        </div>
 
17
</div>
 
18
<div class="tablespacer10">&nbsp;</div>
 
19
 
 
20
<div class="table table-border">
 
21
        <div class="table-header table-border-bottom"><img src="{$www_root_theme}images/icons/wrench.png" />{t}Forum{/t}</div>
 
22
        <div class="table-content-menu">
 
23
                <p>&nbsp;</p>
 
24
                <p>&nbsp;</p>
 
25
                <p align="center">--- {t}not logged in / not implemented yet{/t} ---</p>
 
26
                <p>&nbsp;</p>
 
27
                <p>&nbsp;</p>
 
28
        </div>
 
29
</div>
 
30
<div class="tablespacer10">&nbsp;</div>
 
31
 
 
32
<div class="table table-border">
 
33
        <div class="table-header table-border-bottom"><img src="{$www_root_theme}images/icons/wrench.png" />{t}My Computer{/t}</div>
 
34
        <div class="table-content-menu">
 
35
                <p>&nbsp;</p>
 
36
                <p>&nbsp;</p>
 
37
                <p align="center">--- {t}not logged in / not implemented yet{/t} ---</p>
 
38
                <p>&nbsp;</p>
 
39
                <p>&nbsp;</p>
 
40
        </div>
 
41
</div>
 
42
<div class="tablespacer10">&nbsp;</div>
 
43