summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorFlorian Hülsmann <fh@cbix.de>2012-06-18 23:22:52 +0200
committerFlorian Hülsmann <fh@cbix.de>2012-06-18 23:22:52 +0200
commitc3cd3f357135ac21c00d089d0cce477122190b58 (patch)
treee9926273554aa29d89f0818bbe0ae4f70ba6ffbb /core/templates
parentc723e1107da93aef45cb66f758a632aba1821001 (diff)
downloadnextcloud-server-c3cd3f357135ac21c00d089d0cce477122190b58.tar.gz
nextcloud-server-c3cd3f357135ac21c00d089d0cce477122190b58.zip
CSS class headerAction -> header-action
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index c6696fc72bf..500ac9beda3 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -45,7 +45,7 @@
<body id="<?php echo $_['bodyid'];?>">
<header><div id="header">
<a href="<?php echo link_to('', 'index.php'); ?>" title="" id="owncloud"><img class="svg" src="<?php echo image_path('', 'logo-wide.svg'); ?>" alt="ownCloud" /></a>
- <a class="header-right" id="logout" href="<?php echo link_to('', 'index.php'); ?>?logout=true"><img class="svg" alt="<?php echo $l->t('Log out');?>" title="<?php echo $l->t('Log out');?>" src="<?php echo image_path('', 'actions/logout.svg'); ?>" /></a>
+ <a class="header-right header-action" id="logout" href="<?php echo link_to('', 'index.php'); ?>?logout=true"><img class="svg" alt="<?php echo $l->t('Log out');?>" title="<?php echo $l->t('Log out');?>" src="<?php echo image_path('', 'actions/logout.svg'); ?>" /></a>
<form class="searchbox header-right" action="#" method="post">
<input id="searchbox" class="svg" type="search" name="query" value="<?php if(isset($_POST['query'])){echo htmlentities($_POST['query']);};?>" autocomplete="off" />
</form>