summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
diff options
context:
space:
mode:
authorFlorian Hülsmann <fh@cbix.de>2012-06-18 13:36:49 +0200
committerFlorian Hülsmann <fh@cbix.de>2012-06-18 13:36:49 +0200
commit4a50c15a8ef596a075c851e08479b468d446545a (patch)
treeb4eeccc345bad352080a5dff72c900c9b49d73a1 /core/templates/layout.user.php
parenta5a1a9fd4a2f1cd5f2457ba3ab0ceb432da1be33 (diff)
downloadnextcloud-server-4a50c15a8ef596a075c851e08479b468d446545a.tar.gz
nextcloud-server-4a50c15a8ef596a075c851e08479b468d446545a.zip
corrected header width and floating (can now dynamically add stuff to header); someone may test this in IE
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r--core/templates/layout.user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index e271acf10ee..c6696fc72bf 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -45,10 +45,10 @@
<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>
- <form class="searchbox" action="#" method="post">
+ <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>
+ <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>
- <a 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>
</div></header>
<nav><div id="navigation">