Fix the toolbox.
This commit is contained in:
parent
1058253516
commit
0e44eb9ae0
|
@ -160,8 +160,7 @@
|
||||||
</a>
|
</a>
|
||||||
<img class="headright" id="searchImage" src="<?php echo getUrlWithVersion("images/setting64.png") ?>" alt="Settings and menu" />
|
<img class="headright" id="searchImage" src="<?php echo getUrlWithVersion("images/setting64.png") ?>" alt="Settings and menu" />
|
||||||
<h1><?php echo htmlspecialchars ($currentPage->title) ?></h1>
|
<h1><?php echo htmlspecialchars ($currentPage->title) ?></h1>
|
||||||
</header>
|
<div id="tool" <?php if ($withToolbar) echo 'style="display: none"' ?>>
|
||||||
<aside id="tool" <?php if ($withToolbar) echo 'style="display: none"' ?>>
|
|
||||||
<div style="float: left; width: 60%">
|
<div style="float: left; width: 60%">
|
||||||
<form action="index.php" method="get">
|
<form action="index.php" method="get">
|
||||||
<div style="float: right">
|
<div style="float: right">
|
||||||
|
@ -196,7 +195,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</aside>
|
</div>
|
||||||
|
</header>
|
||||||
<div id="content" style="display: none;"></div>
|
<div id="content" style="display: none;"></div>
|
||||||
<section>
|
<section>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in a new issue