diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-12-08 00:49:56 +0100 |
---|---|---|
committer | equinox <equinox@diac24.net> | 2011-12-08 01:41:48 +0100 |
commit | 4d291fed17de95d32ad3870e515d8d9c5b8fe13f (patch) | |
tree | d6d9fe6d67a6ab6f832f7db9c3e6e04d1fb29ca3 /templates/select.html | |
parent | ff8df62dfad7aa990254914400fe57a3bebbe163 (diff) |
add calendar menu item
Diffstat (limited to 'templates/select.html')
-rw-r--r-- | templates/select.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/select.html b/templates/select.html index 5132cdc..93c739a 100644 --- a/templates/select.html +++ b/templates/select.html @@ -20,6 +20,8 @@ <span i18n:msg="hi">Hi ${user['cn']}!</span> <p class="app"><a href="https://wiki.sublab.org/auth_subdap.php?${tgts['wiki']}"> <img src="${url('static/app_wiki.png')}" alt="wiki" width="48" height="48"/> sublab.org wiki</a></p> + <p class="app"><a href="calendar"> + <img src="${url('static/app_calendar.png')}" alt="calendar" width="48" height="48"/> Calendar</a></p> <p class="app"><a href="cfg8021x?username=${user['cn']}"> <img src="${url('static/app_8021x.png')}" alt="wlan" width="24" height="24"/> 802.1X template</a></p> <p class="app"><a href="pwchange?username=${user['cn']}"> |