Skip to content
Snippets Groups Projects
Commit ad55cba1 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Add menu wrappers from UAB style

Added the moduletable class as a div wrapper around the toolbox (p-tb) portal.
Also changed the portal tilte from an h5 heading to a ul element with the
menu class style to match the UAB menu style.
parent 8c5f06c7
No related branches found
No related tags found
No related merge requests found
...@@ -622,7 +622,9 @@ class UabVectorTemplate extends QuickTemplate { ...@@ -622,7 +622,9 @@ class UabVectorTemplate extends QuickTemplate {
case 'TOOLBOX': case 'TOOLBOX':
?> ?>
<div class="portal" id="p-tb"> <div class="portal" id="p-tb">
<h5<?php $this->html('userlangattributes') ?>><?php $this->msg( 'toolbox' ) ?></h5> <!-- moduletable -->
<div class="moduletable">
<ul class ="menu" <?php $this->html('userlangattributes') ?>><?php $this->msg( 'toolbox' ) ?>
<div class="body"> <div class="body">
<ul> <ul>
<?php if( $this->data['notspecialpage'] ): ?> <?php if( $this->data['notspecialpage'] ): ?>
...@@ -657,6 +659,9 @@ class UabVectorTemplate extends QuickTemplate { ...@@ -657,6 +659,9 @@ class UabVectorTemplate extends QuickTemplate {
<?php wfRunHooks( 'SkinTemplateToolboxEnd', array( &$this ) ); ?> <?php wfRunHooks( 'SkinTemplateToolboxEnd', array( &$this ) ); ?>
</ul> </ul>
</div> </div>
</ul>
</div>
<!-- /moduletable -->
</div> </div>
<?php <?php
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment