Changeset 07ac5874c2ffa2ef37b7e92877268110abd1c7ee
- Timestamp:
- 12/08/07 14:41:45
(10 months ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1197121305 +0100
- git-parent:
[28b2039b931422fb3ad1ca7d82bea700721e6142]
- git-author:
- Christopher Jung <bktheg@web.de> 1197121305 +0100
- Message:
Mailicon in Link auf PM-Eingang umgewandelt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re3b0e1e |
r07ac587 |
|
| 190 | 190 | <ul id="menu"> |
|---|
| 191 | 191 | <li class="statusfield"> |
|---|
| 192 | | <img id="mailicon" src="{global.datadir}/data/interface/menubar/mail.png" alt="Neue Nachricht" title="Du hast neue Nachrichten erhalten" /> |
|---|
| | 192 | <a id="mailicon" href="./ds?module=comm&sess={global.sess}&action=showInbox" target="main"><img src="{global.datadir}/data/interface/menubar/mail.png" alt="Neue Nachricht" title="Du hast neue Nachrichten erhalten" /></a> |
|---|
| 193 | 193 | </li> |
|---|
| 194 | 194 | <li id="currentpage"> |
|---|