PHP Classes

File: htdocs/themes/xswatch/modules/system/system_comments_controls.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xswatch/modules/system/system_comments_controls.tpl   Download  
File: htdocs/themes/xswatch/modules/system/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 #609 from geekwright/remove-recaptcha

Remove recaptcha
Date: 6 years ago
Size: 626 bytes
 

Contents

Class file image Download
<div class="form-inline col-md-12" style="text-align: initial;"> <form method="get" action="<{$pageName}>"> <div class="left col-md-8" style="display:inline-block"> <{$smarty.const.THEME_COMMENT_OPTIONS}> <{$commentModeSelect->render()}> <{$commentOrderSelect->render()}> <{$commentRefreshButton->render()}> </div> <{if ($commentPostButton|default:false) }> <div class="right col-md-4" style="display:inline-block"> <{$commentPostButton->render()}> </div> <{/if}> <{$commentPostHidden}> </form> </div>