diff options
author | thomascube <thomas@roundcube.net> | 2011-12-22 18:00:18 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-22 18:00:18 +0000 |
commit | 68e13c45d396744a7e848d1a82830b7fd408863a (patch) | |
tree | 7c83e59a33077c1c499faba176d637a59ec79eeb /skins/larry/includes/header.html | |
parent | faaa1ba5343499ae766dc8de270da4fc6e70d05d (diff) |
Address book styling for Larry; show about page in UI dialog
Diffstat (limited to 'skins/larry/includes/header.html')
-rw-r--r-- | skins/larry/includes/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/includes/header.html b/skins/larry/includes/header.html index 2fd6774fe..b088e4fb7 100644 --- a/skins/larry/includes/header.html +++ b/skins/larry/includes/header.html @@ -1,9 +1,9 @@ <div id="header"> <div id="topline"> <div class="topleft"> - <roundcube:button command="about" type="link" label="about" class="about-link" /> + <roundcube:button name="about" type="link" label="about" class="about-link" onclick="UI.show_about(this);return false" /> <roundcube:if condition="config:support_url" /> - <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a> + <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link" id="supportlink"><roundcube:label name="support" /></a> <roundcube:endif /> </div> <div class="topright"> |