giterlizzi / dokuwiki-template-bootstrap3

Bootstrap-based template for DokuWiki
https://dokuwiki.org/template:bootstrap3
GNU General Public License v2.0
220 stars 77 forks source link

The tabs from the WRAP pluggin are displayed vertically #579

Open maxens1 opened 1 year ago

maxens1 commented 1 year ago

Description

The tabs from the WRAP pluggin are displayed vertically

Steps to reproduce

  1. Start with the basic template from dokuwiki
  2. create a list with WRAP tabs for other pages
          <WRAP tabs> 
            *  [[en:page1|PAGE1]]
            *  [[en:page2|PAGE2]]
            *  [[en:page3|PAGE3]]
           </WRAP>
    all tabs should look right.
  1. replace the dokuwiki template with Bootstrap3 template

**Expected behavior: I expect the tabs to remain as tabs. (I might be wrong but that part was functionnal a while ago. )

**Actual behavior: The tabs become a vertical list with bullets

Versions

Screenshots or Logs

with dokuwiki template image with Bootstrap3 template image

Sample page or snippet

====== Tool ======

{{tag>en:PNC}}

<WRAP tabs>
  *  [[en:tool:start|Installation]]
  *  [[en:tool:manuel|Manual]]
  *  [[en:tool:formation|training]]
  *  [[en:tool:faq|faq]]
  *  [[en:tool:version|Version]]
</WRAP>

==== Manual ====

<html><button type="button" class="btn btn-info"><i class="fa fa-arrow-left fa-lg" onclick="history.back(-1)"></i></button></html>