Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 25 of 118) sorted by last modified time

12345

/template/sprintdoc/css/
H A Dbase_design.less11 /* highlight selected tool */
H A Darea_header.less155 .menu-tool-select {
272 .menu-tool-select {
H A Darea_nav-pagetools.less2 * This file provides the design styles for the page specific tool bar.
/template/ad-hominem/css/
H A Ddesign.less73 /* highlight selected tool */
/template/mikio/
H A DREADME.md301 - Fixed bug where external page tools where not showing in the tool bar. Thanks Jan.
380 - Added option to hide menu and page tool items [#32](https://github.com/nomadjimbob/mikio/issues/32). Thanks annievoss.
/template/launch/css/
H A Ddesign.css72 /* make wiki links look the same as tool links in tool bars */
89 /* highlight selected tool */
/template/varicolored/css/
H A Ddesign.css72 /* make wiki links look the same as tool links in tool bars */
89 /* highlight selected tool */
/template/cleanresurrected/css/
H A Ddesign.css72 /* make wiki links look the same as tool links in tool bars */
89 /* highlight selected tool */
/template/panoramacake/css/
H A Ddesign.css72 /* make wiki links look the same as tool links in tool bars */
89 /* highlight selected tool */
/template/tilus/css/
H A Ddesign.css72 /* make wiki links look the same as tool links in tool bars */
89 /* highlight selected tool */
/template/darkwood/css/
H A Ddesign.css72 /* make wiki links look the same as tool links in tool bars */
89 /* highlight selected tool */
/template/cutopillar/css/
H A Ddesign.css72 /* make wiki links look the same as tool links in tool bars */
89 /* highlight selected tool */
/template/basical/css/
H A Ddesign.css72 /* make wiki links look the same as tool links in tool bars */
89 /* highlight selected tool */
/template/tripillar/css/
H A Ddesign.css72 /* make wiki links look the same as tool links in tool bars */
89 /* highlight selected tool */
/template/mindthedark/css/
H A Ddesign.less69 /* highlight selected tool */
/template/notos/css/
H A Dheader-tools.less18 div.tool-button {
52 div.tool-login {
/template/bulma/css/
H A Ddesign.css72 /* make wiki links look the same as tool links in tool bars */
89 /* highlight selected tool */
/template/khum1/
H A DCHANGELOG.md40 - Items on tool's menu aligned on the left.
/template/khum1/css/
H A Dtools.less130 /* highlight selected tool */
145 /* juste the tool in navbar ; result search are in _search.css */
/template/bootstrap3/tpl/
H A Dmenu-tools.php23 foreach ($TPL->getConf('showIndividualTool') as $tool):
25 if (! isset($tools_menus[$tool])) continue;
27 $data = $tools_menus[$tool];
34 <a href="<?php wl($ID) ?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="<?php echo $lang[$tool.'_tools'] ?>" role="button" aria-haspopup="true" aria-expanded="false">
35 <?php echo iconify($data['icon']); ?> <span class="<?php echo (in_array($tool, $navbar_labels) ? '' : 'hidden-lg hidden-md hidden-sm') ?>"><?php echo $lang[$tool.'_tools'] ?></span> <span class="caret"></span>
41 <?php echo iconify($data['icon']); ?> <?php echo $lang[$tool.'_tools'] ?>
66 foreach($tools_menus as $tool => $data):
72 <?php echo iconify($data['icon']); ?> <?php echo $lang[$tool.'_tools'] ?>
/template/bootstrap3/
H A DTemplate.php2328 foreach ($tools_menus as $tool => $data) {
2353 $tools_menus[$tool]['menu'][$item->getType()]['object'] = $item;
2354 $tools_menus[$tool]['menu'][$item->getType()]['html'] = $html;
2366 public function getToolMenu($tool)
2368 return $this->toolsMenu[$tool];
2371 public function getToolMenuItem($tool, $item)
2373 if (isset($this->toolsMenu[$tool]) && isset($this->toolsMenu[$tool]['menu'][$item])) {
2374 return $this->toolsMenu[$tool]['menu'][$item]['object'];
2379 public function getToolMenuItemLink($tool,
2364 getToolMenu($tool) global() argument
2369 getToolMenuItem($tool, $item) global() argument
2377 getToolMenuItemLink($tool, $item) global() argument
[all...]
H A DRELEASE.md564 * Removed empty tool from Tools Menu
/template/kajukkd/css/
H A Ddesign.css86 /* make wiki links look the same as tool links in tool bars */
106 /* highlight selected tool */
/template/fictive/css/
H A Ddesign.css72 /* make wiki links look the same as tool links in tool bars */
89 /* highlight selected tool */
/template/fictive/genericons/
H A DREADME.txt45 …The "content: '\f101';" part of this CSS is easily copied from the helper tool at http://genericon…
103 - Changed the Genericons.com copy/paste tool to serve span's instead of div's for casual icon inser…

12345