SPR-950 changes for mobile header,
Bugfix edit Mode of document
This commit is contained in:
parent
98cf1895ef
commit
4f626e3342
9 changed files with 57 additions and 1 deletions
5
main.php
5
main.php
|
@ -136,6 +136,11 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
<p class="title mobile-only"><?php echo $conf['title'] ?></p>
|
||||
<?php endif ?>
|
||||
</div><!-- .main-title -->
|
||||
|
||||
<div class="menu-tool-select">
|
||||
<h5 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_tool-select') ?></h5>
|
||||
<?php tpl_actiondropdown($lang['tools'], "test"); ?>
|
||||
</div><!-- .menu-tool-select -->
|
||||
</div><!-- .headings -->
|
||||
</div><!-- .col -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue