diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-22 18:00:18 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-22 18:00:18 +0000 |
| commit | e52cb2626d4e785682241203bd680f2fe476e258 (patch) | |
| tree | c3c4e3c395a7ca98d47390b0d617e2d39e341600 /roundcubemail/skins/larry/includes/header.html | |
| parent | de33f2297cbbfe1d4a995283891cadf1523b7ac7 (diff) | |
Address book styling for Larry; show about page in UI dialog
git-svn-id: https://svn.roundcube.net/trunk@5646 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/larry/includes/header.html')
| -rw-r--r-- | roundcubemail/skins/larry/includes/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/larry/includes/header.html b/roundcubemail/skins/larry/includes/header.html index 2fd6774fe..b088e4fb7 100644 --- a/roundcubemail/skins/larry/includes/header.html +++ b/roundcubemail/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"> |
