PHP Classes

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

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/admin/system_help.tpl   Download  
File: htdocs/modules/system/templates/admin/system_help.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Add id to help system table

This change fix the vertical alignment of help information inside table.
Date: 7 years ago
Size: 1,132 bytes
 

Contents

Class file image Download
<{includeq file="db:system_header.tpl"}> <table id="help-system"> <tr> <td class="width20"> <{if $help}> <div class="xo-help-menu"> <h2 class="head"><{$modname}></h2> <{foreach item=help from=$help}> <div class="<{cycle values='odd, even'}>"><a href="<{$help.link}>"><{$help.name}></a></div> <{/foreach}> </div> <{/if}> <{if $list_mods}> <div class="xo-help-menu"> <{foreach item=row from=$list_mods}> <h2 class="head"><{$row.name}></h2> <{foreach item=list from=$row.help_page}> <div class="<{cycle values='odd, even'}>" title="<{$list.name}>"><a href="<{$list.link}>"><{$list.name}></a></div> <{/foreach}> <{/foreach}> </div> <{/if}> </td> <td> <div id="help-content"> <{$helpcontent}> </div> </td> </tr> </table>