PHP Classes

File: htdocs/modules/system/templates/system_comments_controls.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/system_comments_controls.tpl   Download  
File: htdocs/modules/system/templates/system_comments_controls.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

Fix duplicate id errors from com_mode and com_order
Merge xswatch4
Date: 2 months ago
Size: 577 bytes
 

Contents

Class file image Download
<form method="get" action="<{$pageName}>"> <table width="95%" class="outer" cellspacing="1"> <tr> <td class="even" align="center"> <{$commentModeSelect->render()|replace:'id="com_mode"':''}> <{$commentOrderSelect->render()|replace:'id="com_order"':''}> <{$commentRefreshButton->render()}> <{if !empty($commentPostButton) }> <{$commentPostButton->render()}> <{/if}> <{$commentPostHidden}> </td> </tr> </table> </form>