PHP Classes

File: htdocs/modules/profile/templates/profile_admin_categorylist.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/profile/templates/profile_admin_categorylist.tpl   Download  
File: htdocs/modules/profile/templates/profile_admin_categorylist.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 1,251 bytes
 

Contents

Class file image Download
<table> <tr> <th><{$smarty.const._PROFILE_AM_TITLE}></th> <th><{$smarty.const._PROFILE_AM_DESCRIPTION}></th> <th><{$smarty.const._PROFILE_AM_WEIGHT}></th> <th><{$smarty.const._PROFILE_AM_ACTION}></th> </tr> <{foreach item=category from=$categories}> <tr class="<{cycle values='odd, even'}>"> <td><{$category.cat_title}></td> <td><{$category.cat_description}></td> <td align="center"><{$category.cat_weight}></td> <td align="center"> <a href="category.php?id=<{$category.cat_id}>" title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>"/></a> &nbsp;<a href="category.php?op=delete&amp;id=<{$category.cat_id}>" title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>"</a> </td> </tr> <{/foreach}> </table>