PHP Classes

File: htdocs/modules/system/templates/admin/system_header.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/admin/system_header.tpl   Download  
File: htdocs/modules/system/templates/admin/system_header.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: updates based on Copilot feedback
fix Admin help toggle
Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Add default for xo_sys_breadcrumb

Fixes #1106
Merge pull request #1058 from mambax7/feature/replace_foreachq

replace foreachq with foreach in Smarty templates
Merge pull request #864 from geekwright/issue848

Add all selected users in XoopsFormSelectUser
Merge xswatch4
Date: 2 months ago
Size: 1,929 bytes
 

Contents

Class file image Download
<ul id="xo-breadcrumb" class="ui-corner-all" style="background-image:url('<{xoAdminNav}>bc_bg.png');"> <{foreach item=breadcrumb from=$xo_sys_breadcrumb|default:null}> <{if !empty($breadcrumb.home)}> <li><a class="tooltip" href="<{$breadcrumb.link}>" title="<{$breadcrumb.title}>" style="background-image:url('<{xoAdminNav}>bc_separator.png');"><img class="home" src="<{xoAdminNav}>home.png" alt="<{$breadcrumb.title}>"/></a></li> <{else}> <{if !empty($breadcrumb.link)}> <li><a class="tooltip" href="<{$breadcrumb.link}>" title="<{$breadcrumb.title}>" style="background-image:url('<{xoAdminNav}>bc_separator.png');"><{$breadcrumb.title}></a> </li> <{else}> <li><{$breadcrumb.title}></li> <{/if}> <{/if}> <{/foreach}> <{if !empty($xo_sys_help)}> <li class="xo-help"> <a class="cursorhelp tooltip help_view xo-help-button" title="<{$smarty.const._AM_SYSTEM_HELP_VIEW}>"> <img src="<{xoAdminIcons 'help.png'}>" alt="<{$smarty.const._AM_SYSTEM_HELP_VIEW}>"/> </a> <a class="cursorhelp tooltip help_hide xo-help-button hidden" title="<{$smarty.const._AM_SYSTEM_HELP_HIDE}>"> <img src="<{xoAdminIcons 'help_bw.png'}>" alt="<{$smarty.const._AM_SYSTEM_HELP_HIDE}>"/> </a> </li> <{/if}> </ul> <{if !empty($help_content)}> <div class="hide" id="xo-system-help"> <{include file="$help_content"}> </div> <{/if}> <{if !empty($xo_sys_tips)}> <div class="tips ui-corner-all"> <img class="floatleft tooltip" src="<{xoAdminIcons 'tips.png'}>" alt="<{$smarty.const._AM_SYSTEM_TIPS}>" title="<{$smarty.const._AM_SYSTEM_TIPS}>"/> <div class="floatleft"><{$xo_sys_tips}></div> <div class="clear">&nbsp;</div> </div> <{else}> <br> <{/if}>