PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/profile/templates/profile_form.tpl   Download  
File: htdocs/modules/profile/templates/profile_form.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

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

Template fixes user and profile for php8
Merge xswatch4
Date: 1 month ago
Size: 1,371 bytes
 

Contents

Class file image Download
<{$xoForm.javascript}> <form id="<{$xoForm.name}>" name="<{$xoForm.name}>" action="<{$xoForm.action}>" method="<{$xoForm.method}>" <{$xoForm.extra}> > <table class="profile-form" id="profile-form-<{$xoForm.name}>"> <{foreach item=element from=$xoForm.elements|default:null}> <{if empty($element.hidden)}> <tr> <td class="head"> <div class='xoops-form-element-caption<{if !empty($element.required)}>-required<{/if}>'> <span class='caption-text'> <{if !empty($element.caption)}><{$element.caption}><{/if}> </span> <span class='caption-marker'>*</span> </div> <{if !empty($element.description)}> <div class='xoops-form-element-help'><{$element.description}></div> <{/if}> </td> <td class="<{cycle values='odd, even'}>"> <{$element.body}> </td> </tr> <{/if}> <{/foreach}> </table> <{foreach item=element from=$xoForm.elements|default:null}> <{if !empty($element.hidden)}> <{$element.body}> <{/if}> <{/foreach}> </form>