PHP Classes

File: htdocs/modules/pm/templates/pm_pmlite.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/pm/templates/pm_pmlite.tpl   Download  
File: htdocs/modules/pm/templates/pm_pmlite.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 #1444 from mambax7/feature/fix_Bootstrap5_Renderer

fix dropdown in XoopsFormRendererBootstrap5
Merge pull request #1411 from mambax7/feature/Fix_rendering_caption_required_icon2

Fix rendering caption required icon2
Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

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

replace foreachq with foreach in Smarty templates
Merge pull request #871 from geekwright/issue867

Magic __wakeup() method must be public
Merge xswatch4
Date: 2 months ago
Size: 1,920 bytes
 

Contents

Class file image Download
<{$pmform.javascript}> <form name="<{$pmform.name}>" id="<{$pmform.name}>" action="<{$pmform.action}>" method="<{$pmform.method}>" <{$pmform.extra}> > <table class='outer txtcenter width100'> <tr> <td class='head width30 txtright'><{$smarty.const._PM_TO}></td> <td class='even txtleft'><{if $pmform.elements.to_userid.hidden != 1}><{$pmform.elements.to_userid.body}><{/if}><{$to_username|default:''}></td> </tr> <tr> <td class='head width30 txtright'><{$smarty.const._PM_SUBJECTC}></td> <td class='even txtleft'><{$pmform.elements.subject.body}></td> </tr> <tr> <td class='head width30 txtright'><{$smarty.const._PM_SUBJECT_ICONS}></td> <td class='even txtleft'> <{foreach item=icon from=$radio_icons|default:null}> <input type='radio' name='icon' id='<{$icon}>' value='<{$icon}>'/><label name='xolb_icon' for='<{$icon}>'><img src="<{xoAppUrl 'images/subject/'}><{$icon}>" alt=''/></label> <{/foreach}> </td> </tr> <tr class='aligntop'> <td class='head width30 txtright'><{$smarty.const._PM_MESSAGEC}></td> <td class='even txtleft'><{$pmform.elements.message.body}></td> </tr> <tr class='aligntop'> <td class='head width30'><{$smarty.const._PM_SAVEINOUTBOX}></td> <td class='even'><{$pmform.elements.savecopy.body}></td> </tr> <tr> <td class='head'>&nbsp;</td> <td class='even'> <{foreach item=element from=$pmform.elements|default:null}> <{if isset($element.hidden) && $element.hidden == 1}> <{$element.body}> <{/if}> <{/foreach}> <{$pmform.elements.tray.body}>&nbsp; </td> </tr> </table> </form>