PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 3.4.2
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v3.4.2
4.9.1 4.9.0 4.8.2 4.8.1 4.8.0 4.7.0 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 4.5.1 4.5.0 4.4.1 4.4.0 3.3.4 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 3.5.2 All 199 releases
betterdocs / views / admin / partials / tabs-nav.php

tabs-nav.php in BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot 3.4.2, at views/admin/partials/tabs-nav.php

20 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="betterdocs-list-grid-icon tabs-nav">
2 <a
3 class="<?php esc_attr_e( $helper::is_active( 'list', $active_tab ) );?> icon-wrap icon-wrap-1"
4 href="<?php esc_attr_e( esc_url( $url ) );?>&mode=list" data-toggle-target=".tab-content-1">
5 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
6 <path d="M3 12H21M3 6H21M3 18H21" stroke="#475467" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7 </svg>
8 </a>
9 <a
10 class="<?php esc_attr_e( $helper::is_active( 'grid', $active_tab ) );?> icon-wrap icon-wrap-2"
11 href="<?php esc_attr_e( esc_url( $url ) );?>&mode=grid" data-toggle-target=".tab-content-2">
12 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
13 <path d="M10 3H3V10H10V3Z" stroke="#475467" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
14 <path d="M21 3H14V10H21V3Z" stroke="#475467" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
15 <path d="M21 14H14V21H21V14Z" stroke="#475467" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
16 <path d="M10 14H3V21H10V14Z" stroke="#475467" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
17 </svg>
18 </a>
19 </div>
20