PHP Classes

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

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/profile/templates/profile_admin_steplist.tpl   Download  
File: htdocs/modules/profile/templates/profile_admin_steplist.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,504 bytes
 

Contents

Class file image Download
<table> <th><{$smarty.const._PROFILE_AM_STEPNAME}></th> <th><{$smarty.const._PROFILE_AM_STEPORDER}></th> <th><{$smarty.const._PROFILE_AM_STEPSAVE}></th> <th><{$smarty.const._PROFILE_AM_ACTION}></th> <{foreach item=step from=$steps}> <tr class="<{cycle values='odd, even'}>"> <td><{$step.step_name}></td> <td align="center"><{$step.step_order}></td> <td align="center"> <a href="step.php?op=toggle&amp;step_save=<{$step.step_save}>&amp;step_id=<{$step.step_id}>"><img src="<{xoModuleIcons16}><{$step.step_save}>.png" title="<{$smarty.const._PROFILE_AM_SAVESTEP_TOGGLE}>" alt="<{$smarty.const._PROFILE_AM_SAVESTEP_TOGGLE}>"/></a> </td> <td align="center"> <a href="step.php?id=<{$step.step_id}>" title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>"/></a> &nbsp;<a href="step.php?op=delete&amp;id=<{$step.step_id}>" title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>"</a> </td> </tr> <{/foreach}> </table>