Index: trunk/phase3/skins/Vector.php |
— | — | @@ -692,7 +692,7 @@ |
693 | 693 | switch ( $element ) { |
694 | 694 | case 'NAMESPACES': |
695 | 695 | ?> |
696 | | -<div id="namespaces" class="vectorTabs<?php if ( count( $this->data['namespace_urls'] ) == 0 ) echo ' emptyPortlet'; ?>"> |
| 696 | +<div id="p-namespaces" class="vectorTabs<?php if ( count( $this->data['namespace_urls'] ) == 0 ) echo ' emptyPortlet'; ?>"> |
697 | 697 | <h5><?php $this->msg('namespaces') ?></h5> |
698 | 698 | <ul <?php $this->html('userlangattributes') ?>> |
699 | 699 | <?php foreach ($this->data['namespace_urls'] as $key => $link ): ?> |
— | — | @@ -704,7 +704,7 @@ |
705 | 705 | break; |
706 | 706 | case 'VARIANTS': |
707 | 707 | ?> |
708 | | -<div id="variants" class="vectorMenu<?php if ( count( $this->data['variant_urls'] ) == 0 ) echo ' emptyPortlet'; ?>"> |
| 708 | +<div id="p-variants" class="vectorMenu<?php if ( count( $this->data['variant_urls'] ) == 0 ) echo ' emptyPortlet'; ?>"> |
709 | 709 | <h5><span><?php $this->msg('variants') ?></span><a href="#"></a></h5> |
710 | 710 | <div class="menu"> |
711 | 711 | <ul <?php $this->html('userlangattributes') ?>> |
— | — | @@ -718,7 +718,7 @@ |
719 | 719 | break; |
720 | 720 | case 'VIEWS': |
721 | 721 | ?> |
722 | | -<div id="views" class="vectorTabs<?php if ( count( $this->data['view_urls'] ) == 0 ) echo ' emptyPortlet'; ?>"> |
| 722 | +<div id="p-views" class="vectorTabs<?php if ( count( $this->data['view_urls'] ) == 0 ) echo ' emptyPortlet'; ?>"> |
723 | 723 | <h5><?php $this->msg('views') ?></h5> |
724 | 724 | <ul <?php $this->html('userlangattributes') ?>> |
725 | 725 | <?php foreach ($this->data['view_urls'] as $key => $link ): ?> |