PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/system/system_comments_controls.tpl   Download  
File: htdocs/themes/xswatch4/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:
Date: 2 months ago
Size: 1,710 bytes
 

Contents

Class file image Download
<!-- Comment Option Button trigger modal --> <div class="mb-2"> <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#commentOptionModalLong"> <{$smarty.const.THEME_COMMENT_OPTIONS}> </button> </div> <!-- Modal --> <div class="modal fade" id="commentOptionModalLong" tabindex="-1" role="dialog" aria-labelledby="commentOptionModalLongTitle" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="commentOptionModalLongTitle"><{$smarty.const.THEME_COMMENT_OPTIONS}></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <form class="form-horizontal" method="get" action="<{$pageName}>"> <div class="form-group"> <{$commentModeSelect->render()|replace:'id="com_mode"':''}> </div> <div class="form-group"> <{$commentOrderSelect->render()|replace:'id="com_order"':''}> </div> <div class="form-group"> <{$commentRefreshButton->render()}> </div> <{if !empty($commentPostButton)}> <div class="form-group"> <{$commentPostButton->render()}> </div> <{/if}> <{$commentPostHidden}> </form> </div> </div> </div> </div>