This commit is contained in:
Sébastien Lucas 2013-05-16 07:00:21 +02:00
parent 0e44eb9ae0
commit 8f15485bfc

View file

@ -176,7 +176,7 @@
</div> </div>
</form> </form>
</div> </div>
<?php if ($currentPage->containsBook ()) { ?> <?php if ($currentPage->containsBook ()) { ?>
<div style="float: right; width: 35%"> <div style="float: right; width: 35%">
<div style="float: right"> <div style="float: right">
<img id="sort" src="images/sort32.png" alt="<?php echo localize ("sort.alternate") ?>" /> <img id="sort" src="images/sort32.png" alt="<?php echo localize ("sort.alternate") ?>" />
@ -194,7 +194,7 @@
</select> </select>
</div> </div>
</div> </div>
<?php } ?> <?php } ?>
</div> </div>
</header> </header>
<div id="content" style="display: none;"></div> <div id="content" style="display: none;"></div>